Files
account-financial-tools/account_account_constraint_code/__manifest__.py
2022-07-26 08:38:51 +02:00

14 lines
464 B
Python

# Copyright 2022 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Account Constraint Code",
"summary": "Forbid modification of code when account move line linked to the account",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
"depends": ["account"],
"demo": [],
}