Hi:
I need to transfer CRM data into a Google Sheet to perfom automatic calculations based on some formulas, the result of these calculations should be transfered to fields of Odoo.
Is this possible?
Thanks!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi:
I need to transfer CRM data into a Google Sheet to perfom automatic calculations based on some formulas, the result of these calculations should be transfered to fields of Odoo.
Is this possible?
Thanks!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
0
nov 20
|
1829 | ||
|
2
lug 25
|
2897 | ||
|
2
giu 25
|
1768 | ||
|
0
mag 25
|
14 | ||
|
1
apr 25
|
859 |
You can load Odoo data in Google Sheets using oe_browse() function from Odoo Google Spreadsheet module: https://www.odoo.com/documentation/14.0/applications/general/auth/google_spreadsheets.html
For getting the result data back into Odoo I think you will need some programming...