~extra-addons-commiter/e-commerce-addons/7.0

« back to all changes in this revision

Viewing changes to base_sale_export_product/__openerp__.py

  • Committer: Guewen Baconnier
  • Date: 2013-01-14 07:40:50 UTC
  • mfrom: (231.1.12 e-commerce-addons)
  • Revision ID: guewen.baconnier@camptocamp.com-20130114074050-kitvv6l8hiojxo6f
[MRG] from lp:~extra-addons-commiter/e-commerce-addons/trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        'wizard/export_product.xml',
37
37
    ],
38
38
    'demo_xml': [],
39
 
    'installable': True,
 
39
    'installable': False,
40
40
    'active': False,
41
41
}