X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=a342117e6015265d6f7b16c0c93ac7cc08ad5118;hb=d9c65fe133767e8bf32e0742b4f7cd396c1d8aaf;hp=ce76b078755a500abccda3a405d754c88f59bcd4;hpb=2cf7dde51d50e51e049d09783212385cf9318839;p=burette%2Fetudesetchantiersidf.git diff --git a/__openerp__.py b/__openerp__.py index ce76b07..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', @@ -52,6 +54,7 @@ It installs the profile for bike co-ops to manage some features like: 'data/products_products.xml', 'data/membership.xml', 'view/bikecoop.xml', + 'view/point_of_sale.xml', ], 'installable': True, 'auto_install': False,