Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2145 Visninger

Hi,

I have a price_bruto field and want to freeze it when the invoice is  != draft


class AccountInvoiceLine(models.Model):

    _inherit = "account.invoice.line"


    price_bruto = fields.Float(related='product_id.price_bruto', string="Price bruto", store=True)


Is it posible?

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
2
dec. 23
14688
0
okt. 23
33
3
okt. 23
788
1
okt. 23
569
1
aug. 23
2436