selection 指定该字段的值,可能是列表,值,字符串,模块的办法或者方法名称
selection_add 是对selection 的延伸,它是(值、字符串)列表
在继承和延伸中,selection 是一个必备的属性
sex = fields.Selection([(1,'男'),(2,'女')],string = '性别',defaults = 1)
selection 指定该字段的值,可能是列表,值,字符串,模块的办法或者方法名称
selection_add 是对selection 的延伸,它是(值、字符串)列表
在继承和延伸中,selection 是一个必备的属性
sex = fields.Selection([(1,'男'),(2,'女')],string = '性别',defaults = 1)