Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
1726 Ansichten

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?

Avatar
Verwerfen
Beste Antwort

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

Avatar
Verwerfen
Autor

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?