使用Odoo配置Google电子表格

使用Odoo配置Google电子表格

问题描述:

我想在Odoo的Google电子表格中获取报告数据。
我已经完成了以下步骤来配置谷歌电子表格Odoo:

I want to get the report data in google spreadsheets in Odoo. I have done following steps to configure google spreadsheet with Odoo:


  • 在Odoo中安装Google Spreadsheet模块。
  • 生成的Google授权码

  • 试图在Google电子表格中获得报告,但它给了我错误一些设置未在代码中设置。从设置手动执行
    服务器设置 - >

  • 网址 - > http://127.0.0.1:8069

  • dbname --->数据库名称

  • 用户名-username of database
  • >
  • 密码 - 数据库密码

  • Installed the Google Spreadsheet module in Odoo.
  • Generated Google Authorization Code
  • Tried to get a report on Google Spreadsheet but it gives me Error Some settings are not set in Code. From settings did it manually Server Settings -->
  • URL --> http://127.0.0.1:8069
  • dbname ---> Database name
  • username -username of database
  • password - password of database

我做错了什么?我没有太多想法。请指导。

Am I doing something wrong? I don't have much idea. Please guide.

使用Odoo的Google Spreadsheet配置需要数据库(服务器)的实时IP地址,验证,然后在Google Spreadsheets中提取数据或同步。

The Configuration for Google Spreadsheet with Odoo requires live IP address of your database (server) so the it can make authentication and then pull data or synchronize in Google Spreadsheets.