Good day everyone,
In custom module I inherited sale.order to add a few columns, however it does not add the one2many column. Any idea what could be wrong?
Table sale_status exists and has a field called xorder_id
xstatus_line = fields.One2many('sale.status', 'xorder_id')
on module update no errors displays
thanks in advance.