X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=blobdiff_plain;f=__openerp__.py;h=c93fb42966fe2c80cdd0eb70d7168a42b6f8f075;hp=fd8311e61907597fc5d7ebefbb6b1888771f7585;hb=fc403232ff76f4d2b2fc9c5b30ded0cee93e1fcb;hpb=7e625420fd26cdfc963879e0891e9be925bd1faf diff --git a/__openerp__.py b/__openerp__.py index fd8311e..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,7 @@ 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,