X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=ba074f8335f703e394cf50ba3f90e4674750a954;hb=b49de4548d9935fda1617571e45423ebb771bf8a;hp=10d8d53d67ab83fb92ab0ae8559c31500b775e20;hpb=6ea3f95cedb4bca0714efab9d15fb3da45865b93;p=burette%2Fbikecoop.git diff --git a/__openerp__.py b/__openerp__.py index 10d8d53..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', @@ -49,11 +50,13 @@ This module is to configure modules related to a bike Co-op. ], 'update_xml': [ 'data/base.xml', + 'data/users.xml', 'data/res_partner.xml', 'data/bikecoop.xml', 'view/bikecoop.xml', 'view/point_of_sale.xml', 'view/res_users.xml', + 'view/base.xml', 'security/ir.model.access.csv', ], 'installable': True,