X-Git-Url: https://git.cyclocoop.org/?p=burette%2Flesjantesdunord.git;a=blobdiff_plain;f=__openerp__.py;h=aa9a147f1933e5bf410f7adc32c398109f5609b7;hp=0d17d24bdfee12c88ad2805ee11e33d921fd9778;hb=3a77f1211b8698833f26a70fd223d68b0da4fdf5;hpb=ccab0845a292e14f5c29bc1140aeaf3a9a0cae1d diff --git a/__openerp__.py b/__openerp__.py index 0d17d24..aa9a147 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -38,12 +38,19 @@ It installs the profile for bike co-ops to manage some features like: 'website': 'http://www.lesjantesdunord.org/', 'depends': [ 'bikecoop_l10n_fr', + 'nrt_point_of_sale', ], 'init_xml': [ - 'data/products_categories.xml', - 'data/products_products.xml', ], 'update_xml': [ + 'data/account.xml', + 'data/base.xml', + 'data/point_of_sale.xml', + 'data/remembership.xml', + 'data/sale.xml', + 'data/stock.xml', + 'data/fix_membership.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,