mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Set all addons to uninstallable
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -64,5 +64,5 @@ Summary of constraints are:
|
||||
'data': [
|
||||
'view/account_journal.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -42,5 +42,5 @@ account_analytic_required module.
|
||||
'website': 'http://acsone.eu/',
|
||||
'depends': ['account'],
|
||||
'data': ['account_view.xml'],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -87,5 +87,5 @@ Thanks to main contributors: Grzegorz Grzelak, Alexis de Lattre
|
||||
],
|
||||
"demo" : [],
|
||||
"active": False,
|
||||
'installable': True
|
||||
'installable': False
|
||||
}
|
||||
|
||||
@@ -47,6 +47,6 @@ will have to enter them again.
|
||||
'data': [
|
||||
'partner_view.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'active': False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user