diff --git a/account_chart_report/__init__.py b/__unported__/account_chart_report/__init__.py similarity index 100% rename from account_chart_report/__init__.py rename to __unported__/account_chart_report/__init__.py diff --git a/account_chart_report/__openerp__.py b/__unported__/account_chart_report/__openerp__.py similarity index 98% rename from account_chart_report/__openerp__.py rename to __unported__/account_chart_report/__openerp__.py index 9569f452..7d2fbde6 100644 --- a/account_chart_report/__openerp__.py +++ b/__unported__/account_chart_report/__openerp__.py @@ -48,6 +48,6 @@ Contributors 'account_report.xml', 'wizard/account_report_chart_of_account.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/account_chart_report/account_report.xml b/__unported__/account_chart_report/account_report.xml similarity index 100% rename from account_chart_report/account_report.xml rename to __unported__/account_chart_report/account_report.xml diff --git a/account_chart_report/i18n/account_chart_report.pot b/__unported__/account_chart_report/i18n/account_chart_report.pot similarity index 100% rename from account_chart_report/i18n/account_chart_report.pot rename to __unported__/account_chart_report/i18n/account_chart_report.pot diff --git a/account_chart_report/i18n/fr.po b/__unported__/account_chart_report/i18n/fr.po similarity index 100% rename from account_chart_report/i18n/fr.po rename to __unported__/account_chart_report/i18n/fr.po diff --git a/account_chart_report/report/__init__.py b/__unported__/account_chart_report/report/__init__.py similarity index 100% rename from account_chart_report/report/__init__.py rename to __unported__/account_chart_report/report/__init__.py diff --git a/account_chart_report/report/chart_of_accounts.py b/__unported__/account_chart_report/report/chart_of_accounts.py similarity index 100% rename from account_chart_report/report/chart_of_accounts.py rename to __unported__/account_chart_report/report/chart_of_accounts.py diff --git a/account_chart_report/report/chart_of_accounts.rml b/__unported__/account_chart_report/report/chart_of_accounts.rml similarity index 100% rename from account_chart_report/report/chart_of_accounts.rml rename to __unported__/account_chart_report/report/chart_of_accounts.rml diff --git a/account_chart_report/wizard/__init__.py b/__unported__/account_chart_report/wizard/__init__.py similarity index 100% rename from account_chart_report/wizard/__init__.py rename to __unported__/account_chart_report/wizard/__init__.py diff --git a/account_chart_report/wizard/account_report_chart_of_account.py b/__unported__/account_chart_report/wizard/account_report_chart_of_account.py similarity index 100% rename from account_chart_report/wizard/account_report_chart_of_account.py rename to __unported__/account_chart_report/wizard/account_report_chart_of_account.py diff --git a/account_chart_report/wizard/account_report_chart_of_account.xml b/__unported__/account_chart_report/wizard/account_report_chart_of_account.xml similarity index 100% rename from account_chart_report/wizard/account_report_chart_of_account.xml rename to __unported__/account_chart_report/wizard/account_report_chart_of_account.xml diff --git a/account_export_csv/__init__.py b/__unported__/account_export_csv/__init__.py similarity index 100% rename from account_export_csv/__init__.py rename to __unported__/account_export_csv/__init__.py diff --git a/account_export_csv/__openerp__.py b/__unported__/account_export_csv/__openerp__.py similarity index 98% rename from account_export_csv/__openerp__.py rename to __unported__/account_export_csv/__openerp__.py index 3c432f5d..71b981bc 100644 --- a/account_export_csv/__openerp__.py +++ b/__unported__/account_export_csv/__openerp__.py @@ -45,6 +45,6 @@ 'wizard/account_export_csv_view.xml', 'menu.xml', ], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/account_export_csv/i18n/account_export_csv.po b/__unported__/account_export_csv/i18n/account_export_csv.po similarity index 100% rename from account_export_csv/i18n/account_export_csv.po rename to __unported__/account_export_csv/i18n/account_export_csv.po diff --git a/account_export_csv/i18n/fr.po b/__unported__/account_export_csv/i18n/fr.po similarity index 100% rename from account_export_csv/i18n/fr.po rename to __unported__/account_export_csv/i18n/fr.po diff --git a/account_export_csv/i18n/nl.po b/__unported__/account_export_csv/i18n/nl.po similarity index 100% rename from account_export_csv/i18n/nl.po rename to __unported__/account_export_csv/i18n/nl.po diff --git a/account_export_csv/menu.xml b/__unported__/account_export_csv/menu.xml similarity index 100% rename from account_export_csv/menu.xml rename to __unported__/account_export_csv/menu.xml diff --git a/account_export_csv/wizard/__init__.py b/__unported__/account_export_csv/wizard/__init__.py similarity index 100% rename from account_export_csv/wizard/__init__.py rename to __unported__/account_export_csv/wizard/__init__.py diff --git a/account_export_csv/wizard/account_export_csv.py b/__unported__/account_export_csv/wizard/account_export_csv.py similarity index 100% rename from account_export_csv/wizard/account_export_csv.py rename to __unported__/account_export_csv/wizard/account_export_csv.py diff --git a/account_export_csv/wizard/account_export_csv_view.xml b/__unported__/account_export_csv/wizard/account_export_csv_view.xml similarity index 100% rename from account_export_csv/wizard/account_export_csv_view.xml rename to __unported__/account_export_csv/wizard/account_export_csv_view.xml diff --git a/account_financial_report/__init__.py b/__unported__/account_financial_report/__init__.py similarity index 100% rename from account_financial_report/__init__.py rename to __unported__/account_financial_report/__init__.py diff --git a/account_financial_report/__openerp__.py b/__unported__/account_financial_report/__openerp__.py similarity index 99% rename from account_financial_report/__openerp__.py rename to __unported__/account_financial_report/__openerp__.py index fa5a4c23..fdae4634 100644 --- a/account_financial_report/__openerp__.py +++ b/__unported__/account_financial_report/__openerp__.py @@ -61,5 +61,5 @@ where appropriate""", "view/account_financial_report_view.xml", ], "active": False, - "installable": True + 'installable': False } diff --git a/account_financial_report/i18n/es.po b/__unported__/account_financial_report/i18n/es.po similarity index 100% rename from account_financial_report/i18n/es.po rename to __unported__/account_financial_report/i18n/es.po diff --git a/account_financial_report/i18n/es_MX.po b/__unported__/account_financial_report/i18n/es_MX.po similarity index 100% rename from account_financial_report/i18n/es_MX.po rename to __unported__/account_financial_report/i18n/es_MX.po diff --git a/account_financial_report/i18n/es_VE.po b/__unported__/account_financial_report/i18n/es_VE.po similarity index 100% rename from account_financial_report/i18n/es_VE.po rename to __unported__/account_financial_report/i18n/es_VE.po diff --git a/account_financial_report/model/__init__.py b/__unported__/account_financial_report/model/__init__.py similarity index 100% rename from account_financial_report/model/__init__.py rename to __unported__/account_financial_report/model/__init__.py diff --git a/account_financial_report/model/account_financial_report.py b/__unported__/account_financial_report/model/account_financial_report.py similarity index 100% rename from account_financial_report/model/account_financial_report.py rename to __unported__/account_financial_report/model/account_financial_report.py diff --git a/account_financial_report/model/res_company.py b/__unported__/account_financial_report/model/res_company.py similarity index 100% rename from account_financial_report/model/res_company.py rename to __unported__/account_financial_report/model/res_company.py diff --git a/account_financial_report/report/__init__.py b/__unported__/account_financial_report/report/__init__.py similarity index 100% rename from account_financial_report/report/__init__.py rename to __unported__/account_financial_report/report/__init__.py diff --git a/account_financial_report/report/balance_full.rml b/__unported__/account_financial_report/report/balance_full.rml similarity index 100% rename from account_financial_report/report/balance_full.rml rename to __unported__/account_financial_report/report/balance_full.rml diff --git a/account_financial_report/report/balance_full_13_cols.rml b/__unported__/account_financial_report/report/balance_full_13_cols.rml similarity index 100% rename from account_financial_report/report/balance_full_13_cols.rml rename to __unported__/account_financial_report/report/balance_full_13_cols.rml diff --git a/account_financial_report/report/balance_full_2_cols.rml b/__unported__/account_financial_report/report/balance_full_2_cols.rml similarity index 100% rename from account_financial_report/report/balance_full_2_cols.rml rename to __unported__/account_financial_report/report/balance_full_2_cols.rml diff --git a/account_financial_report/report/balance_full_4_cols.rml b/__unported__/account_financial_report/report/balance_full_4_cols.rml similarity index 100% rename from account_financial_report/report/balance_full_4_cols.rml rename to __unported__/account_financial_report/report/balance_full_4_cols.rml diff --git a/account_financial_report/report/balance_full_4_cols_analytic_ledger.rml b/__unported__/account_financial_report/report/balance_full_4_cols_analytic_ledger.rml similarity index 100% rename from account_financial_report/report/balance_full_4_cols_analytic_ledger.rml rename to __unported__/account_financial_report/report/balance_full_4_cols_analytic_ledger.rml diff --git a/account_financial_report/report/balance_full_4_cols_journal_ledger.rml b/__unported__/account_financial_report/report/balance_full_4_cols_journal_ledger.rml similarity index 100% rename from account_financial_report/report/balance_full_4_cols_journal_ledger.rml rename to __unported__/account_financial_report/report/balance_full_4_cols_journal_ledger.rml diff --git a/account_financial_report/report/balance_full_4_cols_partner_balance.rml b/__unported__/account_financial_report/report/balance_full_4_cols_partner_balance.rml similarity index 100% rename from account_financial_report/report/balance_full_4_cols_partner_balance.rml rename to __unported__/account_financial_report/report/balance_full_4_cols_partner_balance.rml diff --git a/account_financial_report/report/balance_full_5_cols.rml b/__unported__/account_financial_report/report/balance_full_5_cols.rml similarity index 100% rename from account_financial_report/report/balance_full_5_cols.rml rename to __unported__/account_financial_report/report/balance_full_5_cols.rml diff --git a/account_financial_report/report/balance_full_qtr_cols.rml b/__unported__/account_financial_report/report/balance_full_qtr_cols.rml similarity index 100% rename from account_financial_report/report/balance_full_qtr_cols.rml rename to __unported__/account_financial_report/report/balance_full_qtr_cols.rml diff --git a/account_financial_report/report/parser.py b/__unported__/account_financial_report/report/parser.py similarity index 100% rename from account_financial_report/report/parser.py rename to __unported__/account_financial_report/report/parser.py diff --git a/account_financial_report/security/ir.model.access.csv b/__unported__/account_financial_report/security/ir.model.access.csv similarity index 100% rename from account_financial_report/security/ir.model.access.csv rename to __unported__/account_financial_report/security/ir.model.access.csv diff --git a/account_financial_report/security/security.xml b/__unported__/account_financial_report/security/security.xml similarity index 100% rename from account_financial_report/security/security.xml rename to __unported__/account_financial_report/security/security.xml diff --git a/account_financial_report/view/account_financial_report_view.xml b/__unported__/account_financial_report/view/account_financial_report_view.xml similarity index 100% rename from account_financial_report/view/account_financial_report_view.xml rename to __unported__/account_financial_report/view/account_financial_report_view.xml diff --git a/account_financial_report/view/company_view.xml b/__unported__/account_financial_report/view/company_view.xml similarity index 100% rename from account_financial_report/view/company_view.xml rename to __unported__/account_financial_report/view/company_view.xml diff --git a/account_financial_report/view/report.xml b/__unported__/account_financial_report/view/report.xml similarity index 100% rename from account_financial_report/view/report.xml rename to __unported__/account_financial_report/view/report.xml diff --git a/account_financial_report/view/wizard.xml b/__unported__/account_financial_report/view/wizard.xml similarity index 100% rename from account_financial_report/view/wizard.xml rename to __unported__/account_financial_report/view/wizard.xml diff --git a/account_financial_report/wizard/__init__.py b/__unported__/account_financial_report/wizard/__init__.py similarity index 100% rename from account_financial_report/wizard/__init__.py rename to __unported__/account_financial_report/wizard/__init__.py diff --git a/account_financial_report/wizard/wizard.py b/__unported__/account_financial_report/wizard/wizard.py similarity index 100% rename from account_financial_report/wizard/wizard.py rename to __unported__/account_financial_report/wizard/wizard.py diff --git a/account_financial_report_horizontal/LICENSE b/__unported__/account_financial_report_horizontal/LICENSE similarity index 100% rename from account_financial_report_horizontal/LICENSE rename to __unported__/account_financial_report_horizontal/LICENSE diff --git a/account_financial_report_horizontal/__init__.py b/__unported__/account_financial_report_horizontal/__init__.py similarity index 100% rename from account_financial_report_horizontal/__init__.py rename to __unported__/account_financial_report_horizontal/__init__.py diff --git a/account_financial_report_horizontal/__openerp__.py b/__unported__/account_financial_report_horizontal/__openerp__.py similarity index 98% rename from account_financial_report_horizontal/__openerp__.py rename to __unported__/account_financial_report_horizontal/__openerp__.py index 9f7dc6d2..711926ab 100644 --- a/account_financial_report_horizontal/__openerp__.py +++ b/__unported__/account_financial_report_horizontal/__openerp__.py @@ -42,6 +42,6 @@ This is a port to OpenERP 7.0 of the horizontal financial reports ], 'demo': [], 'test': [], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/account_financial_report_horizontal/account_report.xml b/__unported__/account_financial_report_horizontal/account_report.xml similarity index 100% rename from account_financial_report_horizontal/account_report.xml rename to __unported__/account_financial_report_horizontal/account_report.xml diff --git a/account_financial_report_horizontal/i18n/account_report_alt.pot b/__unported__/account_financial_report_horizontal/i18n/account_report_alt.pot similarity index 100% rename from account_financial_report_horizontal/i18n/account_report_alt.pot rename to __unported__/account_financial_report_horizontal/i18n/account_report_alt.pot diff --git a/account_financial_report_horizontal/i18n/ar.po b/__unported__/account_financial_report_horizontal/i18n/ar.po similarity index 100% rename from account_financial_report_horizontal/i18n/ar.po rename to __unported__/account_financial_report_horizontal/i18n/ar.po diff --git a/account_financial_report_horizontal/i18n/bg.po b/__unported__/account_financial_report_horizontal/i18n/bg.po similarity index 100% rename from account_financial_report_horizontal/i18n/bg.po rename to __unported__/account_financial_report_horizontal/i18n/bg.po diff --git a/account_financial_report_horizontal/i18n/br.po b/__unported__/account_financial_report_horizontal/i18n/br.po similarity index 100% rename from account_financial_report_horizontal/i18n/br.po rename to __unported__/account_financial_report_horizontal/i18n/br.po diff --git a/account_financial_report_horizontal/i18n/bs.po b/__unported__/account_financial_report_horizontal/i18n/bs.po similarity index 100% rename from account_financial_report_horizontal/i18n/bs.po rename to __unported__/account_financial_report_horizontal/i18n/bs.po diff --git a/account_financial_report_horizontal/i18n/ca.po b/__unported__/account_financial_report_horizontal/i18n/ca.po similarity index 100% rename from account_financial_report_horizontal/i18n/ca.po rename to __unported__/account_financial_report_horizontal/i18n/ca.po diff --git a/account_financial_report_horizontal/i18n/cs.po b/__unported__/account_financial_report_horizontal/i18n/cs.po similarity index 100% rename from account_financial_report_horizontal/i18n/cs.po rename to __unported__/account_financial_report_horizontal/i18n/cs.po diff --git a/account_financial_report_horizontal/i18n/da.po b/__unported__/account_financial_report_horizontal/i18n/da.po similarity index 100% rename from account_financial_report_horizontal/i18n/da.po rename to __unported__/account_financial_report_horizontal/i18n/da.po diff --git a/account_financial_report_horizontal/i18n/de.po b/__unported__/account_financial_report_horizontal/i18n/de.po similarity index 100% rename from account_financial_report_horizontal/i18n/de.po rename to __unported__/account_financial_report_horizontal/i18n/de.po diff --git a/account_financial_report_horizontal/i18n/el.po b/__unported__/account_financial_report_horizontal/i18n/el.po similarity index 100% rename from account_financial_report_horizontal/i18n/el.po rename to __unported__/account_financial_report_horizontal/i18n/el.po diff --git a/account_financial_report_horizontal/i18n/en_GB.po b/__unported__/account_financial_report_horizontal/i18n/en_GB.po similarity index 100% rename from account_financial_report_horizontal/i18n/en_GB.po rename to __unported__/account_financial_report_horizontal/i18n/en_GB.po diff --git a/account_financial_report_horizontal/i18n/en_US.po b/__unported__/account_financial_report_horizontal/i18n/en_US.po similarity index 100% rename from account_financial_report_horizontal/i18n/en_US.po rename to __unported__/account_financial_report_horizontal/i18n/en_US.po diff --git a/account_financial_report_horizontal/i18n/es.po b/__unported__/account_financial_report_horizontal/i18n/es.po similarity index 100% rename from account_financial_report_horizontal/i18n/es.po rename to __unported__/account_financial_report_horizontal/i18n/es.po diff --git a/account_financial_report_horizontal/i18n/es_AR.po b/__unported__/account_financial_report_horizontal/i18n/es_AR.po similarity index 100% rename from account_financial_report_horizontal/i18n/es_AR.po rename to __unported__/account_financial_report_horizontal/i18n/es_AR.po diff --git a/account_financial_report_horizontal/i18n/es_CL.po b/__unported__/account_financial_report_horizontal/i18n/es_CL.po similarity index 100% rename from account_financial_report_horizontal/i18n/es_CL.po rename to __unported__/account_financial_report_horizontal/i18n/es_CL.po diff --git a/account_financial_report_horizontal/i18n/es_EC.po b/__unported__/account_financial_report_horizontal/i18n/es_EC.po similarity index 100% rename from account_financial_report_horizontal/i18n/es_EC.po rename to __unported__/account_financial_report_horizontal/i18n/es_EC.po diff --git a/account_financial_report_horizontal/i18n/es_PY.po b/__unported__/account_financial_report_horizontal/i18n/es_PY.po similarity index 100% rename from account_financial_report_horizontal/i18n/es_PY.po rename to __unported__/account_financial_report_horizontal/i18n/es_PY.po diff --git a/account_financial_report_horizontal/i18n/et.po b/__unported__/account_financial_report_horizontal/i18n/et.po similarity index 100% rename from account_financial_report_horizontal/i18n/et.po rename to __unported__/account_financial_report_horizontal/i18n/et.po diff --git a/account_financial_report_horizontal/i18n/eu.po b/__unported__/account_financial_report_horizontal/i18n/eu.po similarity index 100% rename from account_financial_report_horizontal/i18n/eu.po rename to __unported__/account_financial_report_horizontal/i18n/eu.po diff --git a/account_financial_report_horizontal/i18n/fa.po b/__unported__/account_financial_report_horizontal/i18n/fa.po similarity index 100% rename from account_financial_report_horizontal/i18n/fa.po rename to __unported__/account_financial_report_horizontal/i18n/fa.po diff --git a/account_financial_report_horizontal/i18n/fa_AF.po b/__unported__/account_financial_report_horizontal/i18n/fa_AF.po similarity index 100% rename from account_financial_report_horizontal/i18n/fa_AF.po rename to __unported__/account_financial_report_horizontal/i18n/fa_AF.po diff --git a/account_financial_report_horizontal/i18n/fi.po b/__unported__/account_financial_report_horizontal/i18n/fi.po similarity index 100% rename from account_financial_report_horizontal/i18n/fi.po rename to __unported__/account_financial_report_horizontal/i18n/fi.po diff --git a/account_financial_report_horizontal/i18n/fr.po b/__unported__/account_financial_report_horizontal/i18n/fr.po similarity index 100% rename from account_financial_report_horizontal/i18n/fr.po rename to __unported__/account_financial_report_horizontal/i18n/fr.po diff --git a/account_financial_report_horizontal/i18n/fr_BE.po b/__unported__/account_financial_report_horizontal/i18n/fr_BE.po similarity index 100% rename from account_financial_report_horizontal/i18n/fr_BE.po rename to __unported__/account_financial_report_horizontal/i18n/fr_BE.po diff --git a/account_financial_report_horizontal/i18n/gl.po b/__unported__/account_financial_report_horizontal/i18n/gl.po similarity index 100% rename from account_financial_report_horizontal/i18n/gl.po rename to __unported__/account_financial_report_horizontal/i18n/gl.po diff --git a/account_financial_report_horizontal/i18n/gu.po b/__unported__/account_financial_report_horizontal/i18n/gu.po similarity index 100% rename from account_financial_report_horizontal/i18n/gu.po rename to __unported__/account_financial_report_horizontal/i18n/gu.po diff --git a/account_financial_report_horizontal/i18n/he.po b/__unported__/account_financial_report_horizontal/i18n/he.po similarity index 100% rename from account_financial_report_horizontal/i18n/he.po rename to __unported__/account_financial_report_horizontal/i18n/he.po diff --git a/account_financial_report_horizontal/i18n/hi.po b/__unported__/account_financial_report_horizontal/i18n/hi.po similarity index 100% rename from account_financial_report_horizontal/i18n/hi.po rename to __unported__/account_financial_report_horizontal/i18n/hi.po diff --git a/account_financial_report_horizontal/i18n/hr.po b/__unported__/account_financial_report_horizontal/i18n/hr.po similarity index 100% rename from account_financial_report_horizontal/i18n/hr.po rename to __unported__/account_financial_report_horizontal/i18n/hr.po diff --git a/account_financial_report_horizontal/i18n/hu.po b/__unported__/account_financial_report_horizontal/i18n/hu.po similarity index 100% rename from account_financial_report_horizontal/i18n/hu.po rename to __unported__/account_financial_report_horizontal/i18n/hu.po diff --git a/account_financial_report_horizontal/i18n/id.po b/__unported__/account_financial_report_horizontal/i18n/id.po similarity index 100% rename from account_financial_report_horizontal/i18n/id.po rename to __unported__/account_financial_report_horizontal/i18n/id.po diff --git a/account_financial_report_horizontal/i18n/it.po b/__unported__/account_financial_report_horizontal/i18n/it.po similarity index 100% rename from account_financial_report_horizontal/i18n/it.po rename to __unported__/account_financial_report_horizontal/i18n/it.po diff --git a/account_financial_report_horizontal/i18n/kab.po b/__unported__/account_financial_report_horizontal/i18n/kab.po similarity index 100% rename from account_financial_report_horizontal/i18n/kab.po rename to __unported__/account_financial_report_horizontal/i18n/kab.po diff --git a/account_financial_report_horizontal/i18n/kk.po b/__unported__/account_financial_report_horizontal/i18n/kk.po similarity index 100% rename from account_financial_report_horizontal/i18n/kk.po rename to __unported__/account_financial_report_horizontal/i18n/kk.po diff --git a/account_financial_report_horizontal/i18n/ko.po b/__unported__/account_financial_report_horizontal/i18n/ko.po similarity index 100% rename from account_financial_report_horizontal/i18n/ko.po rename to __unported__/account_financial_report_horizontal/i18n/ko.po diff --git a/account_financial_report_horizontal/i18n/lo.po b/__unported__/account_financial_report_horizontal/i18n/lo.po similarity index 100% rename from account_financial_report_horizontal/i18n/lo.po rename to __unported__/account_financial_report_horizontal/i18n/lo.po diff --git a/account_financial_report_horizontal/i18n/lt.po b/__unported__/account_financial_report_horizontal/i18n/lt.po similarity index 100% rename from account_financial_report_horizontal/i18n/lt.po rename to __unported__/account_financial_report_horizontal/i18n/lt.po diff --git a/account_financial_report_horizontal/i18n/lv.po b/__unported__/account_financial_report_horizontal/i18n/lv.po similarity index 100% rename from account_financial_report_horizontal/i18n/lv.po rename to __unported__/account_financial_report_horizontal/i18n/lv.po diff --git a/account_financial_report_horizontal/i18n/mk.po b/__unported__/account_financial_report_horizontal/i18n/mk.po similarity index 100% rename from account_financial_report_horizontal/i18n/mk.po rename to __unported__/account_financial_report_horizontal/i18n/mk.po diff --git a/account_financial_report_horizontal/i18n/mn.po b/__unported__/account_financial_report_horizontal/i18n/mn.po similarity index 100% rename from account_financial_report_horizontal/i18n/mn.po rename to __unported__/account_financial_report_horizontal/i18n/mn.po diff --git a/account_financial_report_horizontal/i18n/nb.po b/__unported__/account_financial_report_horizontal/i18n/nb.po similarity index 100% rename from account_financial_report_horizontal/i18n/nb.po rename to __unported__/account_financial_report_horizontal/i18n/nb.po diff --git a/account_financial_report_horizontal/i18n/nl.po b/__unported__/account_financial_report_horizontal/i18n/nl.po similarity index 100% rename from account_financial_report_horizontal/i18n/nl.po rename to __unported__/account_financial_report_horizontal/i18n/nl.po diff --git a/account_financial_report_horizontal/i18n/nl_BE.po b/__unported__/account_financial_report_horizontal/i18n/nl_BE.po similarity index 100% rename from account_financial_report_horizontal/i18n/nl_BE.po rename to __unported__/account_financial_report_horizontal/i18n/nl_BE.po diff --git a/account_financial_report_horizontal/i18n/oc.po b/__unported__/account_financial_report_horizontal/i18n/oc.po similarity index 100% rename from account_financial_report_horizontal/i18n/oc.po rename to __unported__/account_financial_report_horizontal/i18n/oc.po diff --git a/account_financial_report_horizontal/i18n/pl.po b/__unported__/account_financial_report_horizontal/i18n/pl.po similarity index 100% rename from account_financial_report_horizontal/i18n/pl.po rename to __unported__/account_financial_report_horizontal/i18n/pl.po diff --git a/account_financial_report_horizontal/i18n/pt.po b/__unported__/account_financial_report_horizontal/i18n/pt.po similarity index 100% rename from account_financial_report_horizontal/i18n/pt.po rename to __unported__/account_financial_report_horizontal/i18n/pt.po diff --git a/account_financial_report_horizontal/i18n/pt_BR.po b/__unported__/account_financial_report_horizontal/i18n/pt_BR.po similarity index 100% rename from account_financial_report_horizontal/i18n/pt_BR.po rename to __unported__/account_financial_report_horizontal/i18n/pt_BR.po diff --git a/account_financial_report_horizontal/i18n/ro.po b/__unported__/account_financial_report_horizontal/i18n/ro.po similarity index 100% rename from account_financial_report_horizontal/i18n/ro.po rename to __unported__/account_financial_report_horizontal/i18n/ro.po diff --git a/account_financial_report_horizontal/i18n/ru.po b/__unported__/account_financial_report_horizontal/i18n/ru.po similarity index 100% rename from account_financial_report_horizontal/i18n/ru.po rename to __unported__/account_financial_report_horizontal/i18n/ru.po diff --git a/account_financial_report_horizontal/i18n/si.po b/__unported__/account_financial_report_horizontal/i18n/si.po similarity index 100% rename from account_financial_report_horizontal/i18n/si.po rename to __unported__/account_financial_report_horizontal/i18n/si.po diff --git a/account_financial_report_horizontal/i18n/sk.po b/__unported__/account_financial_report_horizontal/i18n/sk.po similarity index 100% rename from account_financial_report_horizontal/i18n/sk.po rename to __unported__/account_financial_report_horizontal/i18n/sk.po diff --git a/account_financial_report_horizontal/i18n/sl.po b/__unported__/account_financial_report_horizontal/i18n/sl.po similarity index 100% rename from account_financial_report_horizontal/i18n/sl.po rename to __unported__/account_financial_report_horizontal/i18n/sl.po diff --git a/account_financial_report_horizontal/i18n/sq.po b/__unported__/account_financial_report_horizontal/i18n/sq.po similarity index 100% rename from account_financial_report_horizontal/i18n/sq.po rename to __unported__/account_financial_report_horizontal/i18n/sq.po diff --git a/account_financial_report_horizontal/i18n/sr.po b/__unported__/account_financial_report_horizontal/i18n/sr.po similarity index 100% rename from account_financial_report_horizontal/i18n/sr.po rename to __unported__/account_financial_report_horizontal/i18n/sr.po diff --git a/account_financial_report_horizontal/i18n/sr@latin.po b/__unported__/account_financial_report_horizontal/i18n/sr@latin.po similarity index 100% rename from account_financial_report_horizontal/i18n/sr@latin.po rename to __unported__/account_financial_report_horizontal/i18n/sr@latin.po diff --git a/account_financial_report_horizontal/i18n/sv.po b/__unported__/account_financial_report_horizontal/i18n/sv.po similarity index 100% rename from account_financial_report_horizontal/i18n/sv.po rename to __unported__/account_financial_report_horizontal/i18n/sv.po diff --git a/account_financial_report_horizontal/i18n/ta.po b/__unported__/account_financial_report_horizontal/i18n/ta.po similarity index 100% rename from account_financial_report_horizontal/i18n/ta.po rename to __unported__/account_financial_report_horizontal/i18n/ta.po diff --git a/account_financial_report_horizontal/i18n/te.po b/__unported__/account_financial_report_horizontal/i18n/te.po similarity index 100% rename from account_financial_report_horizontal/i18n/te.po rename to __unported__/account_financial_report_horizontal/i18n/te.po diff --git a/account_financial_report_horizontal/i18n/th.po b/__unported__/account_financial_report_horizontal/i18n/th.po similarity index 100% rename from account_financial_report_horizontal/i18n/th.po rename to __unported__/account_financial_report_horizontal/i18n/th.po diff --git a/account_financial_report_horizontal/i18n/tlh.po b/__unported__/account_financial_report_horizontal/i18n/tlh.po similarity index 100% rename from account_financial_report_horizontal/i18n/tlh.po rename to __unported__/account_financial_report_horizontal/i18n/tlh.po diff --git a/account_financial_report_horizontal/i18n/tr.po b/__unported__/account_financial_report_horizontal/i18n/tr.po similarity index 100% rename from account_financial_report_horizontal/i18n/tr.po rename to __unported__/account_financial_report_horizontal/i18n/tr.po diff --git a/account_financial_report_horizontal/i18n/ug.po b/__unported__/account_financial_report_horizontal/i18n/ug.po similarity index 100% rename from account_financial_report_horizontal/i18n/ug.po rename to __unported__/account_financial_report_horizontal/i18n/ug.po diff --git a/account_financial_report_horizontal/i18n/uk.po b/__unported__/account_financial_report_horizontal/i18n/uk.po similarity index 100% rename from account_financial_report_horizontal/i18n/uk.po rename to __unported__/account_financial_report_horizontal/i18n/uk.po diff --git a/account_financial_report_horizontal/i18n/ur.po b/__unported__/account_financial_report_horizontal/i18n/ur.po similarity index 100% rename from account_financial_report_horizontal/i18n/ur.po rename to __unported__/account_financial_report_horizontal/i18n/ur.po diff --git a/account_financial_report_horizontal/i18n/vi.po b/__unported__/account_financial_report_horizontal/i18n/vi.po similarity index 100% rename from account_financial_report_horizontal/i18n/vi.po rename to __unported__/account_financial_report_horizontal/i18n/vi.po diff --git a/account_financial_report_horizontal/i18n/zh_CN.po b/__unported__/account_financial_report_horizontal/i18n/zh_CN.po similarity index 100% rename from account_financial_report_horizontal/i18n/zh_CN.po rename to __unported__/account_financial_report_horizontal/i18n/zh_CN.po diff --git a/account_financial_report_horizontal/i18n/zh_HK.po b/__unported__/account_financial_report_horizontal/i18n/zh_HK.po similarity index 100% rename from account_financial_report_horizontal/i18n/zh_HK.po rename to __unported__/account_financial_report_horizontal/i18n/zh_HK.po diff --git a/account_financial_report_horizontal/i18n/zh_TW.po b/__unported__/account_financial_report_horizontal/i18n/zh_TW.po similarity index 100% rename from account_financial_report_horizontal/i18n/zh_TW.po rename to __unported__/account_financial_report_horizontal/i18n/zh_TW.po diff --git a/account_financial_report_horizontal/menu.xml b/__unported__/account_financial_report_horizontal/menu.xml similarity index 100% rename from account_financial_report_horizontal/menu.xml rename to __unported__/account_financial_report_horizontal/menu.xml diff --git a/account_financial_report_horizontal/report/__init__.py b/__unported__/account_financial_report_horizontal/report/__init__.py similarity index 100% rename from account_financial_report_horizontal/report/__init__.py rename to __unported__/account_financial_report_horizontal/report/__init__.py diff --git a/account_financial_report_horizontal/report/account_balance_sheet.py b/__unported__/account_financial_report_horizontal/report/account_balance_sheet.py similarity index 100% rename from account_financial_report_horizontal/report/account_balance_sheet.py rename to __unported__/account_financial_report_horizontal/report/account_balance_sheet.py diff --git a/account_financial_report_horizontal/report/account_balance_sheet_horizontal.rml b/__unported__/account_financial_report_horizontal/report/account_balance_sheet_horizontal.rml similarity index 100% rename from account_financial_report_horizontal/report/account_balance_sheet_horizontal.rml rename to __unported__/account_financial_report_horizontal/report/account_balance_sheet_horizontal.rml diff --git a/account_financial_report_horizontal/report/account_balance_sheet_horizontal.sxw b/__unported__/account_financial_report_horizontal/report/account_balance_sheet_horizontal.sxw similarity index 100% rename from account_financial_report_horizontal/report/account_balance_sheet_horizontal.sxw rename to __unported__/account_financial_report_horizontal/report/account_balance_sheet_horizontal.sxw diff --git a/account_financial_report_horizontal/report/account_profit_horizontal.rml b/__unported__/account_financial_report_horizontal/report/account_profit_horizontal.rml similarity index 100% rename from account_financial_report_horizontal/report/account_profit_horizontal.rml rename to __unported__/account_financial_report_horizontal/report/account_profit_horizontal.rml diff --git a/account_financial_report_horizontal/report/account_profit_horizontal.sxw b/__unported__/account_financial_report_horizontal/report/account_profit_horizontal.sxw similarity index 100% rename from account_financial_report_horizontal/report/account_profit_horizontal.sxw rename to __unported__/account_financial_report_horizontal/report/account_profit_horizontal.sxw diff --git a/account_financial_report_horizontal/report/account_profit_loss.py b/__unported__/account_financial_report_horizontal/report/account_profit_loss.py similarity index 100% rename from account_financial_report_horizontal/report/account_profit_loss.py rename to __unported__/account_financial_report_horizontal/report/account_profit_loss.py diff --git a/account_financial_report_horizontal/report/common_report_header.py b/__unported__/account_financial_report_horizontal/report/common_report_header.py similarity index 100% rename from account_financial_report_horizontal/report/common_report_header.py rename to __unported__/account_financial_report_horizontal/report/common_report_header.py diff --git a/account_financial_report_horizontal/wizard/__init__.py b/__unported__/account_financial_report_horizontal/wizard/__init__.py similarity index 100% rename from account_financial_report_horizontal/wizard/__init__.py rename to __unported__/account_financial_report_horizontal/wizard/__init__.py diff --git a/account_financial_report_horizontal/wizard/account_report_balance_sheet.py b/__unported__/account_financial_report_horizontal/wizard/account_report_balance_sheet.py similarity index 100% rename from account_financial_report_horizontal/wizard/account_report_balance_sheet.py rename to __unported__/account_financial_report_horizontal/wizard/account_report_balance_sheet.py diff --git a/account_financial_report_horizontal/wizard/account_report_balance_sheet_view.xml b/__unported__/account_financial_report_horizontal/wizard/account_report_balance_sheet_view.xml similarity index 100% rename from account_financial_report_horizontal/wizard/account_report_balance_sheet_view.xml rename to __unported__/account_financial_report_horizontal/wizard/account_report_balance_sheet_view.xml diff --git a/account_financial_report_horizontal/wizard/account_report_common.py b/__unported__/account_financial_report_horizontal/wizard/account_report_common.py similarity index 100% rename from account_financial_report_horizontal/wizard/account_report_common.py rename to __unported__/account_financial_report_horizontal/wizard/account_report_common.py diff --git a/account_financial_report_horizontal/wizard/account_report_common_account.py b/__unported__/account_financial_report_horizontal/wizard/account_report_common_account.py similarity index 100% rename from account_financial_report_horizontal/wizard/account_report_common_account.py rename to __unported__/account_financial_report_horizontal/wizard/account_report_common_account.py diff --git a/account_financial_report_horizontal/wizard/account_report_common_view.xml b/__unported__/account_financial_report_horizontal/wizard/account_report_common_view.xml similarity index 100% rename from account_financial_report_horizontal/wizard/account_report_common_view.xml rename to __unported__/account_financial_report_horizontal/wizard/account_report_common_view.xml diff --git a/account_financial_report_horizontal/wizard/account_report_profit_loss.py b/__unported__/account_financial_report_horizontal/wizard/account_report_profit_loss.py similarity index 100% rename from account_financial_report_horizontal/wizard/account_report_profit_loss.py rename to __unported__/account_financial_report_horizontal/wizard/account_report_profit_loss.py diff --git a/account_financial_report_horizontal/wizard/account_report_profit_loss_view.xml b/__unported__/account_financial_report_horizontal/wizard/account_report_profit_loss_view.xml similarity index 100% rename from account_financial_report_horizontal/wizard/account_report_profit_loss_view.xml rename to __unported__/account_financial_report_horizontal/wizard/account_report_profit_loss_view.xml diff --git a/account_financial_report_webkit/__init__.py b/__unported__/account_financial_report_webkit/__init__.py similarity index 100% rename from account_financial_report_webkit/__init__.py rename to __unported__/account_financial_report_webkit/__init__.py diff --git a/account_financial_report_webkit/__openerp__.py b/__unported__/account_financial_report_webkit/__openerp__.py similarity index 99% rename from account_financial_report_webkit/__openerp__.py rename to __unported__/account_financial_report_webkit/__openerp__.py index 22de6562..38a374be 100644 --- a/account_financial_report_webkit/__openerp__.py +++ b/__unported__/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, } diff --git a/account_financial_report_webkit/account.py b/__unported__/account_financial_report_webkit/account.py similarity index 100% rename from account_financial_report_webkit/account.py rename to __unported__/account_financial_report_webkit/account.py diff --git a/account_financial_report_webkit/account_move_line.py b/__unported__/account_financial_report_webkit/account_move_line.py similarity index 100% rename from account_financial_report_webkit/account_move_line.py rename to __unported__/account_financial_report_webkit/account_move_line.py diff --git a/account_financial_report_webkit/account_view.xml b/__unported__/account_financial_report_webkit/account_view.xml similarity index 100% rename from account_financial_report_webkit/account_view.xml rename to __unported__/account_financial_report_webkit/account_view.xml diff --git a/account_financial_report_webkit/data/financial_webkit_header.xml b/__unported__/account_financial_report_webkit/data/financial_webkit_header.xml similarity index 100% rename from account_financial_report_webkit/data/financial_webkit_header.xml rename to __unported__/account_financial_report_webkit/data/financial_webkit_header.xml diff --git a/account_financial_report_webkit/i18n/account_financial_report_webkit.pot b/__unported__/account_financial_report_webkit/i18n/account_financial_report_webkit.pot similarity index 100% rename from account_financial_report_webkit/i18n/account_financial_report_webkit.pot rename to __unported__/account_financial_report_webkit/i18n/account_financial_report_webkit.pot diff --git a/account_financial_report_webkit/i18n/de.po b/__unported__/account_financial_report_webkit/i18n/de.po similarity index 100% rename from account_financial_report_webkit/i18n/de.po rename to __unported__/account_financial_report_webkit/i18n/de.po diff --git a/account_financial_report_webkit/i18n/en_US.po b/__unported__/account_financial_report_webkit/i18n/en_US.po similarity index 100% rename from account_financial_report_webkit/i18n/en_US.po rename to __unported__/account_financial_report_webkit/i18n/en_US.po diff --git a/account_financial_report_webkit/i18n/es.po b/__unported__/account_financial_report_webkit/i18n/es.po similarity index 100% rename from account_financial_report_webkit/i18n/es.po rename to __unported__/account_financial_report_webkit/i18n/es.po diff --git a/account_financial_report_webkit/i18n/fr.po b/__unported__/account_financial_report_webkit/i18n/fr.po similarity index 100% rename from account_financial_report_webkit/i18n/fr.po rename to __unported__/account_financial_report_webkit/i18n/fr.po diff --git a/account_financial_report_webkit/i18n/it.po b/__unported__/account_financial_report_webkit/i18n/it.po similarity index 100% rename from account_financial_report_webkit/i18n/it.po rename to __unported__/account_financial_report_webkit/i18n/it.po diff --git a/account_financial_report_webkit/i18n/nl.po b/__unported__/account_financial_report_webkit/i18n/nl.po similarity index 100% rename from account_financial_report_webkit/i18n/nl.po rename to __unported__/account_financial_report_webkit/i18n/nl.po diff --git a/account_financial_report_webkit/images/ledger.png b/__unported__/account_financial_report_webkit/images/ledger.png similarity index 100% rename from account_financial_report_webkit/images/ledger.png rename to __unported__/account_financial_report_webkit/images/ledger.png diff --git a/account_financial_report_webkit/report/__init__.py b/__unported__/account_financial_report_webkit/report/__init__.py similarity index 100% rename from account_financial_report_webkit/report/__init__.py rename to __unported__/account_financial_report_webkit/report/__init__.py diff --git a/account_financial_report_webkit/report/aged_partner_balance.py b/__unported__/account_financial_report_webkit/report/aged_partner_balance.py similarity index 100% rename from account_financial_report_webkit/report/aged_partner_balance.py rename to __unported__/account_financial_report_webkit/report/aged_partner_balance.py diff --git a/account_financial_report_webkit/report/common_balance_reports.py b/__unported__/account_financial_report_webkit/report/common_balance_reports.py similarity index 100% rename from account_financial_report_webkit/report/common_balance_reports.py rename to __unported__/account_financial_report_webkit/report/common_balance_reports.py diff --git a/account_financial_report_webkit/report/common_partner_balance_reports.py b/__unported__/account_financial_report_webkit/report/common_partner_balance_reports.py similarity index 100% rename from account_financial_report_webkit/report/common_partner_balance_reports.py rename to __unported__/account_financial_report_webkit/report/common_partner_balance_reports.py diff --git a/account_financial_report_webkit/report/common_partner_reports.py b/__unported__/account_financial_report_webkit/report/common_partner_reports.py similarity index 100% rename from account_financial_report_webkit/report/common_partner_reports.py rename to __unported__/account_financial_report_webkit/report/common_partner_reports.py diff --git a/account_financial_report_webkit/report/common_reports.py b/__unported__/account_financial_report_webkit/report/common_reports.py similarity index 100% rename from account_financial_report_webkit/report/common_reports.py rename to __unported__/account_financial_report_webkit/report/common_reports.py diff --git a/account_financial_report_webkit/report/general_ledger.py b/__unported__/account_financial_report_webkit/report/general_ledger.py similarity index 100% rename from account_financial_report_webkit/report/general_ledger.py rename to __unported__/account_financial_report_webkit/report/general_ledger.py diff --git a/account_financial_report_webkit/report/open_invoices.py b/__unported__/account_financial_report_webkit/report/open_invoices.py similarity index 100% rename from account_financial_report_webkit/report/open_invoices.py rename to __unported__/account_financial_report_webkit/report/open_invoices.py diff --git a/account_financial_report_webkit/report/partner_balance.py b/__unported__/account_financial_report_webkit/report/partner_balance.py similarity index 100% rename from account_financial_report_webkit/report/partner_balance.py rename to __unported__/account_financial_report_webkit/report/partner_balance.py diff --git a/account_financial_report_webkit/report/partners_ledger.py b/__unported__/account_financial_report_webkit/report/partners_ledger.py similarity index 100% rename from account_financial_report_webkit/report/partners_ledger.py rename to __unported__/account_financial_report_webkit/report/partners_ledger.py diff --git a/account_financial_report_webkit/report/print_journal.py b/__unported__/account_financial_report_webkit/report/print_journal.py similarity index 100% rename from account_financial_report_webkit/report/print_journal.py rename to __unported__/account_financial_report_webkit/report/print_journal.py diff --git a/account_financial_report_webkit/report/report.xml b/__unported__/account_financial_report_webkit/report/report.xml similarity index 100% rename from account_financial_report_webkit/report/report.xml rename to __unported__/account_financial_report_webkit/report/report.xml diff --git a/account_financial_report_webkit/report/templates/account_report_general_ledger.mako b/__unported__/account_financial_report_webkit/report/templates/account_report_general_ledger.mako similarity index 100% rename from account_financial_report_webkit/report/templates/account_report_general_ledger.mako rename to __unported__/account_financial_report_webkit/report/templates/account_report_general_ledger.mako diff --git a/account_financial_report_webkit/report/templates/account_report_open_invoices.mako b/__unported__/account_financial_report_webkit/report/templates/account_report_open_invoices.mako similarity index 100% rename from account_financial_report_webkit/report/templates/account_report_open_invoices.mako rename to __unported__/account_financial_report_webkit/report/templates/account_report_open_invoices.mako diff --git a/account_financial_report_webkit/report/templates/account_report_partner_balance.mako b/__unported__/account_financial_report_webkit/report/templates/account_report_partner_balance.mako similarity index 100% rename from account_financial_report_webkit/report/templates/account_report_partner_balance.mako rename to __unported__/account_financial_report_webkit/report/templates/account_report_partner_balance.mako diff --git a/account_financial_report_webkit/report/templates/account_report_partners_ledger.mako b/__unported__/account_financial_report_webkit/report/templates/account_report_partners_ledger.mako similarity index 100% rename from account_financial_report_webkit/report/templates/account_report_partners_ledger.mako rename to __unported__/account_financial_report_webkit/report/templates/account_report_partners_ledger.mako diff --git a/account_financial_report_webkit/report/templates/account_report_print_journal.mako b/__unported__/account_financial_report_webkit/report/templates/account_report_print_journal.mako similarity index 100% rename from account_financial_report_webkit/report/templates/account_report_print_journal.mako rename to __unported__/account_financial_report_webkit/report/templates/account_report_print_journal.mako diff --git a/account_financial_report_webkit/report/templates/account_report_profit_loss.mako b/__unported__/account_financial_report_webkit/report/templates/account_report_profit_loss.mako similarity index 100% rename from account_financial_report_webkit/report/templates/account_report_profit_loss.mako rename to __unported__/account_financial_report_webkit/report/templates/account_report_profit_loss.mako diff --git a/account_financial_report_webkit/report/templates/account_report_trial_balance.mako b/__unported__/account_financial_report_webkit/report/templates/account_report_trial_balance.mako similarity index 100% rename from account_financial_report_webkit/report/templates/account_report_trial_balance.mako rename to __unported__/account_financial_report_webkit/report/templates/account_report_trial_balance.mako diff --git a/account_financial_report_webkit/report/templates/aged_trial_webkit.mako b/__unported__/account_financial_report_webkit/report/templates/aged_trial_webkit.mako similarity index 100% rename from account_financial_report_webkit/report/templates/aged_trial_webkit.mako rename to __unported__/account_financial_report_webkit/report/templates/aged_trial_webkit.mako diff --git a/account_financial_report_webkit/report/templates/grouped_by_curr_open_invoices_inclusion.mako.html b/__unported__/account_financial_report_webkit/report/templates/grouped_by_curr_open_invoices_inclusion.mako.html similarity index 100% rename from account_financial_report_webkit/report/templates/grouped_by_curr_open_invoices_inclusion.mako.html rename to __unported__/account_financial_report_webkit/report/templates/grouped_by_curr_open_invoices_inclusion.mako.html diff --git a/account_financial_report_webkit/report/templates/open_invoices_inclusion.mako.html b/__unported__/account_financial_report_webkit/report/templates/open_invoices_inclusion.mako.html similarity index 100% rename from account_financial_report_webkit/report/templates/open_invoices_inclusion.mako.html rename to __unported__/account_financial_report_webkit/report/templates/open_invoices_inclusion.mako.html diff --git a/account_financial_report_webkit/report/trial_balance.py b/__unported__/account_financial_report_webkit/report/trial_balance.py similarity index 100% rename from account_financial_report_webkit/report/trial_balance.py rename to __unported__/account_financial_report_webkit/report/trial_balance.py diff --git a/account_financial_report_webkit/report/webkit_parser_header_fix.py b/__unported__/account_financial_report_webkit/report/webkit_parser_header_fix.py similarity index 100% rename from account_financial_report_webkit/report/webkit_parser_header_fix.py rename to __unported__/account_financial_report_webkit/report/webkit_parser_header_fix.py diff --git a/account_financial_report_webkit/report_menus.xml b/__unported__/account_financial_report_webkit/report_menus.xml similarity index 100% rename from account_financial_report_webkit/report_menus.xml rename to __unported__/account_financial_report_webkit/report_menus.xml diff --git a/account_financial_report_webkit/static/src/img/icon.png b/__unported__/account_financial_report_webkit/static/src/img/icon.png similarity index 100% rename from account_financial_report_webkit/static/src/img/icon.png rename to __unported__/account_financial_report_webkit/static/src/img/icon.png diff --git a/account_financial_report_webkit/tests/account_move_line.yml b/__unported__/account_financial_report_webkit/tests/account_move_line.yml similarity index 100% rename from account_financial_report_webkit/tests/account_move_line.yml rename to __unported__/account_financial_report_webkit/tests/account_move_line.yml diff --git a/account_financial_report_webkit/tests/aged_trial_balance.yml b/__unported__/account_financial_report_webkit/tests/aged_trial_balance.yml similarity index 100% rename from account_financial_report_webkit/tests/aged_trial_balance.yml rename to __unported__/account_financial_report_webkit/tests/aged_trial_balance.yml diff --git a/account_financial_report_webkit/tests/general_ledger.yml b/__unported__/account_financial_report_webkit/tests/general_ledger.yml similarity index 100% rename from account_financial_report_webkit/tests/general_ledger.yml rename to __unported__/account_financial_report_webkit/tests/general_ledger.yml diff --git a/account_financial_report_webkit/tests/open_invoices.yml b/__unported__/account_financial_report_webkit/tests/open_invoices.yml similarity index 100% rename from account_financial_report_webkit/tests/open_invoices.yml rename to __unported__/account_financial_report_webkit/tests/open_invoices.yml diff --git a/account_financial_report_webkit/tests/partner_balance.yml b/__unported__/account_financial_report_webkit/tests/partner_balance.yml similarity index 100% rename from account_financial_report_webkit/tests/partner_balance.yml rename to __unported__/account_financial_report_webkit/tests/partner_balance.yml diff --git a/account_financial_report_webkit/tests/partner_ledger.yml b/__unported__/account_financial_report_webkit/tests/partner_ledger.yml similarity index 100% rename from account_financial_report_webkit/tests/partner_ledger.yml rename to __unported__/account_financial_report_webkit/tests/partner_ledger.yml diff --git a/account_financial_report_webkit/tests/trial_balance.yml b/__unported__/account_financial_report_webkit/tests/trial_balance.yml similarity index 100% rename from account_financial_report_webkit/tests/trial_balance.yml rename to __unported__/account_financial_report_webkit/tests/trial_balance.yml diff --git a/account_financial_report_webkit/wizard/__init__.py b/__unported__/account_financial_report_webkit/wizard/__init__.py similarity index 100% rename from account_financial_report_webkit/wizard/__init__.py rename to __unported__/account_financial_report_webkit/wizard/__init__.py diff --git a/account_financial_report_webkit/wizard/aged_partner_balance_wizard.py b/__unported__/account_financial_report_webkit/wizard/aged_partner_balance_wizard.py similarity index 100% rename from account_financial_report_webkit/wizard/aged_partner_balance_wizard.py rename to __unported__/account_financial_report_webkit/wizard/aged_partner_balance_wizard.py diff --git a/account_financial_report_webkit/wizard/aged_partner_balance_wizard.xml b/__unported__/account_financial_report_webkit/wizard/aged_partner_balance_wizard.xml similarity index 100% rename from account_financial_report_webkit/wizard/aged_partner_balance_wizard.xml rename to __unported__/account_financial_report_webkit/wizard/aged_partner_balance_wizard.xml diff --git a/account_financial_report_webkit/wizard/balance_common.py b/__unported__/account_financial_report_webkit/wizard/balance_common.py similarity index 100% rename from account_financial_report_webkit/wizard/balance_common.py rename to __unported__/account_financial_report_webkit/wizard/balance_common.py diff --git a/account_financial_report_webkit/wizard/balance_common_view.xml b/__unported__/account_financial_report_webkit/wizard/balance_common_view.xml similarity index 100% rename from account_financial_report_webkit/wizard/balance_common_view.xml rename to __unported__/account_financial_report_webkit/wizard/balance_common_view.xml diff --git a/account_financial_report_webkit/wizard/general_ledger_wizard.py b/__unported__/account_financial_report_webkit/wizard/general_ledger_wizard.py similarity index 100% rename from account_financial_report_webkit/wizard/general_ledger_wizard.py rename to __unported__/account_financial_report_webkit/wizard/general_ledger_wizard.py diff --git a/account_financial_report_webkit/wizard/general_ledger_wizard_view.xml b/__unported__/account_financial_report_webkit/wizard/general_ledger_wizard_view.xml similarity index 100% rename from account_financial_report_webkit/wizard/general_ledger_wizard_view.xml rename to __unported__/account_financial_report_webkit/wizard/general_ledger_wizard_view.xml diff --git a/account_financial_report_webkit/wizard/open_invoices_wizard.py b/__unported__/account_financial_report_webkit/wizard/open_invoices_wizard.py similarity index 100% rename from account_financial_report_webkit/wizard/open_invoices_wizard.py rename to __unported__/account_financial_report_webkit/wizard/open_invoices_wizard.py diff --git a/account_financial_report_webkit/wizard/open_invoices_wizard_view.xml b/__unported__/account_financial_report_webkit/wizard/open_invoices_wizard_view.xml similarity index 100% rename from account_financial_report_webkit/wizard/open_invoices_wizard_view.xml rename to __unported__/account_financial_report_webkit/wizard/open_invoices_wizard_view.xml diff --git a/account_financial_report_webkit/wizard/partner_balance_wizard.py b/__unported__/account_financial_report_webkit/wizard/partner_balance_wizard.py similarity index 100% rename from account_financial_report_webkit/wizard/partner_balance_wizard.py rename to __unported__/account_financial_report_webkit/wizard/partner_balance_wizard.py diff --git a/account_financial_report_webkit/wizard/partner_balance_wizard_view.xml b/__unported__/account_financial_report_webkit/wizard/partner_balance_wizard_view.xml similarity index 100% rename from account_financial_report_webkit/wizard/partner_balance_wizard_view.xml rename to __unported__/account_financial_report_webkit/wizard/partner_balance_wizard_view.xml diff --git a/account_financial_report_webkit/wizard/partners_ledger_wizard.py b/__unported__/account_financial_report_webkit/wizard/partners_ledger_wizard.py similarity index 100% rename from account_financial_report_webkit/wizard/partners_ledger_wizard.py rename to __unported__/account_financial_report_webkit/wizard/partners_ledger_wizard.py diff --git a/account_financial_report_webkit/wizard/partners_ledger_wizard_view.xml b/__unported__/account_financial_report_webkit/wizard/partners_ledger_wizard_view.xml similarity index 100% rename from account_financial_report_webkit/wizard/partners_ledger_wizard_view.xml rename to __unported__/account_financial_report_webkit/wizard/partners_ledger_wizard_view.xml diff --git a/account_financial_report_webkit/wizard/print_journal.py b/__unported__/account_financial_report_webkit/wizard/print_journal.py similarity index 100% rename from account_financial_report_webkit/wizard/print_journal.py rename to __unported__/account_financial_report_webkit/wizard/print_journal.py diff --git a/account_financial_report_webkit/wizard/print_journal_view.xml b/__unported__/account_financial_report_webkit/wizard/print_journal_view.xml similarity index 100% rename from account_financial_report_webkit/wizard/print_journal_view.xml rename to __unported__/account_financial_report_webkit/wizard/print_journal_view.xml diff --git a/account_financial_report_webkit/wizard/trial_balance_wizard.py b/__unported__/account_financial_report_webkit/wizard/trial_balance_wizard.py similarity index 100% rename from account_financial_report_webkit/wizard/trial_balance_wizard.py rename to __unported__/account_financial_report_webkit/wizard/trial_balance_wizard.py diff --git a/account_financial_report_webkit/wizard/trial_balance_wizard_view.xml b/__unported__/account_financial_report_webkit/wizard/trial_balance_wizard_view.xml similarity index 100% rename from account_financial_report_webkit/wizard/trial_balance_wizard_view.xml rename to __unported__/account_financial_report_webkit/wizard/trial_balance_wizard_view.xml diff --git a/account_financial_report_webkit/wizard/wizard.xml b/__unported__/account_financial_report_webkit/wizard/wizard.xml similarity index 100% rename from account_financial_report_webkit/wizard/wizard.xml rename to __unported__/account_financial_report_webkit/wizard/wizard.xml diff --git a/account_financial_report_webkit_xls/__init__.py b/__unported__/account_financial_report_webkit_xls/__init__.py similarity index 100% rename from account_financial_report_webkit_xls/__init__.py rename to __unported__/account_financial_report_webkit_xls/__init__.py diff --git a/account_financial_report_webkit_xls/__openerp__.py b/__unported__/account_financial_report_webkit_xls/__openerp__.py similarity index 98% rename from account_financial_report_webkit_xls/__openerp__.py rename to __unported__/account_financial_report_webkit_xls/__openerp__.py index 6c2235b3..9b8b5b5f 100644 --- a/account_financial_report_webkit_xls/__openerp__.py +++ b/__unported__/account_financial_report_webkit_xls/__openerp__.py @@ -45,5 +45,5 @@ 'wizard/open_invoices_wizard_view.xml', ], 'active': False, - 'installable': True, + 'installable': False, } diff --git a/account_financial_report_webkit_xls/report/__init__.py b/__unported__/account_financial_report_webkit_xls/report/__init__.py similarity index 100% rename from account_financial_report_webkit_xls/report/__init__.py rename to __unported__/account_financial_report_webkit_xls/report/__init__.py diff --git a/account_financial_report_webkit_xls/report/general_ledger_xls.py b/__unported__/account_financial_report_webkit_xls/report/general_ledger_xls.py similarity index 100% rename from account_financial_report_webkit_xls/report/general_ledger_xls.py rename to __unported__/account_financial_report_webkit_xls/report/general_ledger_xls.py diff --git a/account_financial_report_webkit_xls/report/open_invoices_xls.py b/__unported__/account_financial_report_webkit_xls/report/open_invoices_xls.py similarity index 100% rename from account_financial_report_webkit_xls/report/open_invoices_xls.py rename to __unported__/account_financial_report_webkit_xls/report/open_invoices_xls.py diff --git a/account_financial_report_webkit_xls/report/partner_ledger_xls.py b/__unported__/account_financial_report_webkit_xls/report/partner_ledger_xls.py similarity index 100% rename from account_financial_report_webkit_xls/report/partner_ledger_xls.py rename to __unported__/account_financial_report_webkit_xls/report/partner_ledger_xls.py diff --git a/account_financial_report_webkit_xls/report/partners_balance_xls.py b/__unported__/account_financial_report_webkit_xls/report/partners_balance_xls.py similarity index 100% rename from account_financial_report_webkit_xls/report/partners_balance_xls.py rename to __unported__/account_financial_report_webkit_xls/report/partners_balance_xls.py diff --git a/account_financial_report_webkit_xls/report/trial_balance_xls.py b/__unported__/account_financial_report_webkit_xls/report/trial_balance_xls.py similarity index 100% rename from account_financial_report_webkit_xls/report/trial_balance_xls.py rename to __unported__/account_financial_report_webkit_xls/report/trial_balance_xls.py diff --git a/account_financial_report_webkit_xls/wizard/__init__.py b/__unported__/account_financial_report_webkit_xls/wizard/__init__.py similarity index 100% rename from account_financial_report_webkit_xls/wizard/__init__.py rename to __unported__/account_financial_report_webkit_xls/wizard/__init__.py diff --git a/account_financial_report_webkit_xls/wizard/general_ledger_wizard.py b/__unported__/account_financial_report_webkit_xls/wizard/general_ledger_wizard.py similarity index 100% rename from account_financial_report_webkit_xls/wizard/general_ledger_wizard.py rename to __unported__/account_financial_report_webkit_xls/wizard/general_ledger_wizard.py diff --git a/account_financial_report_webkit_xls/wizard/general_ledger_wizard_view.xml b/__unported__/account_financial_report_webkit_xls/wizard/general_ledger_wizard_view.xml similarity index 100% rename from account_financial_report_webkit_xls/wizard/general_ledger_wizard_view.xml rename to __unported__/account_financial_report_webkit_xls/wizard/general_ledger_wizard_view.xml diff --git a/account_financial_report_webkit_xls/wizard/open_invoices_wizard.py b/__unported__/account_financial_report_webkit_xls/wizard/open_invoices_wizard.py similarity index 100% rename from account_financial_report_webkit_xls/wizard/open_invoices_wizard.py rename to __unported__/account_financial_report_webkit_xls/wizard/open_invoices_wizard.py diff --git a/account_financial_report_webkit_xls/wizard/open_invoices_wizard_view.xml b/__unported__/account_financial_report_webkit_xls/wizard/open_invoices_wizard_view.xml similarity index 100% rename from account_financial_report_webkit_xls/wizard/open_invoices_wizard_view.xml rename to __unported__/account_financial_report_webkit_xls/wizard/open_invoices_wizard_view.xml diff --git a/account_financial_report_webkit_xls/wizard/partners_balance_wizard.py b/__unported__/account_financial_report_webkit_xls/wizard/partners_balance_wizard.py similarity index 100% rename from account_financial_report_webkit_xls/wizard/partners_balance_wizard.py rename to __unported__/account_financial_report_webkit_xls/wizard/partners_balance_wizard.py diff --git a/account_financial_report_webkit_xls/wizard/partners_balance_wizard_view.xml b/__unported__/account_financial_report_webkit_xls/wizard/partners_balance_wizard_view.xml similarity index 100% rename from account_financial_report_webkit_xls/wizard/partners_balance_wizard_view.xml rename to __unported__/account_financial_report_webkit_xls/wizard/partners_balance_wizard_view.xml diff --git a/account_financial_report_webkit_xls/wizard/partners_ledger_wizard.py b/__unported__/account_financial_report_webkit_xls/wizard/partners_ledger_wizard.py similarity index 100% rename from account_financial_report_webkit_xls/wizard/partners_ledger_wizard.py rename to __unported__/account_financial_report_webkit_xls/wizard/partners_ledger_wizard.py diff --git a/account_financial_report_webkit_xls/wizard/partners_ledger_wizard_view.xml b/__unported__/account_financial_report_webkit_xls/wizard/partners_ledger_wizard_view.xml similarity index 100% rename from account_financial_report_webkit_xls/wizard/partners_ledger_wizard_view.xml rename to __unported__/account_financial_report_webkit_xls/wizard/partners_ledger_wizard_view.xml diff --git a/account_financial_report_webkit_xls/wizard/trial_balance_wizard.py b/__unported__/account_financial_report_webkit_xls/wizard/trial_balance_wizard.py similarity index 100% rename from account_financial_report_webkit_xls/wizard/trial_balance_wizard.py rename to __unported__/account_financial_report_webkit_xls/wizard/trial_balance_wizard.py diff --git a/account_financial_report_webkit_xls/wizard/trial_balance_wizard_view.xml b/__unported__/account_financial_report_webkit_xls/wizard/trial_balance_wizard_view.xml similarity index 100% rename from account_financial_report_webkit_xls/wizard/trial_balance_wizard_view.xml rename to __unported__/account_financial_report_webkit_xls/wizard/trial_balance_wizard_view.xml diff --git a/account_journal_report_xls/__init__.py b/__unported__/account_journal_report_xls/__init__.py similarity index 100% rename from account_journal_report_xls/__init__.py rename to __unported__/account_journal_report_xls/__init__.py diff --git a/account_journal_report_xls/__openerp__.py b/__unported__/account_journal_report_xls/__openerp__.py similarity index 100% rename from account_journal_report_xls/__openerp__.py rename to __unported__/account_journal_report_xls/__openerp__.py diff --git a/account_journal_report_xls/account_journal.py b/__unported__/account_journal_report_xls/account_journal.py similarity index 100% rename from account_journal_report_xls/account_journal.py rename to __unported__/account_journal_report_xls/account_journal.py diff --git a/account_journal_report_xls/i18n/fr.po b/__unported__/account_journal_report_xls/i18n/fr.po similarity index 100% rename from account_journal_report_xls/i18n/fr.po rename to __unported__/account_journal_report_xls/i18n/fr.po diff --git a/account_journal_report_xls/i18n/nl.po b/__unported__/account_journal_report_xls/i18n/nl.po similarity index 100% rename from account_journal_report_xls/i18n/nl.po rename to __unported__/account_journal_report_xls/i18n/nl.po diff --git a/account_journal_report_xls/report/__init__.py b/__unported__/account_journal_report_xls/report/__init__.py similarity index 100% rename from account_journal_report_xls/report/__init__.py rename to __unported__/account_journal_report_xls/report/__init__.py diff --git a/account_journal_report_xls/report/nov_account_journal.py b/__unported__/account_journal_report_xls/report/nov_account_journal.py similarity index 100% rename from account_journal_report_xls/report/nov_account_journal.py rename to __unported__/account_journal_report_xls/report/nov_account_journal.py diff --git a/account_journal_report_xls/report/nov_account_journal.rml b/__unported__/account_journal_report_xls/report/nov_account_journal.rml similarity index 100% rename from account_journal_report_xls/report/nov_account_journal.rml rename to __unported__/account_journal_report_xls/report/nov_account_journal.rml diff --git a/account_journal_report_xls/report/nov_account_journal_xls.py b/__unported__/account_journal_report_xls/report/nov_account_journal_xls.py similarity index 100% rename from account_journal_report_xls/report/nov_account_journal_xls.py rename to __unported__/account_journal_report_xls/report/nov_account_journal_xls.py diff --git a/account_journal_report_xls/static/src/img/icon.png b/__unported__/account_journal_report_xls/static/src/img/icon.png similarity index 100% rename from account_journal_report_xls/static/src/img/icon.png rename to __unported__/account_journal_report_xls/static/src/img/icon.png diff --git a/account_journal_report_xls/wizard/__init__.py b/__unported__/account_journal_report_xls/wizard/__init__.py similarity index 100% rename from account_journal_report_xls/wizard/__init__.py rename to __unported__/account_journal_report_xls/wizard/__init__.py diff --git a/account_journal_report_xls/wizard/print_journal_wizard.py b/__unported__/account_journal_report_xls/wizard/print_journal_wizard.py similarity index 100% rename from account_journal_report_xls/wizard/print_journal_wizard.py rename to __unported__/account_journal_report_xls/wizard/print_journal_wizard.py diff --git a/account_journal_report_xls/wizard/print_journal_wizard.xml b/__unported__/account_journal_report_xls/wizard/print_journal_wizard.xml similarity index 100% rename from account_journal_report_xls/wizard/print_journal_wizard.xml rename to __unported__/account_journal_report_xls/wizard/print_journal_wizard.xml diff --git a/account_move_line_report_xls/__init__.py b/__unported__/account_move_line_report_xls/__init__.py similarity index 100% rename from account_move_line_report_xls/__init__.py rename to __unported__/account_move_line_report_xls/__init__.py diff --git a/account_move_line_report_xls/__openerp__.py b/__unported__/account_move_line_report_xls/__openerp__.py similarity index 100% rename from account_move_line_report_xls/__openerp__.py rename to __unported__/account_move_line_report_xls/__openerp__.py diff --git a/account_move_line_report_xls/account_move_line.py b/__unported__/account_move_line_report_xls/account_move_line.py similarity index 100% rename from account_move_line_report_xls/account_move_line.py rename to __unported__/account_move_line_report_xls/account_move_line.py diff --git a/account_move_line_report_xls/i18n/fr.po b/__unported__/account_move_line_report_xls/i18n/fr.po similarity index 100% rename from account_move_line_report_xls/i18n/fr.po rename to __unported__/account_move_line_report_xls/i18n/fr.po diff --git a/account_move_line_report_xls/i18n/nl.po b/__unported__/account_move_line_report_xls/i18n/nl.po similarity index 100% rename from account_move_line_report_xls/i18n/nl.po rename to __unported__/account_move_line_report_xls/i18n/nl.po diff --git a/account_move_line_report_xls/report/__init__.py b/__unported__/account_move_line_report_xls/report/__init__.py similarity index 100% rename from account_move_line_report_xls/report/__init__.py rename to __unported__/account_move_line_report_xls/report/__init__.py diff --git a/account_move_line_report_xls/report/move_line_list_xls.py b/__unported__/account_move_line_report_xls/report/move_line_list_xls.py similarity index 100% rename from account_move_line_report_xls/report/move_line_list_xls.py rename to __unported__/account_move_line_report_xls/report/move_line_list_xls.py diff --git a/account_move_line_report_xls/report/move_line_list_xls.xml b/__unported__/account_move_line_report_xls/report/move_line_list_xls.xml similarity index 100% rename from account_move_line_report_xls/report/move_line_list_xls.xml rename to __unported__/account_move_line_report_xls/report/move_line_list_xls.xml diff --git a/account_move_line_report_xls/static/src/img/icon.png b/__unported__/account_move_line_report_xls/static/src/img/icon.png similarity index 100% rename from account_move_line_report_xls/static/src/img/icon.png rename to __unported__/account_move_line_report_xls/static/src/img/icon.png