Skip to Content
Menu
This question has been flagged
2 Replies
1873 Rodiniai

Hi,


I want to disable the "print" function from "send and print" in invoices.


Thank you

Portretas
Atmesti
Best Answer

Hi, or you do it in xml or add dev and custom module.

Portretas
Atmesti
Best Answer

Hi

Check Below code

<record id="view_move_form_inherit" model="ir\.ui\.view\"\>


\ \ \ \ \<field\ name=\"name\"\>account.move.form.inherit</field>


    <field name="model">account.move</field>


    <field name="inherit_id" ref="account.view_move_form"/>


    <field name="arch" type="xml">


        <button name="action_invoice_sent" position="attributes">


            <attribute name="invisible">1</attribute>


        </button>


    </field>


</record>


Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
liep. 25
2509
2
liep. 25
7952
2
liep. 25
4389
2
liep. 25
4100
2
birž. 25
2696