Hi All,
I am using Odoo 11.0 CE, on Windows 10,
And I am using PyCharm as an editor.
I Try to add new fields to stock.move.line but it does not add the field to database.
the code is:
class StockMoveLines2(models.Model):
_inherit = "stock.move.line"
br_qty_av = fields.Float(string='Av. Qty', store=True)
Any one can help