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)
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
1
7月 23
|
4388 | ||
|
2
9月 24
|
2316 | ||
|
2
10月 23
|
3425 | ||
|
1
8月 23
|
2097 | ||
|
1
8月 23
|
4204 |