X-Git-Url: http://git.heureux-cyclage.org/?p=burette%2Fremembership.git;a=blobdiff_plain;f=__openerp__.py;h=0adc843977fb910309f08e3586866a82e6f66c16;hp=6e9738dd477d4db859957ab0898175e864f89098;hb=518ff0313a00f60bfc4acd8b25cebc269ffd72e0;hpb=03e884c839ad12ec33540cffb07217b0d762e2a7 diff --git a/__openerp__.py b/__openerp__.py index 6e9738d..0adc843 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -29,11 +29,13 @@ This module overload official OpenERP membership module for adding some functionnalities that could be useful. """, 'author': 'L\'Heureux Cyclage - LHC', - 'depends': ['membership'], + 'website': 'http://www.heureux-cyclage.org', + 'depends': ['membership', 'point_of_sale'], 'init_xml': [], 'data': [ 'data/membership_sequence.xml', 'view/partner.xml', + 'view/point_of_sale.xml', ], 'update_xml': [], 'demo_xml': [],