Intercompany Sales and Purchase Order Synchronization in Odoo 17 – CBMS Odoo ERP

Intercompany sales and purchase order synchronization refers to the process of automatically linking and updating sales orders placed by one company within a larger organization (selling company) with the corresponding purchase orders created by another company within the same organization (buying company). This streamline ensures both sides are on the same page and eliminates manual […]

Introspection & Inspection | Odoo External API | Odoo XMLRPC – CBMS Odoo ERP

While we previously used fields_get() to query a model and have been using an arbitrary model from the start, Odoo stores most model metadata inside a few meta-models which allow both querying the system and altering models and fields (with some limitations) on the flyover XML-RPC. #odooexternalapi #xmlrpc #odooxmlrpc #Introspection #Inspection #Odoo #External #API #Odoo […]