Hello, this question may to be a simple question but I don't understand why i can't to add one field to sale.order.line model through 'sale.py'.
In the line 609 i added the next statement:
niu = fields.Char(string="NIU", compute="_niu_validation", defalut=" ", readonly=True)
Then, after de restart de server and when i review the model in the Odoo GUI, There isn't field in the sale.order.line model, like shows in the next image:
Image: http://en.zimagez.com/zimage/asssss.php
Please help with this doubt. I repeat, this can be very simple, but i'm newbie in Odoo and i don't understand why don't its work.