I need to add a new kind of partner with label "creditor" moreover than existing ones "client" and "suppliers". Is that possible? I will be very grateful with any dummy explanation. Thank you in advance.
La domanda è stata contrassegnata
I will show you how to add this field using the UI
Step1: Activate the Technical Features
Activate the Technical Features
Step2: Adding field in the model
Go to Settings/Technical/Database Structure/Fields and add the field as it's shown in the picture
Step3: Adding field in the view
Go to Settings/Technical/User Interface/Views and use the search-view to find the res.partner.form record.
Then, edit this record, go on the Architecture tab and add the line: <field name="x_creditor"/> after the supplier field.
Save the modification and go to customers/suppliers form to verify if the field was added.
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
|
1
nov 22
|
6293 | ||
|
|
1
giu 17
|
15546 | ||
|
|
1
mar 15
|
5448 | ||
|
|
3
mar 15
|
15165 | ||
|
|
2
mar 15
|
9298 |
Do you know how to create an openerp module?
Perfect answer. Thank you S@@D.