server-tools/base_translation_field_label/__manifest__.py

19 lines
660 B
Python

# Copyright 2023 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Base Translation Field Label",
"summary": """
Shows the field label and optionally hides the Translated field value.
""",
"version": "15.0.1.0.0",
"category": "Generic Modules/Base",
"license": "AGPL-3",
"website": "https://github.com/OCA/server-tools",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"depends": ["base"],
"data": ["views/ir_translation_views.xml"],
"maintainers": ["GuillemCForgeFlow"],
"installable": True,
"application": False,
}