Skip to Content
Menu
This question has been flagged
1 Reply
1646 Views

Hello,
We are currently testing our processes for a planned migration from oodo version 12 to 15.
With XMLRPC, I was using the action_invoice_open function of the account.invoice model to validate my invoices. But I see that account.invoice has merged with account.move and I can no longer validate my invoices.
Could you tell me how what functions should I use to validate the invoices in odoo 15 ?
Thanks

Avatar
Discard
Best Answer

(in Developer Mode, hover over the button the User clicks).


You should also review the API calls being made when creating as Invoice via the UI to make sure you supply the correct data because this model is also used for Vendor Bills, Credit Notes and Journal Entries.

https://www.odoo.com/forum/help-1/how-can-i-see-which-api-calls-are-made-to-learn-what-odoo-is-doing-at-specific-times-183911


Although you can't review logs from a SaaS database, you can on your local VM or on-premise installation.


Avatar
Discard
Related Posts Replies Views Activity
1
Jul 23
1628
1
Feb 23
1287
1
Feb 23
1135
1
Nov 22
2588
0
Aug 24
228