X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fmobilidees.git;a=blobdiff_plain;f=__openerp__.py;fp=__openerp__.py;h=464a9a204237b8e4199229d5615abc9b07e1832e;hp=ccbe603a953c9aa30ee3cff3b88499d38d351cc5;hb=120c7a03e022e6074f02e90134a0cedfe251ca0c;hpb=25a1810d4374469804ecb280a58d4a68cb553d2a diff --git a/__openerp__.py b/__openerp__.py index ccbe603..464a9a2 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -39,6 +39,11 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ + 'data/base.xml', + 'data/account.xml', + 'data/point_of_sale.xml', + 'data/sale.xml', + 'data/stock.xml', ], 'installable': True, 'auto_install': False,