1 2 3 4 5 6
from odoo import _, api, fields, models class StockQuant(models.Model): _inherit = 'stock.quant' note = fields.Char(string="Note")