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"
a = fields.Char(size=200, translate=True)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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"
a = fields.Char(size=200, translate=True)
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Jul 23
|
4374 | ||
|
2
Sep 24
|
2272 | ||
|
2
Oct 23
|
3412 | ||
|
1
Aug 23
|
2082 | ||
|
1
Aug 23
|
4184 |