X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=__openerp__.py;h=ad03bc7073257a3b978def63ac278020fc0bd878;hb=HEAD;hp=068170a2c1f98e9e17761e851a0af41766bf3694;hpb=259fa1d97c86ce384278a47123866eacad1cf8d6;p=burette%2Fbikecoop_l10n_fr_demo.git diff --git a/__openerp__.py b/__openerp__.py index 068170a..ad03bc7 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -34,12 +34,17 @@ This module supplies demonstration data for the bikecoop_l10n_fr module """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', - 'depends': ['bikecoop_demo'], + 'depends': [ + 'bikecoop_demo', + 'bikecoop_l10n_fr', + ], 'update_xml': [ 'demo/res_users.xml', 'demo/membership.xml', 'demo/partner.xml', 'demo/point_of_sale.xml', + 'demo/sale.xml', + 'demo/stock.xml', ], 'installable': True, 'auto_install': False,