oca-technical/odoo-bringout-oca-server-ux-template_content_swapper/template_content_swapper/__manifest__.py
2025-08-29 15:43:03 +02:00

17 lines
558 B
Python

# Copyright 2024 Quartile Limited
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Template Content Swapper",
"version": "16.0.1.1.0",
"author": "Quartile Limited, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Tools",
"website": "https://github.com/OCA/server-ux",
"depends": ["base"],
"data": [
"security/ir.model.access.csv",
"views/template_content_mapping_views.xml",
],
"maintainers": ["yostashiro", "AungKoKoLin1997"],
"installable": True,
}