Skip to Content
Menu
This question has been flagged
2 Replies
2652 Views

Hi there.

Can anyone help me with this please

I need to hide some columns from Quotations. Ex. "Delivery Date" and "Expected Date".

In sales orders I did this with "Open Developer Tools"-Edit View:List and removed the line for ex.

<field name="name"/> thats it.

There is a <field .../> in every Edit View:List but in Quotations there is no fields like this and I don't know how to hide them. Only this line is present there

<?xml version="1.0"?>

<xpath expr="//tree" position="attributes">

                    <attribute name="banner_route">/sales/sale_quotation_onboarding_panel</attribute>

                </xpath>



Thanks for response in advance

Avatar
Discard
Author

Dear Niyas,

thank you very much for your detailed description and help.

Have a good day and thanks again!

Best Answer

Hi,

The field is added to the view from an inherited view. So if you check the architecture of main view you will not see this field. Activate the developer mode and place the mouse hover the field to get its technical name, the technical name of the field Delivery Date is commitment_date,



Now click on Debugged Button and click Edit View Form,



Then click on Inherited Views,



then open the record with the External ID: sale_stock.view_order_form_inherit_sale_stock

Then in the Architecture you will see the field commitment_date,





Thanks

Avatar
Discard
Related Posts Replies Views Activity
1
Dec 24
189
2
Mar 24
701
2
Mar 24
1332
0
Sep 23
354
1
Sep 23
461