X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=33117728c0528d0e9214c29fe8b050ed84a5e1c2;hb=25cade281bfb2e3d22885dbe0a9991377652f386;hp=6ca5635e0a0a8d85dd4097b90908b8b81df586d3;hpb=65dd87070e805d5639f329f1e803b57d03019b73;p=burette%2Fbikecoop.git diff --git a/__openerp__.py b/__openerp__.py index 6ca5635..3311772 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -45,12 +45,13 @@ This module is to configure modules related to a bike Co-op. 'purchase', ], 'update_xml': [ - 'security/ir.model.access.csv', 'data/base.xml', 'data/res_partner.xml', 'data/bikecoop.xml', 'view/bikecoop.xml', 'view/point_of_sale.xml', + 'view/res_users.xml', + 'security/ir.model.access.csv', ], 'installable': True, 'auto_install': False,