X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fletriseratop.git;a=blobdiff_plain;f=__openerp__.py;h=14f52f6c8e2a382b62340bd42d9f7f684699473a;hp=d8fce061cecca3ed0c15f67e2561930913cdae29;hb=HEAD;hpb=91eb23e9c0dca3a4cdc3db696bf706e3b29c0ac9 diff --git a/__openerp__.py b/__openerp__.py index d8fce06..14f52f6 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': [ @@ -41,6 +43,13 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ + 'data/base.xml', + 'data/bikecoop.xml', + 'data/products_categories.xml', + 'data/products_products.xml', + 'data/members.xml', + 'view/bikecoop.xml', + 'view/membership.xml', ], 'installable': True, 'auto_install': False,