X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fvelosenville.git;a=blobdiff_plain;f=__openerp__.py;h=478c45e1a190dfe02d7217d4b1cbf34df9222c0f;hp=f97c1408be05b21cd51bdc8e52112f5e4fb8ed3f;hb=3ef96cd004ba30f34d7cd6627587afad3d58d923;hpb=29866f484ad31c1add021073c0687086f39237bb diff --git a/__openerp__.py b/__openerp__.py index f97c140..478c45e 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -38,13 +38,11 @@ It installs the profile for bike co-ops to manage some features like: 'website': 'http://www.velosenville.net', 'depends': ['bikecoop', 'bikecoop_l10n_fr'], 'update_xml': [ - 'data/base.xml', - 'data/bikecoop.xml', - 'data/product.xml', 'view/bikecoop.xml', 'view/point_of_sale.xml', 'security/velosenville.xml', 'security/ir.model.access.csv', + 'wizard/pos_box.xml', ], 'installable': True, 'auto_install': False,