~agilebg/sale-wkfl/adding_account_fiscal_position_country_sale_7

« back to all changes in this revision

Viewing changes to product_special_type_invoice/__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:
36
36
     "demo_xml" : [],
37
37
     "update_xml" : [],
38
38
     "active": False,
39
 
     "installable": True
 
39
     'installable': False
40
40
}