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

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?