X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=160fd44cd4473c1f876431288f35b679db7b9497;hb=HEAD;hp=b4ff53756b68e3c92cfcbecc98e624f6c3a425b3;hpb=4cc08cbc90d6428adc4cd2051e9f3291e3d5bc28;p=burette%2Frecupr.git diff --git a/__openerp__.py b/__openerp__.py index b4ff537..160fd44 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,9 +43,10 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', - 'data/product_categories.xml', - 'data/product_products.xml', - 'data/suppliers.xml', + 'data/stock.xml', + 'data/sale.xml', + 'data/point_of_sale.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,