X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=__openerp__.py;h=b4ccdf204a72e40d88c9066a72eab5e271996360;hb=99ee2af94e4880e2099b85e1e8b6e280b1c87b48;hp=620a4a786e33c356fc98186f3609602bfad8ae92;hpb=72ee6995f41ad13cc8fc3d9a9fd25a484f0ec63a;p=burette%2Fmobilidees.git diff --git a/__openerp__.py b/__openerp__.py index 620a4a7..b4ccdf2 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,10 +43,16 @@ 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', + 'data/membership.xml', + 'view/bikecoop.xml', + 'view/point_of_sale.xml', ], 'installable': True, 'auto_install': False,