Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3971 Widoki

I am trying to create sales order, confirm and create regular invoices. I managed to create 
the sale order and confirm it but not able to create regular invoices.
Here's the example of my code:
s = models.execute_kw(db, uid, password, 'sale.order', 'create', [{
'partner_id': 1, 'validity_date': "2021-08-09", 'state': 'sale',
'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.advance.payment.inv', 'create', {
'id': s,
'create_invoices': [{'advance_payment_method': "delivered",}]
})
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
maj 21
2917
1
kwi 24
1772
3
paź 23
8037
1
paź 22
4117
1
wrz 21
3245