server-ux/multi_step_wizard/__manifest__.py
2021-04-28 17:44:37 +02:00

13 lines
390 B
Python

# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Multi-Steps Wizards",
"version": "2.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["base"],
"website": "https://gitlab.com/flectra-community/server-ux",
"data": ["views/multi_step_wizard_views.xml"],
"installable": True,
}