Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
ids是recordset的id的列表。 文档: https://www.odoo.com/documentation/10.0/reference/orm.htm
ids
ids List of actual record ids in this recordset (ignores placeholder ids for records to create)
@joshua 那我可以理解成:如果我想search获取其他操作满足条件的recordset的列表时,我就可以使用对象.ids获取,是这个意思吧
前提是你这个ids要跟你想要获取的列表中的某个id对应才可以
@袭流苏2amor 只要我返回的ids跟我的键的id是一个对象就行,是这个意思吧
@1234567 嗯
@袭流苏2amor ok,谢谢,非常感谢.
看到你一个关于Unkown的帖子,这种一般都是没有定义name造成的。你尝试一下
@袭流苏2amor 你好,我定义了name属性的,这样的 name = fields.Char('Reference', copy=False, required=True, help="ECO Number", default="New")
name = fields.Char('Reference', copy=False, required=True, help="ECO Number", default="New")
嗯,你试一下看看好没好,正常应该是可以的
@袭流苏2amor 我的意思是,我原来就有定义的name的属性的,但是还是有的用户组会报这种错误的
用户组报错什么概念?
@袭流苏2amor 不是用户组报错,是有的用户登录没问题,有的用户登录form视图显示Unknown,但是tree视图显示正确的