hi everybody, i want to change a field which is belong to base in view company , i know that i had to use inheritance but i don't know how , is it possible to do it ? Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
9283
أدوات العرض
This can be done bij inheriting the view.
First replace the field with nothing.
<field name="phone" position="replace">
</field>
After this put the field on the right place in the view:
<field name="name" position="email">
<field name="phone" />
</field>
Hope this helps you.
Regards, André Schenkels
it helps me a lot , thanks :)
I believe that
<field name="name" position="email">
should be
<field name="email" position="after">
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
0
سبتمبر 17
|
3184 | ||
|
4
فبراير 25
|
2055 | ||
|
0
فبراير 25
|
1157 | ||
|
0
يناير 25
|
985 | ||
Field service upgrade
تم الحل
|
|
1
ديسمبر 24
|
1290 |