mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-15 02:32:06 +00:00
13 lines
390 B
Python
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,
|
||
|
}
|