İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
1630 Görünümler

How can I access the one2many field in sale.order model (order_line) and change the quantity for example. Appreciate your time

Avatar
Vazgeç
En İyi Yanıt

Hello,

I assume that you are talking about replacing a field in sales order lines using a custom module? If that's so, you can try to inherit the sale.order.lines model and later just rename the field.

class CustomSaleOrdeLines(models.Model):
    _inherit = sale.order.line

    product_uom_qty = fields.Float("Ordered Qty Edited")


Best regards,

Altela (altelasoftware.com)

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Haz 22
2512
1
Nis 24
1359
1
Eki 23
1481
1
May 23
1998
0
Eyl 22
1999