Hello, there is a field of
TYPES = [
(‘goods’, ‘Goods’),
(‘assets’, ‘Assets’),
(‘service’, ‘Service’),
]
that is declared as a class field, which is not defined within any models. I would like to understand on how to override this field and to add new values in, thanks!