跳至內容
選單
此問題已被標幟
2429 瀏覽次數

I have a field many2one

state = fields.Many2one ("ags.traffic.operation.state")

state has the following fields (name = fields.Char, sequence = fields.Integer, type = fields.Selection)

in the view

<field name = "state" widget = "statusbar" clickable = "True" / >

as I can access those fields to give defaults for example?

頭像
捨棄