X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=53ed8079e242e5948770c7cc1d4dfad2d52b9cd3;hb=349c8572e1409fa255eaf1f3ebc6fcfe5a98ee59;hp=8be745087554885fb85eb1a3035c3f428fbecbdf;hpb=2127b163e9a37d4e9a00cb5f4d5d347156a88483;p=burette%2Fletriseratop.git diff --git a/__openerp__.py b/__openerp__.py index 8be7450..53ed807 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -31,7 +31,9 @@ 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', 'depends': [ @@ -42,6 +44,7 @@ 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',