X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=1181fa9e586b78b7f83e58d88a7ab9e35f77516c;hb=9e5744e5a527707c68bd407c42817b1d11f05bd6;hp=7442397d0f3ed751c44386288731d2d446f8f2b3;hpb=a0b1bf08e378117b278dba5ef247edbb33487cc8;p=burette%2Fbikecoop.git diff --git a/__openerp__.py b/__openerp__.py index 7442397..1181fa9 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -24,8 +24,8 @@ This module is to configure modules related to a bike Co-op. 'point_of_sale', 'account_voucher', 'account_accountant', - 'portal_event', - 'document' + 'event', + 'purchase', ], 'update_xml': [ 'security/ir.model.access.csv', @@ -33,7 +33,6 @@ This module is to configure modules related to a bike Co-op. 'data/res_partner.xml', 'data/bikecoop.xml', 'view/bikecoop.xml', - 'view/profile_association.xml', ], 'installable': True, 'auto_install': False,