X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fletriseratop.git;a=blobdiff_plain;f=__openerp__.py;h=0d424421adaaf94b835b1f6a9ee70b5a2d5f768e;hp=b16ce11adb23924ead2ce67a36d00e85c09a8c38;hb=6f3d24d8305b02cb5b7eb254bdb37984eedc4e66;hpb=c665e10d25d679a509a2456ebb19c7fae4037e98 diff --git a/__openerp__.py b/__openerp__.py index b16ce11..0d42442 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,9 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/products_categories.xml', + 'data/products_products.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,