Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
750 Vistas

How to change the field string 'Buyer' in the purchase module.

Avatar
Descartar
Mejor respuesta

Hi

Try the code,


<xpath expr="//field[@name='user_id']" position="attributes">

    <attribute name="string">Responsible User</attribute>

</xpath>



Hope it helps

Avatar
Descartar