~vauxoo/addons-vauxoo/7.0-project_issue_conf-dev_luis

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
 ##############################################################################
#
#    OpenERP, Open Source Management Solution
#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
#    This program is free software: you can redistribute it and/or modify
#    it under the terms of the GNU Affero General Public License as
#    published by the Free Software Foundation, either version 3 of the
#    License, or (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU Affero General Public License for more details.
#
#    You should have received a copy of the GNU Affero General Public License
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
    'name': 'Purchase Requisitions Description',
    'version': '0.1',
    'author': 'Vauxoo',
    'category': 'Purchase Management',
    'website': 'http://www.vauxoo.com',
    'description': """
This module allows you to manage your Purchase Requisition.
===========================================================
Add description on product.

Add analytic account on purchase requisition line, so the purchase order takes
the account analytic value from the purchase requisition.

Technical warning \n
Add method override to def make_purchase_order from purchase_requisition\n
When you install this module in the server show this warning:

     WARNING: unable to set column name of table purchase_requisition_line not null !

When you upgrade this module the field 'name' is set product name and 
this warning not be displayed more.
""",
    'depends' : ['purchase_requisition',
                'purchase_requisition_line_description',
                'purchase_requisition_line_analytic',
                'purchase_order_requisitor',
                ],
    'data': [],
    'auto_install': False,
    'installable': True,
}