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

12 lines
377 B
Python

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