X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=bf8a11903958ae24dcf6010505e49ad34d8d1a14;hb=505f80f1afae1192d20918a07e8abe52b741fd7f;hp=cc1dbed00bb2f764e2cc3556e58a755f222aca58;hpb=d41536b205080307de55b334274b0ba8ad4a86fd;p=burette%2Fletriseratop.git diff --git a/__openerp__.py b/__openerp__.py index cc1dbed..bf8a119 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -32,6 +32,7 @@ This module is a profile module for Le Tri Sera Top It installs the profile for bike co-ops to manage some features like: * newsletter subscription; + * categorize activities; * check if someone is student or not; """, 'author': 'Le Tri Sera Top', @@ -43,9 +44,11 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/bikecoop.xml', 'data/products_categories.xml', 'data/products_products.xml', 'view/bikecoop.xml', + 'view/membership.xml', ], 'installable': True, 'auto_install': False,