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