Skip to Content
Menu
This question has been flagged

I can't use both attributes at the same time ...

I want both size=200 and translate=True




from odoo import models, fields
classOfitSeason(models.Model):

_name = "ofit.season"

_description = "ofit.season"

= fields.Char(​size=200, translate=True)

Avatar
Discard
Related Posts Replies Views Activity
1
Jul 23
4374
2
Sep 24
2272
2
Oct 23
3412
1
Aug 23
2082
1
Aug 23
4184