Create a new status in quotation, but when I change the quotation in my new status, the confirm sales button disappears.
Add these lines to my view by inheriting from sale.order
<xpath expr="//button[@name='action_confirm']" position="attributes"> <attribute name="visible"> [('state', '=', 'pending')]</attribute> </xpath>
But it does not work.