X-Git-Url: https://git.cyclocoop.org/?p=burette%2Flesjantesdunord.git;a=blobdiff_plain;f=__openerp__.py;fp=__openerp__.py;h=c1b0f6f1bcb720703b3cd3d39aec4a3c9333b458;hp=8adeb9a551495de69b6c40b2bbc6c489e0061277;hb=58e634f388cc3e9bff8ddce484edee5da9977ecc;hpb=c9fc00ab7d5ba6279cd9295e4069d789a80ed907 diff --git a/__openerp__.py b/__openerp__.py index 8adeb9a..c1b0f6f 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -40,12 +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,