mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 05:12:07 +02:00
17 lines
558 B
Python
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,
|
|
}
|