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).
我定义了一个column:'partner_id': fields.many2one('res.partner', 'Customer', readonly=True, required=True, change_default=True, select=True, track_visibility='always')在xml里我想显示这个字段 <field name="partner_id"/>但是运行以后我发现并未出现想象中的下拉列表。
readonly=True, required=True这什么需求,好变态
要把字段;在视图view中的属性设置为selection。