[14.0][ADD] agreement_tier_validation

This commit is contained in:
Kitti U
2022-03-29 10:54:11 +07:00
parent 0766f02db6
commit d78b6787bd
17 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Copyright 2022 Ecosoft Co., Ltd.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Agreement Tier Validation",
"summary": "Extends the functionality of Agreement to "
"support a tier validation process.",
"version": "14.0.1.0.0",
"category": "Contract Management",
"website": "https://github.com/OCA/contract",
"author": "Ecosoft, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["agreement_legal", "base_tier_validation"],
"data": ["views/agreement_view.xml"],
}