[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 02:52:55 +02:00
parent 4cd2dcb1dd
commit ea8dc4862e
31 changed files with 31 additions and 27 deletions

View File

@@ -47,6 +47,6 @@
'res_config_view.xml',
],
'auto_install': False,
'installable': True,
'installable': False,
'application': True,
}

View File

@@ -43,6 +43,6 @@ for this module.
'data': [
'wizard/account_asset_report_wizard.xml',
],
'installable': True,
'installable': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@@ -32,7 +32,7 @@
'data': [
'views/ir_sequence_view.xml',
],
'installable': True,
'installable': False,
'application': False,
'auto_install': False,
'license': 'AGPL-3',

View File

@@ -43,7 +43,7 @@ Contributors
'website': 'http://www.camptocamp.com',
'data': ['account_move_line_view.xml'],
'tests': [],
'installable': True,
'installable': False,
'auto_install': False,
'license': 'AGPL-3',
'application': False,

View File

@@ -47,5 +47,5 @@
'views/account_tax_code_view.xml',
],
"active": False,
'installable': True
'installable': False
}

View File

@@ -57,6 +57,6 @@ check deposits.
'report.xml',
'report/report_checkdeposit.xml',
],
'installable': True,
'installable': False,
'application': True,
}

View File

@@ -26,6 +26,6 @@
'website': 'http://www.camptocamp.com',
'license': 'AGPL-3',
'data': [],
'installable': True,
'installable': False,
'active': False,
}

View File

@@ -63,5 +63,5 @@ Summary of constraints are:
'view/account_journal.xml',
'view/account_bank_statement.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -45,7 +45,7 @@
"security/ir.model.access.csv"],
'demo': ["credit_control_demo.xml"],
'tests': [],
'installable': True,
'installable': False,
'license': 'AGPL-3',
'application': True
}

View File

@@ -33,7 +33,7 @@
],
'demo': [],
'test': [],
'installable': True,
'installable': False,
'auto_install': False,
'license': 'AGPL-3',
'application': False}

View File

@@ -30,6 +30,6 @@
'invoice_view.xml',
'res_config_view.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
}

View File

@@ -58,5 +58,5 @@ for any help or question about this module.
'account_fiscal_position_view.xml',
'partner_view.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -54,7 +54,7 @@ The check can be activated on a per-journal basis
"demo": [],
"test": [],
"licence": "AGPL-3",
"installable": True,
'installable': False,
"auto_install": False,
"application": True,
}

View File

@@ -37,5 +37,5 @@
'data': [
"views/account_invoice_view.xml"
],
'installable': True,
'installable': False,
}

View File

@@ -27,5 +27,5 @@
'depends': ["account"],
'data': [
],
'installable': True,
'installable': False,
}

View File

@@ -49,6 +49,6 @@ for any help or question about this module.
'website': 'http://www.akretion.com',
'depends': ['account'],
'data': [],
'installable': True,
'installable': False,
'active': False,
}

View File

@@ -57,7 +57,7 @@ account.journal.period model that is present in Odoo core.
"demo": [],
"test": [],
"licence": "AGPL-3",
"installable": True,
'installable': False,
"auto_install": False,
"application": True,
}

View File

@@ -39,7 +39,7 @@
'test/batch_validate_then_unmark.yml',
'test/batch_validate_then_delete_move.yml',
],
'installable': True,
'installable': False,
'images': [],
'license': 'AGPL-3',
}

View File

@@ -37,4 +37,5 @@ have to disable these before entering your own search queries.
'depends': ['account'],
'js': ['static/src/js/move_line_search_view.js'],
'data': ['views/move_line_search_view.xml']
'installable': False,
}

View File

@@ -38,4 +38,5 @@
'data': [
'views/account_move_line_view.xml',
],
'installable': False,
}

View File

@@ -34,4 +34,5 @@
'qweb': [
'static/src/xml/account_move_line_search_extension.xml',
],
'installable': False,
}

View File

@@ -26,6 +26,6 @@
'website': 'http://www.camptocamp.com',
'data': ['account_view.xml',
'wizard/account_lock_move_view.xml'],
'installable': True,
'installable': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@@ -37,5 +37,5 @@
'test/generate_move.yml',
],
'active': False,
'installable': True,
'installable': False,
}

View File

@@ -42,5 +42,5 @@ account_analytic_required module.
'website': 'http://acsone.eu/',
'depends': ['account'],
'data': ['account_view.xml'],
'installable': True,
'installable': False,
}

View File

@@ -54,6 +54,6 @@ using its journal sequence, which means that:
"data": [
'wizard/wizard_renumber_view.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
}

View File

@@ -29,4 +29,5 @@
'account',
],
'license': 'AGPL-3'
'installable': False,
}

View File

@@ -35,6 +35,6 @@
'account_view.xml',
'wizard/account_move_reverse_view.xml'
],
'installable': True,
'installable': False,
'active': False,
}

View File

@@ -25,6 +25,6 @@
"website": "http://www.camptocamp.com",
"license": "AGPL-3",
"data": ["account_tax_analysis_view.xml"],
'installable': True,
'installable': False,
"active": False,
}

View File

@@ -36,5 +36,5 @@
"data": [
'wizard/account_tax_chart_view.xml',
],
"installable": True,
'installable': False,
}

View File

@@ -49,5 +49,5 @@ for any help or question about this module.
'images/date_check_error_popup.jpg',
'images/date_check_company_config.jpg',
],
'installable': True,
'installable': False,
}

View File

@@ -38,5 +38,5 @@
],
"demo": [],
"active": False,
'installable': True
'installable': False
}