Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2144 Prikazi

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
dec. 23
14683
0
okt. 23
33
3
okt. 23
788
1
okt. 23
569
1
avg. 23
2428