Hello i have problem with installing module
create.user.wizard.form
create.user.wizard
name="Create User"
res_model="create.user.wizard"
src_model="res.partner"
view_mode="form"
target="new"
key2="client_action_multi"
multi="True" />
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello i have problem with installing module
create.user.wizard.form
create.user.wizard
name="Create User"
res_model="create.user.wizard"
src_model="res.partner"
view_mode="form"
target="new"
key2="client_action_multi"
multi="True" />
This windows action is no longer supported starting from Odoo 12.0 you can rewrite it as you can see in the comment
<record id="action_view_create_user_wizard" model="ir.actions.act_window">
<field name="name">Create User</field>
<field name="res_model">create.user.wizard</field>
<field name="view_mode">form</field>
<field name="target">new</field>
<field name="binding_model_id" ref="base.res_partner" />
<field name="binding_view_types">form</field>
</record>
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
2
d’oct. 25
|
2717 | ||
|
1
de set. 25
|
2732 | ||
|
3
de jul. 25
|
4116 | ||
|
1
de maig 25
|
2206 | ||
|
4
de maig 25
|
3565 |