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!
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
0
nov. 20
|
3375 | |||
|
1
juin 26
|
2733 | |||
|
1
avr. 26
|
3265 | |||
|
1
déc. 25
|
2853 | |||
|
1
oct. 25
|
3902 |
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...