跳至內容
選單
此問題已被標幟
1 回覆
6245 瀏覽次數

We need to edit the view.

For the quotation & the invoice -> Go to Settings> Technical> Actions> Reports:

1. For the quotation:

- Search for Quotation / Order report and click the Qweb views action button

- Go to the report_saleorder_document view and search for the code, edit the line

td name="td_name" 

adding

span
t-esc="line.name[line.name.find('] ')+2:]"/

2. For the invoice:

- Search for any of the invoice reports, for example, "Invoices without Payment" and click the Qweb views action button

- Go to the report_invoice_document view and search for the code, edit the line

td name="td_name" 

adding

span
t-esc="line.name[line.name.find('] ')+2:]"/

3. For the product label:

- Go to Settings> Technical> User Interface> Views

- Search for view named "report_simple_label" and edit the line 7, updating the code   

strong
t-field="product.display_name"/

for

strong
t-field="product.name"/

頭像
捨棄
最佳答案

Marked as Solved.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
12月 20
13919
2
2月 23
3581
1
7月 22
2559
2
3月 22
4271
1
3月 22
2484