~mikel-martin/openobject-addons/extra-5.0_esale_osc_enhancement

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- encoding: utf-8 -*-

{
    "name" : "MultiCompany Purchase Order",
    "version" : "1.1",
    "depends" : [
                  'base',
                  'purchase',
                ],
    "author" : "Axelor",
    "description": """The Module allows to define company wise Purchase Order""",
    
    'website': 'http://www.axelor.com',
    'init_xml': [],
    'update_xml': [
                
        'purchase_view.xml',

    ],
    'demo_xml': [],
    'installable': True,
    'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: