X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=466adfa3f84eed25fba45a92d225343049e4a148;hb=98ef5faba796605b5b6173b745826167d541a44b;hp=a319f79682c657e666bde08ab759f9f2cae67eac;hpb=4c5b962e382bdaca0fe1f858d42406ecb93100f8;p=burette%2Fbikecoop.git diff --git a/__openerp__.py b/__openerp__.py index a319f79..466adfa 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -14,21 +14,18 @@ This module is to configure modules related to a bike Co-op. ============================================================== -It installs the profile for bike co-ops to manage some feature for ... + It installs the profile for bike co-ops to manage some features like: + - a form to record contact informations for bikecoop users + - ... """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', - 'depends': ['base','point_of_sale','account_voucher','account_accountant'], + 'depends': ['base_crypt','point_of_sale','account_voucher','account_accountant'], 'update_xml': [ 'security/ir.model.access.csv', 'data/base.xml', 'data/res_partner.xml', 'data/bikecoop.xml', - 'demo/partner.xml', - 'demo/bikecoop.xml', - 'demo/product.xml', - 'demo/account.xml', - 'demo/point_of_sale.xml', 'view/bikecoop.xml', ], 'installable': True,