Skip to content
Snippets Groups Projects
Commit 64bb4346 authored by Gauthier Wala (gawa)'s avatar Gauthier Wala (gawa)
Browse files

[FIX] l10n_cl: placeholder not working on res_partner


The overriding of the placeholder does not work.
It's done to be different than the standard translation (Ciudad).
Modified it to be standard way of overriding placeholders.
Linked to runbot error 6175

closes odoo/odoo#132893

X-original-commit: 7ae5aacc
Signed-off-by: default avatarHabib Ayob (ayh) <ayh@odoo.com>
Signed-off-by: default avatarWala Gauthier (gawa) <gawa@odoo.com>
parent 054085b6
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
<attribute name="placeholder">Datos adic. dirección y Ciudad</attribute>
</field>
<field name="city" position="attributes">
<attribute name="attrs">{'placeholder': 'Comuna'}</attribute>
<attribute name="placeholder">Comuna</attribute>
</field>
<field name="state_id" position="attributes">
<attribute name="placeholder">Región</attribute>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment