server-ux/multi_step_wizard/__manifest__.py

13 lines
390 B
Python
Raw Normal View History

2021-04-28 15:44:37 +00:00
# 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,
}