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

Hello odoo folks,

Please someone could help me to call the following method correctly "

action_create_payments

":

models.execute_kw(db, uid, password, 'account.payment.register', 'action_create_payments', [])



Below is what I have already done above my issue and it works well :

invoice_id = models.execute_kw(db, uid, password, 'account.move', 'create', [invoice])

    r = models.execute_kw(db, uid, password, 'account.move', 'action_post', [invoice_id])

    payment_register = models.execute_kw(db, uid, password, 'account.move', 'action_register_payment', [invoice_id])

アバター
破棄
最善の回答

Hi, please check this: https://youtu.be/Cmbo2iGuTBY 
Hope it helps.

アバター
破棄
関連投稿 返信 ビュー 活動
0
7月 25
176
0
7月 23
2781
0
6月 22
2107
1
3月 20
4779
0
12月 24
611