X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=blobdiff_plain;f=__openerp__.py;h=ba074f8335f703e394cf50ba3f90e4674750a954;hb=41c44069ff67633458e04183d0245716dc84b1f4;hp=2d79d836fb03e973d1a53cd7793441cddbc8ce59;hpb=527199b498834e537562e54af76cf7e84be0d814;p=burette%2Fbikecoop.git diff --git a/__openerp__.py b/__openerp__.py index 2d79d83..ba074f8 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -32,8 +32,9 @@ This module is to configure modules related to a bike Co-op. ============================================================== It installs the profile for bike co-ops to manage some features like: - - a form to record contact informations for bikecoop users - - ... + - a form to record contact informations for bikecoop users; + - allow search pos orders by partners; + - … """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', @@ -55,6 +56,7 @@ This module is to configure modules related to a bike Co-op. 'view/bikecoop.xml', 'view/point_of_sale.xml', 'view/res_users.xml', + 'view/base.xml', 'security/ir.model.access.csv', ], 'installable': True,