I created a custom field in sales order called company_abbr that has options: company.abbr
two questions
- is company_abbr a point to company.abbr or just copies the value?
- I would like to reset company_abbr to be nil. I tried company_abbr = None but I get an error: AttributeError: can’t set attribute
can someone help? thanks in advance.