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
Create an account today to enjoy exclusive features and engage with our awesome community!
Registracija| Related Posts | Replies | Rodiniai | Veikla | |
|---|---|---|---|---|
|
1
lapkr. 25
|
302 | |||
|
0
gruod. 22
|
2634 | |||
|
2
gruod. 22
|
2775 | |||
|
0
rugs. 24
|
1325 | |||
|
1
rugp. 24
|
1695 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
You have to learn some odoo customization tips: https://sites.google.com/view/thinkincode/erp/odoo
Thanks for the answers. Greatly appreciated.