X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=0fe5362ee7d15eeaa0562a0a1eed97ef60b779c6;hb=d0dd85e70ce3a14a5b3f781e34d8ab7bf7bfab84;hp=627b39932d5e0ddc775c3897212ebef69d4d20c2;hpb=96ef4162bc07e031242726d55fa3ee16cb91bf35;p=burette%2Fchoisir.git diff --git a/__openerp__.py b/__openerp__.py index 627b399..0fe5362 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -41,6 +41,13 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], '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,