mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-14 10:12:06 +00:00
20 lines
649 B
Python
20 lines
649 B
Python
# Copyright 2020 Tecnativa - Ernesto Tejeda
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Chained Swapper",
|
|
"summary": "Chained Swapper",
|
|
"version": "2.0.1.0.0",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"category": "Tools",
|
|
"website": "https://gitlab.com/flectra-community/server-ux",
|
|
"license": "AGPL-3",
|
|
"depends": ["base"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/chained_swapper_views.xml",
|
|
"wizard/chained_swapper_wizard_views.xml",
|
|
],
|
|
"demo": ["demo/chained_swapper_demo.xml"],
|
|
"uninstall_hook": "uninstall_hook",
|
|
}
|