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
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|  | 0 gru 22  | 2481 | ||
|  | 2 gru 22  | 2601 | ||
|  | 0 wrz 24  | 1185 | ||
|  | 1 sie 24  | 1520 | ||
|  | 0 kwi 24  | 1600 | 
You have to learn some odoo customization tips: https://sites.google.com/view/thinkincode/erp/odoo
Thanks for the answers. Greatly appreciated.