X-Git-Url: https://git.heureux-cyclage.org/?p=burette%2Fmobilidees.git;a=blobdiff_plain;f=__openerp__.py;h=3e5914a54efde640d2f097bab49381768d4c4c4a;hp=620a4a786e33c356fc98186f3609602bfad8ae92;hb=0af0359c6946208b5a9fd1c4373152a11311183a;hpb=72ee6995f41ad13cc8fc3d9a9fd25a484f0ec63a diff --git a/__openerp__.py b/__openerp__.py index 620a4a7..3e5914a 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,10 +43,13 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/plan_comptable_general.xml', 'data/account.xml', 'data/point_of_sale.xml', 'data/sale.xml', 'data/stock.xml', + 'data/products_categories.xml', + 'data/products_products.xml', ], 'installable': True, 'auto_install': False,