3907.1.4
by PSO(OpenERP)
Changed licence terms |
1 |
##############################################################################
|
2 |
#
|
|
3 |
# OpenERP, Open Source Management Solution
|
|
4 |
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
|
|
5 |
#
|
|
6 |
# This program is free software: you can redistribute it and/or modify
|
|
7 |
# it under the terms of the GNU Affero General Public License as
|
|
8 |
# published by the Free Software Foundation, either version 3 of the
|
|
9 |
# License, or (at your option) any later version.
|
|
10 |
#
|
|
11 |
# This program is distributed in the hope that it will be useful,
|
|
12 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14 |
# GNU Affero General Public License for more details.
|
|
15 |
#
|
|
16 |
# You should have received a copy of the GNU Affero General Public License
|
|
17 |
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
18 |
#
|
|
19 |
##############################################################################
|
|
20 |
||
3382.1.14
by mga (Tiny/Axelor)
adding new module server action, |
21 |
{
|
22 |
"name" : "Sales Server Action", |
|
23 |
"version" : "5.0", |
|
24 |
"author" : "Tiny", |
|
25 |
"website" : "http://www.openerp.com", |
|
26 |
"category" : "Vertical Modules/Parametrization", |
|
27 |
"description": """Server Action for Sales Management |
|
28 |
You will get 2 actions, for the demonstration for the Server Action
|
|
29 |
that will helps you to customize the Business process
|
|
30 |
* One Invoice / Each Sales Order Line
|
|
31 |
* Two Invoice for One Sales Order
|
|
32 |
** Invoice for the Stokable products
|
|
33 |
** Invoice for the Service product
|
|
34 |
""", |
|
35 |
"depends" : ["sale"], |
|
36 |
"init_xml" : [ ], |
|
37 |
"demo_xml" : [ ], |
|
38 |
"update_xml" : [ |
|
39 |
"sale_server_action_data.xml", |
|
40 |
"sale_server_action_condition.xml"
|
|
41 |
],
|
|
42 |
"installable": True |
|
43 |
}
|