Set all addons to uninstallable

This commit is contained in:
Nicolas Bessi
2014-06-30 11:12:36 +02:00
parent a70868f7a6
commit ccf128622f
23 changed files with 23 additions and 23 deletions

View File

@@ -31,7 +31,7 @@ payment order.
""",
'website': 'http://www.camptocamp.com',
'data' : [],
'installable': True,
'installable': False,
'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@@ -30,7 +30,7 @@
""",
'website': 'http://www.camptocamp.com',
'date' : [],
'installable': True,
'installable': False,
'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@@ -72,5 +72,5 @@ Any problem found while updating will be shown on the last step.
'wizard/wizard_chart_update_view.xml',
],
"active": False,
"installable": True
'installable': False
}

View File

@@ -27,7 +27,7 @@
"description": """Recompute tax_amount to avoid sign problem""",
'website': 'http://www.camptocamp.com',
'data' : [],
'installable': True,
'installable': False,
'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

@@ -73,7 +73,7 @@ On each generated line, you have many choices:
"security/ir.model.access.csv"],
'demo_xml': ["credit_control_demo.xml"],
'tests': [],
'installable': True,
'installable': False,
'license': 'AGPL-3',
'application': True
}

View File

@@ -64,7 +64,7 @@ Support of fees price list
'report/report.xml'],
'demo': [],
'test': [],
'installable': True,
'installable': False,
'auto_install': False,
'license': 'AGPL-3',
'application': False,

View File

@@ -50,7 +50,7 @@ need to make a refund).
'website': 'http://www.camptocamp.com',
'data' : ['account_view.xml',
'invoice_view.xml'],
'installable': True,
'installable': False,
'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@@ -50,7 +50,7 @@ Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for
'images/fiscal_position_form.jpg',
'images/vat_check_invoice_validation.jpg',
],
'installable': True,
'installable': False,
'active': False,
'application': True,
}

View File

@@ -40,7 +40,7 @@ These fields are shown in "Other information" tab in invoice form.
'data': [
"account_invoice_view.xml"
],
'installable': True,
'installable': False,
'active': False,
}

View File

@@ -48,6 +48,6 @@ Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for
'depends': ['account'],
'data': [],
'images': ['images/always_check_date_constraint.jpg'],
'installable': True,
'installable': False,
'active': False,
}

View File

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

View File

@@ -49,6 +49,6 @@ These fields can be used in combination with the Search window.
'css':[
'static/src/css/account_move_line_search_extension.css',
],
'installable': True,
'installable': False,
'auto_install': False,
}

View File

@@ -43,5 +43,5 @@ The journal entry form allows lo load, through a wizard, the template to use and
'test/generate_move.yml',
],
'active': False,
'installable': True,
'installable': False,
}

View File

@@ -29,7 +29,7 @@ base one defined in addons/account/wizard.
""",
'website': 'http://www.camptocamp.com',
'data' : ['wizard/account_validate_move_view.xml'],
'installable': True,
'installable': False,
'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

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

@@ -52,5 +52,5 @@ It will recreate the sequence number of each account move using their journal se
'wizard/wizard_renumber_view.xml',
],
"active": False,
"installable": True
'installable': False
}

View File

@@ -49,6 +49,6 @@ during the Akretion-Camptocamp code sprint of June 2011.
'account_view.xml',
'wizard/account_move_reverse_view.xml'
],
'installable': True,
'installable': False,
'active': False,
}

View File

@@ -36,7 +36,7 @@ This way you will find easily differences you may see between
the OpenERP tax report and what you see in your books.""",
"website": "http://www.camptocamp.com",
"data": ["account_tax_analysis_view.xml"],
"installable": True,
'installable': False,
"active": False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@@ -57,7 +57,7 @@ import report will be available on the record
'security/multi_company.xml'],
'demo': [],
'test': [],
'installable': True,
'installable': False,
'auto_install': False,
'license': 'AGPL-3',
'application': False,

View File

@@ -43,6 +43,6 @@ Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for
'images/date_check_error_popup.jpg',
'images/date_check_company_config.jpg',
],
'installable': True,
'installable': False,
'active': False,
}

View File

@@ -87,5 +87,5 @@ Thanks to main contributors: Grzegorz Grzelak, Alexis de Lattre
],
"demo" : [],
"active": False,
'installable': True
'installable': False
}

View File

@@ -47,6 +47,6 @@ will have to enter them again.
'data': [
'partner_view.xml',
],
'installable': True,
'installable': False,
'active': False,
}