Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
27
base_exception/__manifest__.py
Executable file
27
base_exception/__manifest__.py
Executable file
@@ -0,0 +1,27 @@
|
||||
# Copyright 2011 Raphaël Valyi, Renato Lima, Guewen Baconnier, Sodexis
|
||||
# Copyright 2017 Akretion (http://www.akretion.com)
|
||||
# Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
|
||||
# Copyright 2020 Hibou Corp.
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Exception Rule",
|
||||
"version": "18.0.1.1.0",
|
||||
"development_status": "Mature",
|
||||
"category": "Generic Modules",
|
||||
"summary": """
|
||||
This module provide an abstract model to manage customizable
|
||||
exceptions to be applied on different models (sale order, invoice, ...)""",
|
||||
"author": """Akretion, Sodexis, Camptocamp,
|
||||
ACSONE SA/NV, Odoo Community Association (OCA)""",
|
||||
"website": "https://github.com/OCA/server-tools",
|
||||
"depends": ["base_setup"],
|
||||
"maintainers": ["hparfr", "sebastienbeau"],
|
||||
"license": "AGPL-3",
|
||||
"data": [
|
||||
"security/base_exception_security.xml",
|
||||
"security/ir.model.access.csv",
|
||||
"wizard/base_exception_confirm_view.xml",
|
||||
"views/base_exception_view.xml",
|
||||
],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user