X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27votes%27%2C%20votes=%27waiting%27%29%20%7D%7D?a=blobdiff_plain;f=__openerp__.py;h=c1b0f6f1bcb720703b3cd3d39aec4a3c9333b458;hb=58e634f388cc3e9bff8ddce484edee5da9977ecc;hp=0d17d24bdfee12c88ad2805ee11e33d921fd9778;hpb=ccab0845a292e14f5c29bc1140aeaf3a9a0cae1d;p=burette%2Flesjantesdunord.git diff --git a/__openerp__.py b/__openerp__.py index 0d17d24..c1b0f6f 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -40,10 +40,16 @@ It installs the profile for bike co-ops to manage some features like: 'bikecoop_l10n_fr', ], 'init_xml': [ - 'data/products_categories.xml', - 'data/products_products.xml', ], 'update_xml': [ + 'data/account.xml', + 'data/base.xml', + 'data/point_of_sale.xml', + 'data/products_categories.xml', + 'data/products_products.xml', + 'data/remembership.xml', + 'data/sale.xml', + 'data/stock.xml', ], 'installable': True, 'auto_install': False,