X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fvelocampus_nantes.git;a=blobdiff_plain;f=__openerp__.py;h=e114c439eb5da6b0ba7a739a8af2baf75770df86;hp=bbfd826a595aa285a6a0bbdd9d33d02ec90a3f4e;hb=HEAD;hpb=d94c285b6bdd46fabef2dfa7614887cc290fdaa4 diff --git a/__openerp__.py b/__openerp__.py index bbfd826..e114c43 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -42,15 +42,7 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ - 'data/base.xml', - 'data/products_categories.xml', - 'data/products_products.xml', - 'data/bikecoop.xml', - 'data/members.xml', - 'data/stock.xml', - 'data/sale.xml', - 'data/account.xml', - 'data/point_of_sale.xml', + 'view/base.xml', 'view/bikecoop.xml', ], 'installable': True,