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!