X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=blobdiff_plain;f=__openerp__.py;h=c93fb42966fe2c80cdd0eb70d7168a42b6f8f075;hp=89b16fc705aeb93389f48dfb829dcd1a28e5e5dd;hb=ad5afe5412362f71fbb05f916b26df96e426d75e;hpb=3f979de69f55f9040a932e7c87b77bfc769d4a58 diff --git a/__openerp__.py b/__openerp__.py index 89b16fc..c93fb42 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -33,7 +33,10 @@ This module is a profile module for Études et Chantiers ======================================================= It installs the profile for bike co-ops to manage some features like: - * ... + * know wich membership product is the last one for a member in point of sale order; + * if "fixed price" is checked in category, products of this category are fixed pricing in orders lines; + * CCMX export; + * … """, 'author': 'Études et Chantiers', 'website': 'http://etudesetchantiersiledefrance.unarec.org/', @@ -56,6 +59,8 @@ It installs the profile for bike co-ops to manage some features like: 'data/bikecoop.xml', 'view/bikecoop.xml', 'view/point_of_sale.xml', + 'view/product.xml', + 'wizard/account_export_csv_view.xml', ], 'installable': True, 'auto_install': False,