change res.partner field name readonly.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
change res.partner field name readonly.
inherit partner form view and add this code
<xpath expr="//field[@name='name']" position="attributes">
<attribute name="readonly">1</attribute>
</xpath>
Another way to do this is through model:
Try:
class ResPartner(models.Model):
_inherit = 'res.partner'
name = fields.Char(readonly=True)
Hope it help.
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
readonly option in fields?
Ratkaistu
|
|
3
jouluk. 23
|
90985 | |
|
3
syysk. 21
|
5095 | ||
|
1
syysk. 15
|
8942 | ||
|
4
huhtik. 25
|
5273 | ||
|
3
heinäk. 23
|
5717 |
https://www.youtube.com/watch?v=ZrCN3L0oAKE