Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2434 Widoki

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?

Awatar
Odrzuć