Se rendre au contenu
Menu
Cette question a été signalée

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
Ignorer
Publications associées Réponses Vues Activité
2
déc. 23
14664
0
oct. 23
33
3
oct. 23
788
1
oct. 23
569
1
août 23
2406