Skip to content
Snippets Groups Projects
Commit 7ae5aacc 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#132833

Signed-off-by: default avatarHabib Ayob (ayh) <ayh@odoo.com>
parent 72a17baf
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