X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=160fd44cd4473c1f876431288f35b679db7b9497;hb=HEAD;hp=0ccf24cabc812f435a8aa36e4ab9e780ff7794b2;hpb=4f6de3e9371f2ae3735933294eb9e1fb92bbaced;p=burette%2Frecupr.git diff --git a/__openerp__.py b/__openerp__.py index 0ccf24c..160fd44 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,8 +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/stock.xml', + 'data/sale.xml', + 'data/point_of_sale.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,