Skip to Content
Menu
This question has been flagged
2326 Views

Hello, i have inherited the " base.view_users_form" :

<record id="wizard_user_form" model="ir.ui.view">
<field name="name">res.users.form</field>
<field name="model">res.users</field>
<field name="type">form</field>
<field name="inherit_id" ref="base.view_users_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='name']" position="after">
<button class="oe_highlight" type="object" name="create" string="Suivant" />
<button string="Cancel" class="oe_link" special="cancel" />
</xpath>
</field>
</record>

The problem is when i try to save the user, i get this erreur :

ProgrammingError: ERREUR:  la colonne « alias_id » de la relation « affichage2_wizard_client » n'existe pas
LINE 1: ...O "affichage2_wizard_client" ("id", "partner_id", "alias_id"...

Please i need your help ! thank you  

Avatar
Discard