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!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
0
lis 20
|
1838 | ||
|
2
lip 25
|
2965 | ||
|
2
cze 25
|
1788 | ||
|
0
maj 25
|
14 | ||
|
1
kwi 25
|
875 |
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...