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

« back to all changes in this revision

Viewing changes to base_sale_multichannels/__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:
72
72
        'account_view.xml',
73
73
    ],
74
74
    'demo_xml': [],
75
 
    'installable': True,
 
75
    'installable': False,
76
76
    'certificate': '',
77
77
}
78
78
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: