mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-15 02:32:06 +00:00
18 lines
553 B
Python
18 lines
553 B
Python
|
# Copyright 2019 Creu Blanca
|
||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||
|
|
||
|
{
|
||
|
"name": "Base Tier Validation Formula",
|
||
|
"summary": """
|
||
|
Formulas for Base tier validation""",
|
||
|
"version": "3.0.1.0.0",
|
||
|
"category": "Tools",
|
||
|
"license": "AGPL-3",
|
||
|
"development_status": "Mature",
|
||
|
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
||
|
"website": "https://gitlab.com/flectra-community/server-ux",
|
||
|
"depends": ["base_tier_validation"],
|
||
|
"data": ["views/tier_definition_view.xml"],
|
||
|
"demo": [],
|
||
|
}
|