mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-14 10:12:06 +00:00
21 lines
713 B
Python
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",
|
|
],
|
|
}
|