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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
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.
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
1
نوفمبر 22
|
4559 | ||
|
1
يونيو 17
|
12698 | ||
|
1
مارس 15
|
3814 | ||
|
3
مارس 15
|
13088 | ||
|
2
مارس 15
|
7576 |
Do you know how to create an openerp module?
Perfect answer. Thank you S@@D.