Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
6427 มุมมอง

Hello ,

I need to show the field with same data that is in sales order (created by me) in different module like account module especially in customer invoice form....

Can any one help me...

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

You have to just put the _columuns{your fields} to the destination class

otherwise you make a new module which inherit the account module

อวตาร
ละทิ้ง
ผู้เขียน

Thank you for your quick reply Mr.Kazim Mirza , what i really need is i created one field called e-sugam in sales order form i just want to pass that field with data that i gave in that field to customer invoice form how can i do this could you help me....

It's little bit complicated , if you change at sale order like, you make a new fields on sale order its not automatically pass to invoice , you have to send the value to sale order to invoice order .

คำตอบที่ดีที่สุด

You can use here related field like

'sale_order_order':fields.many2one('purchase.order', 'Purchase Order'),
'amt_total':fields.related('sale_order', 'amount_total', type='float', relation='sale.order', string="Amount", readonly=True),

this is the use of related field

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
change between 2 Invoice formats แก้ไขแล้ว
1
ก.ค. 25
785
2
ก.ค. 25
887
1
ก.ค. 25
1951
3
เม.ย. 25
1976
3
เม.ย. 25
2947