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!
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!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
0
nov 20
|
3356 | |||
|
1
jun 26
|
2724 | |||
|
1
abr 26
|
3253 | |||
|
1
dic 25
|
2840 | |||
|
1
oct 25
|
3889 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
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...