server-ux/base_tier_validation_server_action/__manifest__.py
2022-06-29 20:41:04 +02:00

21 lines
713 B
Python

# Copyright 2017-19 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Base Tier Validation - Server Action",
"summary": "Add option to call server action when a tier is validated",
"version": "2.0.1.1.2",
"development_status": "Alpha",
"maintainers": ["kittiu"],
"category": "Tools",
"website": "https://gitlab.com/flectra-community/server-ux",
"author": "Ecosoft, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["base_tier_validation"],
"data": [
"data/cron_data.xml",
"views/tier_definition_view.xml",
],
}