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

Hi,


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


Thank you

Avatar
Discard
Best Answer

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

Avatar
Discard
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>


Avatar
Discard
Related Posts Replies Views Activity
1
Nov 24
1482
1
Nov 24
1186
2
Sep 24
1046
1
Aug 24
2450
3
Aug 24
2681