X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=0fe5362ee7d15eeaa0562a0a1eed97ef60b779c6;hb=d0dd85e70ce3a14a5b3f781e34d8ab7bf7bfab84;hp=d0e8f91ed9e15180486d6723ae1077b72cf610d3;hpb=f66ac7a5355f92c6228e7a4d2834dbc7d8f5ca71;p=burette%2Fchoisir.git diff --git a/__openerp__.py b/__openerp__.py index d0e8f91..0fe5362 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,6 +43,11 @@ It installs the profile for bike co-ops to manage some features like: 'update_xml': [ 'data/account.xml', 'data/base.xml', + 'data/point_of_sale.xml', + 'data/products_categories.xml', + 'data/products_products.xml', + 'data/sale.xml', + 'data/stock.xml', ], 'installable': True, 'auto_install': False,