X-Git-Url: http://git.cyclocoop.org/?p=burette%2Flesjantesdunord.git;a=blobdiff_plain;f=__openerp__.py;h=b9b85c745cd833cb91ecbbab848beb4fd34542e6;hp=c1b0f6f1bcb720703b3cd3d39aec4a3c9333b458;hb=e9bdd18dd06a449465ce543c2475eb95d6e98695;hpb=58e634f388cc3e9bff8ddce484edee5da9977ecc diff --git a/__openerp__.py b/__openerp__.py index c1b0f6f..b9b85c7 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -38,6 +38,7 @@ It installs the profile for bike co-ops to manage some features like: 'website': 'http://www.lesjantesdunord.org/', 'depends': [ 'bikecoop_l10n_fr', + 'nrt_point_of_sale', ], 'init_xml': [ ], @@ -45,11 +46,10 @@ It installs the profile for bike co-ops to manage some features like: 'data/account.xml', 'data/base.xml', 'data/point_of_sale.xml', - 'data/products_categories.xml', - 'data/products_products.xml', 'data/remembership.xml', 'data/sale.xml', 'data/stock.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False,