Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
4 ตอบกลับ
4118 มุมมอง
raise TypeError("Mixing apples and oranges: %s & %s" % (self, other))
TypeError: Mixing apples and oranges: purchase.order(<odoo.models.NewId object at 0x7f726469aac8>,) & sub.contract(<odoo.models.NewId object at 0x7f726469aac8>,)
I have inherit purchase.order as test.order. and the view is same as coppied from purchase order form.
The above error happened when i select the order_line field (any field value).
My Code is:
class TestOrder(models.Model):
  _name = "test.order"
    _inherit = 'purchase.order'
    
    analytic_account_id = fields.Many2one('account.analytic.account', string="Project")
  category = fields.Many2one('test.order.category', string="Category")
  code = fields.Many2one('test.order.category', string="Cost Code")

XML Code is same as purchase.order form( id="purchase_order_form")

อวตาร
ละทิ้ง

I think this is simply naming/referring error in your code when inheriting models.

Could you post your actual code?

คำตอบที่ดีที่สุด
"odoo.models.NewId object" is displayed when the record is temporary, not yet stored in database
อวตาร
ละทิ้ง
ผู้เขียน

Okay, can you please tell how to overome this problem?

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

Did you managed to solve the following? I am facing similar issue

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
5
พ.ค. 20
7608
Drop Shipping support for Purchase Order แก้ไขแล้ว
1
ธ.ค. 19
3278
1
ธ.ค. 19
4616
1
พ.ย. 19
9671
4
มี.ค. 15
7402