英文: Odoo Access Error blocks users despite using groups attribute to hide elements 问题 我已经扩展了product....
如何在创建方法中更新 One2many 字段?
英文: How can i update One2many field on Create method? 问题 class DownloadReport(models.Model): _name =...
Char字段未指定大小的最大字符长度限制是多少?
英文: What is the maximum character length limit of Char field with no specified size? 问题 Char字段没有指定大小...
错误尝试向视图添加筛选器时
英文: Error when trying to add a filter to a view 问题 I'm working on an Odoo 14 module but I ran into a...
如何更改向导弹出窗口的宽度?
英文: How to change width of wizard popup window? 问题 有没有办法使向导弹出窗口及其内容变得比默认尺寸更宽? 我需要更改所选的单个弹出窗口,而不是全部。 ...