问题标签 [openerp-web-module]

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 投票
0 回答
358 浏览

css - openerp css 类定义,例如 .openerp .oe_form .oe_styling_v8 b 是什么意思

我是 openerp 的新手,我可以看到一些 css 类定义,如下所示:

.openerp .oe_form .oe_styling_v8 b

你能解释一下这是什么意思吗?我可以看到很多以 .openerp .oe 开头的 css 类我们如何在同一行上定义两个 css 类,这在 css 中是不允许的

提前致谢

0 投票
0 回答
846 浏览

odoo - 为什么 openerp web 模块显示正在加载

我正在从头开始开发一个新的 openerp Web 模块。我正在尝试使用 OpenERP 附带的销售点 Web 模块中使用的相同概念。

这是我处理 web url 的控制器方法:

页面加载时生成的页面源如下:

当页面加载时,它将成功显示我所有的小部件,但它会显示在页面底部“正在加载...”

为什么显示此加载,以及如何删除它。

感谢您的回复

0 投票
1 回答
2331 浏览

nginx - How to get User IP Address on Odoo when I am using Nginx

I am using Nginx with Odoo, And I tried to get user ip address :

Without Nginx this Block of code

returns the user's ip_address

But with Nginx, it returns

127.0.0.1

and its normal, if Someone can help, I want to get the real IP address on Odoo

This is my Nginx Conf :