Is there a way to use a field of a certain model in attrs attribute without showing that specific field in the view form?
This is the error:
Field 'type_name' used in attrs ({'invisible': [('type_name', '=', 'Invoice')]}) must be present in view but is missing.
Many thanks!