Hello,
I have a business case where odoo can only be installed locally (network reasons). I need to integrate it with another local accounting software, which doesn't have any APIs.
I do have access to its DB (local MS Access MDB file) and I can insert manually a row there in the customers table.
I want to create a trigger that when I create/edit a Customer in Odoo, to insert or update it in the local MDB file.
Is this possible?