From: Ludovic CHEVALIER Date: Thu, 7 Jan 2016 14:49:57 +0000 (+0100) Subject: [DATA] -no need to import some datas now X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%40%20%27info_classement_2%27%20=%3E%20%27%C3%82%C2%A0out%20of%20%40liste%40%27%2C%20%27info_code_acces%27%20=%3E%20%27Do%20not%20forget%20your%20own%20access%20codes%21%27%2C%20%27info_compatibilite_html%27%20=%3E%20%27HTML%20norm%20to%20apply%27%2C-%27info_compresseur_gzip%27%20=%3E%20%27It%20is%20advisable%20to%20check%20first%20whether%20your%20hosting%20provider%20already%20systematically%20compresses%20PHP%20scripts.%20To%20do%20this%20you%20can%20use%20a%20service%20such%20as%20%40testgzip%40%27%2C-%27info_compresseur_texte%27%20=%3E%20%27If%20your%20server%20does%20not%20compress%20HTML%20pages%20before%20sending%20them%2C%20you%20can%20attempt%20to%20force%20compression%20in%20order%20to%20reduce%20the%20size%20of%20the%20pages%20transmitted.%3Cb%3EWarning%3C/%7B%7B%20url_for%28%27admin_user_add%27%29%20%7D%7D?a=commitdiff_plain;h=30896e292db912ebdd3c8dbcb016e20045d0a829;p=burette%2Fvelocampus_nantes.git [DATA] -no need to import some datas now --- diff --git a/__openerp__.py b/__openerp__.py index 2804b8a..e114c43 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -42,15 +42,6 @@ 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', ],