コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2445 ビュー

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

アバター
破棄
最善の回答

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

<field name="name" position="replace">
</field>
アバター
破棄