server-ux/base_tier_validation_server_action/__manifest__.py

21 lines
713 B
Python
Raw Normal View History

2021-03-23 19:15:27 +00:00
# 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",
2022-06-29 18:41:04 +00:00
"version": "2.0.1.1.2",
2021-03-23 19:15:27 +00:00
"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",
],
}