Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2422 Vizualizări

Hi everybody !

I'm customising an order and would like to remove the product number in the field "Description" of this invoice. Just keep the name of the product.

Someone could help me ?

Many thanks in advance.

JMB

Imagine profil
Abandonează
Cel mai bun răspuns

Inherit "invoice_form" in your custom module and apply this :

<field name="name" position="replace">
</field>
Imagine profil
Abandonează