@winbo 不好意思,哪个是qweb中直接使用的。
field有help属性的,在python定义字段的使用。如:
bank_id = fields.Many2one('res.bank', string='Bank', readonly=True, states={'draft': [('readonly', False)]},
help='Select the Bank from which the salary is going to be paid')
Char、integer等都可以的。