Why is it that I cannot delete the subject field? Not every form needs a subject field and I'm wondering why this is a requirement. Is there a way to hide/remove/delete the subject field?
https://www.screencast.com/t/I8jLfcLyF
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Why is it that I cannot delete the subject field? Not every form needs a subject field and I'm wondering why this is a requirement. Is there a way to hide/remove/delete the subject field?
https://www.screencast.com/t/I8jLfcLyF
Hi,
You cannot delete a required field from a record. If you need to delete, please remove 'required=True' (Python) or 'required="1" '(XML) from the respective field.
Regards
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
0
ديسمبر 22
|
2064 | ||
|
2
ديسمبر 22
|
2070 | ||
|
0
سبتمبر 24
|
838 | ||
|
1
أغسطس 24
|
1002 | ||
|
0
أبريل 24
|
1123 |
You have to learn some odoo customization tips: https://sites.google.com/view/thinkincode/erp/odoo
Thanks for the answers. Greatly appreciated.