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

Is it possible to edit the portal users sales order page? The default layout only shows the sales order #, order date, and total.


Can we add a column to show the project name or custom fields?

頭像
捨棄
最佳答案

Hi,The page that you see when you go to my/orders is My Sales Orders in technical-> views.
So to change that you need to edit that template.



Hope it helps

頭像
捨棄
作者

Hi Cybros,

Thank you for he response. If my custom field is x_studio_text_field_wlJPE under the sales order model, where you have <span t-field="order.partner_id> I would replace that with
<span t-field="order.x_studio_text_field_wlJPE> correct?