X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=eb5302b7efc6b321230a609b55c217484b1fb0b4;hb=c71b6df5272c8ed61df631290e49da767008f573;hp=105daeeef62360a860d579e39aeedfb7bf655525;hpb=ebacec71e36e6f17ecc7590faf96129cde9917f9;p=burette%2Fcyclofficine_pantin.git diff --git a/__openerp__.py b/__openerp__.py index 105daee..eb5302b 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -45,9 +45,16 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ + 'data/base.xml', 'data/plan_comptable_general.xml', 'data/products_categories.xml', 'data/products_products.xml', + 'data/remembership.xml', + 'data/members.xml', + 'data/users.xml', + 'view/account.xml', + 'view/bikecoop.xml', + 'view/stock.xml', ], 'installable': True, 'auto_install': False,