コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
3971 ビュー

Hello, I'm trying to create a simplified web app which allows different users to quickly create immediate transfers. Right now I'm in a situation where I can create a planned transfer and add notes and all the right products to it through the API but then I need to log into the Odoo web app to click Mark as TODO, Check Availability and Validate so that the transfer is completed. 


My question is how can I create immediate transfer through the API using Python and xmlrpc?

To create the planned transfer I use these steps:

- Create partner.id

- Create stock.move with the partner.id id

- Create stock.move.line with the stock.move id

- Create stock.picking with the partner.id id

- Update the stock.picking with the stock.move id



アバター
破棄
著作者 最善の回答

I couldn't find a way to enable the logging when using the odoo online database. Is it even possible?

アバター
破棄
関連投稿 返信 ビュー 活動
0
1月 20
3515
3
1月 23
7700
1
3月 22
5509
1
2月 22
5655
1
7月 20
9443