server-ux/base_tier_validation_formula/__manifest__.py

18 lines
553 B
Python
Raw Permalink Normal View History

2024-05-03 09:21:24 +00:00
# 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": [],
}