Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2429 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

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

<field name="name" position="replace">
</field>
Avatar
Abbandona