X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fcasabicicleta.git;a=blobdiff_plain;f=__openerp__.py;h=f3bf69344b048fb4d72979e566bfcf45ade5afb8;hp=0e9423766e9add8402502548235cda924000f676;hb=9e04c634ffd10ecc140d93954aa762aa69f5fe1b;hpb=082808b7e30b5e60ef89f93f2cbfdf72a519fd9c diff --git a/__openerp__.py b/__openerp__.py index 0e94237..f3bf693 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -23,7 +23,13 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', - 'data/product_product.xml', + 'data/plan_comptable_general.xml', + 'data/account.xml', + 'data/point_of_sale.xml', + 'data/sale.xml', + 'data/stock.xml', + 'view/res_partner.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,