Hello all,
I'm trying to modify this window when creating a new contact from the customer form?
Does it have a external ID?
Image :
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello all,
I'm trying to modify this window when creating a new contact from the customer form?
Does it have a external ID?
Image :
You need to inherit the form view of res.partener to make changes on it.
try like this to change that you want in your image,
<record id="view_partner_form_inherited" model="ir.ui.view">
<field name="name">res.partner.form.inherited</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='child_ids']/form/sheet/group/group[2]" position="replace">
<group>
<!--write your fields here-->
</group>
</xpath>
</field>
</record>
Thanks for your answer. I will do that. I didn't see the code for the button 'Create'. I was sure that this button was a <button> tag but it didn't find this tag in this code. By which concept this button appears in the partner form?
It's because of this <field name="child_ids" mode="kanban"......>
If you remove mode="kanban" then it becomes like a tree view.
Thanks for all! It works well!
Hi @Bharat, have any idea about how to implement this things in c# ?
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
paź 22
|
4554 | ||
|
1
lut 22
|
8677 | ||
|
2
mar 15
|
6092 | ||
|
0
mar 15
|
4680 | ||
|
1
lut 23
|
8436 |
+1 this new window is useless IMO. You need to goi back to contacts to fill the rest of the information