Browse Source

[MIG] Make modules uninstallable

pull/127/merge
Pedro M. Baeza 9 years ago
parent
commit
06ced16161
  1. 2
      account_chart_report/__openerp__.py
  2. 2
      account_export_csv/__openerp__.py
  3. 1
      account_financial_report_horizontal/__openerp__.py
  4. 2
      account_financial_report_webkit/__openerp__.py
  5. 2
      account_financial_report_webkit_xls/__openerp__.py
  6. 2
      account_journal_report_xls/__openerp__.py
  7. 1
      account_move_line_report_xls/__openerp__.py
  8. 2
      account_tax_report_no_zeroes/__openerp__.py
  9. 2
      mis_builder/__openerp__.py
  10. 2
      mis_builder_demo/__openerp__.py

2
account_chart_report/__openerp__.py

@ -36,6 +36,6 @@
'account_report.xml',
'wizard/account_report_chart_of_account.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
}

2
account_export_csv/__openerp__.py

@ -46,6 +46,6 @@
'wizard/account_export_csv_view.xml',
'menu.xml',
],
'installable': True,
'installable': False,
'active': False,
}

1
account_financial_report_horizontal/__openerp__.py

@ -36,4 +36,5 @@
'demo': [],
'test': [],
'active': False,
'installable': False,
}

2
account_financial_report_webkit/__openerp__.py

@ -202,6 +202,6 @@ wkhtmltopdf. The texts are defined inside the report classes.
'tests/aged_trial_balance.yml'],
# 'tests/account_move_line.yml'
'active': False,
'installable': True,
'installable': False,
'application': True,
}

2
account_financial_report_webkit_xls/__openerp__.py

@ -50,5 +50,5 @@
'tests/partner_balance.yml',
'tests/open_invoices.yml'],
'active': False,
'installable': True,
'installable': False,
}

2
account_journal_report_xls/__openerp__.py

@ -40,5 +40,5 @@
'tests/export_csv_journal_by_fiscal_year.yml',
'tests/export_csv_journal_by_period.yml',
],
'installable': True,
'installable': False,
}

1
account_move_line_report_xls/__openerp__.py

@ -31,4 +31,5 @@
'data': [
'report/move_line_list_xls.xml',
],
'installable': False,
}

2
account_tax_report_no_zeroes/__openerp__.py

@ -12,5 +12,5 @@
'depends': [
'account',
],
'installable': True,
'installable': False,
}

2
mis_builder/__openerp__.py

@ -55,7 +55,7 @@
'qweb': [
'static/src/xml/*.xml'
],
'installable': True,
'installable': False,
'application': True,
'auto_install': False,
'license': 'AGPL-3',

2
mis_builder_demo/__openerp__.py

@ -46,7 +46,7 @@
'mis.report.instance.period.csv',
'mis.report.instance.csv',
],
'installable': True,
'installable': False,
'application': False,
'auto_install': False,
'license': 'AGPL-3',

Loading…
Cancel
Save