This question has been flagged
2050 Views

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?

Avatar
Discard