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

I wont to create internal transfer entry account1 to account2 from python:

  1. Access from backend  and call ('Internal Transfer' account.reconcile.model) in accounting Bank Reconciliation.
writeoff_btn =  self.env['account.reconcile.model'].search([
*self.env['account.reconcile.model']._check_company_domain(self.company_id),
('rule_type', '=', 'writeoff_button'),
])
  1. Access "validate" button and call from python.
  2. Access "reset" button and call from python.





アバター
破棄
関連投稿 返信 ビュー 活動
4
6月 25
6347
0
6月 25
555
1
5月 25
1943
0
7月 21
3147
4
8月 25
1003