X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fcyclofficine_pantin.git;a=blobdiff_plain;f=__openerp__.py;h=3be48febcfbe5bd4ff03621c2ea51866cd272bf6;hp=105daeeef62360a860d579e39aeedfb7bf655525;hb=6978fc1bbe092e87b8ac6e9cf7251aa9ead381e6;hpb=ebacec71e36e6f17ecc7590faf96129cde9917f9 diff --git a/__openerp__.py b/__openerp__.py index 105daee..3be48fe 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -45,9 +45,15 @@ 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', ], 'installable': True, 'auto_install': False,