X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=a342117e6015265d6f7b16c0c93ac7cc08ad5118;hb=d9c65fe133767e8bf32e0742b4f7cd396c1d8aaf;hp=d6ae609d45e6a0facd99084abf01716d5401f5ef;hpb=bf0066544f2f6071cb7ae148cd1f705e5b036329;p=burette%2Fetudesetchantiersidf.git diff --git a/__openerp__.py b/__openerp__.py index d6ae609..a342117 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,6 +44,8 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ + 'data/plan_comptable_general.xml', + 'data/account.xml', 'data/base.xml', 'data/sale.xml', 'data/stock.xml', @@ -51,6 +53,8 @@ It installs the profile for bike co-ops to manage some features like: 'data/products_categories.xml', 'data/products_products.xml', 'data/membership.xml', + 'view/bikecoop.xml', + 'view/point_of_sale.xml', ], 'installable': True, 'auto_install': False,