Skip to Content
Menu
This question has been flagged
1 Odpoveď
1577 Zobrazenia

Hello,


I am looking for a way to identify which tables are edited when a Sales Order is created in Odoo. 


I am trying to automatically create a Sales Order via an API in my web app and I want to mimic the same inserts/updates that are performed when I create a Sales Order through Odoo.


I there documentation for the out of the box functionality or perhaps a PGAdmin plugin I could use to track table changes as I create a Sales Order?


Thanks!

Avatar
Zrušiť
Best Answer

Have al ook at Ray's answerer. 

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

If you set the logs to show Debug messages you will be able to see SQL queries. Just be prepared to be flooded with SQL.... :)

Avatar
Zrušiť