I am mass importing Invoices and Payments, and I know which ones have to be reconciled but I don't want to do this manually.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project management
- MRP
To pytanie dostało ostrzeżenie
2
Odpowiedzi
827
Widoki
Given you have the ID of the Journal Item (account.move.line) representing the AP debit from the Invoice and the ID of the Journal Item representing the AP credit from the Payment:
reconcile_wanted = self.env['account.reconcile.wizard'].with_context(
active_model='account.move.line',
active_ids=[__invoice_move_line_id__,__payment_move_line_id__],
).new({'allow_partials': True})
reconcile_wanted.reconcile()
great answer thank you so much
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
cze 24
|
669 | ||
|
1
mar 23
|
2965 | ||
Create new invoice by code
Rozwiązane
|
|
1
lis 22
|
17412 | |
|
1
paź 22
|
9459 | ||
|
7
sty 22
|
16140 |