mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 09:12:03 +02:00
12 lines
377 B
Python
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,
|
|
}
|