问题标签 [odoo-12]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1979 浏览

report - wkhtmltopdf 失败(错误代码:-8)。消息:b" odoo 12

当我想打印任何报告时,我收到了这条消息:wkhtmltopdf failed (error code: -8)。消息:b"

此问题仅适用于 Odoo 12 版本,但对于以前的版本它运行良好.. 此链接将显示警告消息:Wkhtmltopdf 警告

这是日志:

请帮我 ..

0 投票
1 回答
403 浏览

odoo - 无法安装 OAuth2 身份验证 odoo12

我在 odoo 12 中安装 OAuth2 身份验证时遇到问题。

错误:

我怎样才能解决这个问题?以及如何在登录视图上显示谷歌登录按钮?

0 投票
1 回答
38 浏览

python - 如何通过代码将用户明智的销售订单与网站菜单链接

我正在开发 Odoo 网站模块以创建一个客户门户,用户可以在其中查看自己的销售订单。而且由于我不希望从 UI 端自定义任何内容,因此我必须从代​​码端进行自定义。

我已经创建了销售订单表格的菜单Views.py

这是代码:

现在,我可以在网站 UI 中看到销售订单菜单。

因为我是新手,所以我不知道在模型/控制器中写什么,或者在单击菜单后如何链接登录的用户销售订单。

任何人都可以用代码帮助我,这对我很有帮助。提前致谢。

0 投票
1 回答
184 浏览

xml - 将报告从 odoo 11 转换为 odoo 12

我正在尝试将报告从 odoo 11 转换为 odoo 12,我已经通过代码尝试查看这个“列表”的问题,但我似乎无法注意到它。

从 report.py 返回的数据

这是我得到的错误:

0 投票
3 回答
12077 浏览

python-3.x - 无法将 postgresql 与 odoo 连接

当我运行命令./odoo-bin --config=/etc/odoo.conf并尝试从浏览器访问时,我在 aws ec2 中配置了 odoo 并从 rds 连接 Postgresql,我收到以下错误:

而且我也收到了这个错误:

0 投票
2 回答
1905 浏览

odoo - Odoo 12 num2words 数量到文本

我是这个社区的新手,我为我的小公司设置了 Odoo 社区版本。我做了所有的事情,只是不知道如何设置 num2words 以在发票报告中显示总金额!

我在 Base/Modules 的 res_currency.py 中找到了 num2words api,但我花了两天时间研究如何连接,却一无所获。我必须继承什么以及如何以及在发票文档 qweb 中放入什么?

我做了这样的模块:

得到这样的错误:

在 QWeb 我把这个:

先感谢您!

0 投票
1 回答
2582 浏览

docker - Mounting custom addons odoo docker v.12

I'm new to this and I do not know if I'm doing the right steps. The first thing I did was create a folder / addons, then inside this folder I created another folder / addons / celes_app, and within this last folder I have all my files (init.py, manifest.py, etc). Then I create the following containers:

By doing so, the container is successfully created. I open a browser and enter port 8069, it asks me to create a new database, and when I create it I get the following error:

Thank you

0 投票
1 回答
771 浏览

python-3.x - Odoo 12 单词数量

如何使用num2words库在发票报告中Odoo 12显示?Total Amount

num2words/base/models/res_currency.py

0 投票
1 回答
830 浏览

windows - Windows 操作系统中 odoo12 中的阿拉伯语从右到左不起作用

我已按照 odoo 12 文档中的步骤在 odoo 12 中实现 rtl 但它在 Windows 中不起作用,但在 linux OS 中运行良好 帮帮我!

0 投票
1 回答
930 浏览

odoo - Odoo 12 qweb 报告未呈现图像

我的一份 V10 qweb 报告中有以下代码。

它在 V10 中正确渲染图像,但在 V12 中它不显示图像,我检查了 wkhtmltopdf 并正确安装。