~agilebg/sale-wkfl/adding_account_fiscal_position_country_sale_7

« back to all changes in this revision

Viewing changes to sale_condition_text/__openerp__.py

  • Committer: Guewen Baconnier
  • Date: 2013-02-08 16:15:30 UTC
  • Revision ID: guewen.baconnier@camptocamp.com-20130208161530-wqimdm1we0gqeome
[MIGR] set installable to False on all the modules, the flag has to be reactivated when the modules are migrated

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
                 "sale_order_view.xml",
17
17
                 "condition_view.xml"],
18
18
 "category": "Sale",
19
 
 "installable" : True,
 
19
 "installable": False,
20
20
 "active" : False,}