X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=0d424421adaaf94b835b1f6a9ee70b5a2d5f768e;hb=381b1bbd5b2b443107f349c0396249499919ea96;hp=e712856a60026cf9c9e47c91fb6029baf630faad;hpb=8cac769c165bdc0290f42317928297698175819e;p=burette%2Fletriseratop.git diff --git a/__openerp__.py b/__openerp__.py index e712856..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,8 @@ 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,