X-Git-Url: http://git.cyclocoop.org/?p=burette%2Flesjantesdunord.git;a=blobdiff_plain;f=__openerp__.py;h=c1b0f6f1bcb720703b3cd3d39aec4a3c9333b458;hp=ab36410184c489f696b90354004f48bb9d480536;hb=58e634f388cc3e9bff8ddce484edee5da9977ecc;hpb=141f149284647912a31c773867bc54ed4e7f6f35 diff --git a/__openerp__.py b/__openerp__.py index ab36410..c1b0f6f 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -40,11 +40,16 @@ It installs the profile for bike co-ops to manage some features like: 'bikecoop_l10n_fr', ], 'init_xml': [ + ], + 'update_xml': [ + 'data/account.xml', 'data/base.xml', + 'data/point_of_sale.xml', 'data/products_categories.xml', 'data/products_products.xml', - ], - 'update_xml': [ + 'data/remembership.xml', + 'data/sale.xml', + 'data/stock.xml', ], 'installable': True, 'auto_install': False,