odoo

odoo Windows10启动debug模式报错(Process finished with exit code -1073740940 (0xC0000374))

廉价感情. 提交于 2020-08-08 07:34:03
之前用win10系统,安装odoo总是启动debug模式启动不起来很恼火。 报错问题:Process finished with exit code -1073740940 (0xC0000374) 在启动debug的时候,直接弹出看着像内存报错的问题。一直没有找到解决办法。 今天偶尔发现了这个错误的解决办法 下面说说一些我从别人那边看到的解决办法,是否能够帮助大家解决问题。最后我说一下我的终极解决办法。 出现在这个错误:Process finished with exit code -1073740940 (0xC0000374) 场景 1.python3.7.1打开pycharm,运行odoo12源码,出现错误: 可能原因及解决方法: 由于系统更新,可能导致这个错误。------系统更新还原 由于安装模块 matplotlib画廊 ------通过>pip uninstall matplotlib卸载,则可以恢复正常 新安装的Windows 10 企业版系统。运行pycharm出现错误。---------通过安装python3.5.4可以解决了 以上方法是看到其他博友总结的解决办法。 下面我说下我无意中在找错误的时候发现了一个问题, 就是win10 系统有个地方需要设置一下,马上就可以用了。 我们打开控制面板 在右上角搜索区域 点击管理,到管理界面

低代码开发平台

跟風遠走 提交于 2020-08-07 19:12:07
一个管理员权限下的问题,总监,经理,专员,都是正常的。 起因:管理员递归部门树,数据量太大,因此进行了单独的处理逻辑。结论【没有数据安全风险】 被权限代码搞得比较困扰,就在思考如何【彻底解决问题】 灵感:我想到钉钉中的集成的应用,都是通过配置解决权限问题的。就思考权限配置的方案,然后关联搜到了"低代码(配置)开发平台". 低代码开发平台_百度百科 https://baike.baidu.com/item/低代码开发平台/23661682 2019 Gartner Magic Quadrant(Gartner魔力象限) | Microsoft PowerApps https://info.microsoft.com/ww-landing-Gartner-MQ-for-low-code-app-platforms.html?LCID=EN-US 低代码开发平台有哪些? - 知乎 https://www.zhihu.com/question/363277641 低代码开发平台有哪些? - 道一云 https://www.do1.com.cn/3130.html 基于低代码平台(Low Code Platform)开发中小企业信息化项目 - tianyaxingzhe - 博客园 https://www.cnblogs.com/information-system/p/low_code

Odoo 指定运行时命令行参数

本小妞迷上赌 提交于 2020-08-06 03:37:58
常规参数 --version 显示版本信息,然后结束 -h, --help 显示帮助信息,然后结束 -c CONFIG, --config=CONFIG 指定配置文件 -s, --save 保存配置文件到 ~/.openerp_serverrc -v, --verbose 开启调试模式 --pidfile=PIDFILE 存储服务启动的 PID 文件 --logfile=LOGFILE 存储LOG的文件 -n INTERFACE, --interface=INTERFACE 监听IP地址 -p PORT, --port=PORT 监听 TCP 端口 --net_interface=NETINTERFACE netrpc 监听IP地址 --net_port=NETPORT netrpc 监听端口 --no-netrpc 禁止 netrpc 协议 --no-xmlrpc 禁止 xmlrpc 协议 -i INIT, --init=INIT 初始化模块 ("all" 参数为初始化所有模块) --without-demo=WITHOUT_DEMO 加载 demo 数据 ( "all" 参数为加载所有模块的demo 数据) -u UPDATE, --update=UPDATE 升级模块 ( "all" 参数为升级所有模块) --stop-after-init 初始化后停止运行 --debug

Odoo installation ''error: [Errno 98] Address already in use''

空扰寡人 提交于 2020-08-05 06:49:18
问题 I followed this installation guide for odoo and I get an error in the very end when I run odoo-bin file it gives me this error teo@teo-Lenovo-Yoga-3-14:/opt/odoo/odoo-10.0$ ./odoo-bin 2017-07-06 15:03:20,583 3754 INFO ? odoo: Odoo version 10.0 2017-07-06 15:03:20,583 3754 INFO ? odoo: addons paths: ['/home/teo/.local/share/Odoo/addons/10.0', u'/opt/odoo/odoo-10.0/odoo/addons', u'/opt/odoo/odoo-10.0/addons'] 2017-07-06 15:03:20,583 3754 INFO ? odoo: database: default@default:default 2017-07-06

odoo开发笔记 -- 权限机制

☆樱花仙子☆ 提交于 2020-07-28 07:49:14
转两篇关于权限的2篇文章,加深这方面的认识。注:后面附有原作者地址,希望不构成侵权。 https://www.cnblogs.com/crazyguo/p/6999408.html 第一篇:http://www.cnblogs.com/dancesir/p/6994030.html Odoo的权限的核心是权限组(res_groups)。对每个权限组,可以设置权限组的菜单表示,对象表示,记录规则表示,字段表示。 1.菜单/对象级别 设置哪些人可以访问哪些菜单/对象,对象的访问权限包括创建、读、写、删除。 2.记录级别 设置哪些人可以访问哪些记录,也就是设置表的查询条件。 3.字段级别 设置表中的字段的访问权限。 4.工作流级别 在工作流的每一步迁移中,设置哪些角色允许触发本迁移 菜单/对象级别: 模块下 security 目录有两个文件:xxx_security.xml、ir.model.access.csv。 其中: xxx_security.xml文件定义组和组对菜单的访问权限, ir.model.access.csv定义组对对象的权限矩阵。<br><br> <data noupdate="0"> <record model="ir.module.category" id="module_category_test"> <field name="name">测试</field>

Odoo开发教程3-为表单视图添加字段

倖福魔咒の 提交于 2020-07-24 12:52:35
我们已经为 partner 模型创建了新字段,但对用户仍不可见,要实现这点我们还要在相应的视图中进行添加操作。再回到前述的 res.partner 模型详情页,点击 Views 标签,我们就可以看到模块的各个 view 定义。正如所见,每个视图都是一条数据库记录,修改或添加视图记录即时生效,在下一次加载视图时即可见: 表单视图添加字段 视图列表中有一些需要注意的事项,我们看到有不同的视图类型(View Type),如表单视图(Form)、树状列表视图(Tree)、搜索视图(Search)和看板视图(Kanban)。搜索视图指的是右上角搜索框中的过滤选项。其它视图的数据展示方法也各不相同,基本的类型有列表视图和表单视图(用于查看详细信息)。 “ 小贴士:树状视图(Tree) 和 列表视图(List) 实为同一视图,实际上 Odoo 中的为列表视图,树状视图的名称是由历史原因产生的 – 过去列表视图是以树状层级结构来进行展示的。” 可以看到同一视图类型存在多个定义,通过 View Type 进行排序可以更清晰地看出。每种视图类型(如表单视图)可以有一个或多个 base 视图定义(包含空的继承视图字段)。菜单项使用窗口动作(Window Action)可以指定要用到的 base 视图,如果没有定义,将使用排序值(Sequence)最低的,因而可将其视为默认视图。 点击视图

how to display binary field data in website using a controller odoo 13

99封情书 提交于 2020-07-23 06:45:29
问题 I was creating a controller to gets information from custom module and wonted to display the pdf or image on the website how to get the url. I was able to download it using this return http.send_file(maybefiel, filename='sdsdds', as_attachment=False) but I wonted to display it can you please help 回答1: You can access a binary field using the following path: your_url/web/content/model_name/id/field_name For example, the field name of a user's profile picture is called " image ", so, the URL

how to display binary field data in website using a controller odoo 13

半城伤御伤魂 提交于 2020-07-23 06:43:48
问题 I was creating a controller to gets information from custom module and wonted to display the pdf or image on the website how to get the url. I was able to download it using this return http.send_file(maybefiel, filename='sdsdds', as_attachment=False) but I wonted to display it can you please help 回答1: You can access a binary field using the following path: your_url/web/content/model_name/id/field_name For example, the field name of a user's profile picture is called " image ", so, the URL

Odoo - float field not display value on tree view

左心房为你撑大大i 提交于 2020-07-23 06:43:17
问题 I have added custom float field to form and I used that field to display on tree view but actually inside the form the field is calculated the correct value and working correctly but in the tree view column it's showing 0.00 value for all records.. why? here's my model code: from odoo import models, fields, api class PickingTotalQty(models.Model): _inherit = 'stock.picking' sum_dmd_qty = fields.Float(compute='calculate_dmd_qty', string='Total Demand Quantity') sum_reserved_qty = fields.Float

OColumn with odoo functional in Odoo Mobile Framework not working

本小妞迷上赌 提交于 2020-07-23 06:32:19
问题 I have this OColumn partner_name = new OColumn("Partner", OVarchar.class).setLocalColumn(); in my sale order model class with odoo functional method that depends on partner_id column. I would like to search the partner_name in my list using that column partner_name, but I'm a little confused on how to achieve this. Please needed some help. This is what I've tried: BaseFragment @Override public void onViewBind(View view, Cursor cursor, ODataRow row) { getPartnerIds(row); OControls.setText(view