X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=blobdiff_plain;f=__openerp__.py;h=c93fb42966fe2c80cdd0eb70d7168a42b6f8f075;hp=950dd7bf65c4285b7fc30254a9f018e93150cc83;hb=fc403232ff76f4d2b2fc9c5b30ded0cee93e1fcb;hpb=21c7df5644ab99bf2a4a6300baa336fa3f0526e6 diff --git a/__openerp__.py b/__openerp__.py index 950dd7b..c93fb42 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -33,11 +33,15 @@ 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/', 'depends': [ + 'account_export_csv', 'bikecoop', 'bikecoop_l10n_fr', ], @@ -55,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,