server-ux/chained_swapper/__manifest__.py
2021-07-25 02:12:32 +00:00

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",
}