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

I am new to odoo and could not find documentation regarding creation of invoice from 
sale order using python (xmlrpc)
Here's my code for creating the quotation and confirming the sale order. Could anyone
please help me with creating invoice
s = models.execute_kw(db, uid, password, 'sale.order', 'create', [{
'partner_id': 1, 'validity_date': "2021-08-09",
'order_line': [(0, 0, {'product_id': 2, 'product_uom_qty': 2, 'price_unit': 10.00}),
(0, 0, {'product_id': 5, 'product_uom_qty': 4, 'price_unit': 20.00}),
],
}])
models.execute_kw(db, uid, password, 'sale.order', 'action_confirm', [[s]])

อวตาร
ละทิ้ง

On CE inoicing module is free, just so you know, you can take a look on that.

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

You can use create method for manual creation

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
Create invoice via xmlrpc แก้ไขแล้ว
1
พ.ย. 22
3368
2
ก.ค. 22
4918
3
ก.ค. 25
948
1
ส.ค. 23
13504
1
ต.ค. 22
4266