Hi, I add a column (field) in my sale order line.
But when I save the quotation, the value of the column isn't saved in the database.
Someone tells me it comes from the readonly, I try this but it doesn't work :
stocking = fields.Char(string='Stocking',help="Legend",readonly=False)
Thanks in advance?