Skip to Content
Menú
This question has been flagged
2 Respostes
1866 Vistes

Hi,


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


Thank you

Avatar
Descartar
Best Answer

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

Avatar
Descartar
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
Descartar
Related Posts Respostes Vistes Activitat
1
de jul. 25
2509
2
de jul. 25
7950
2
de jul. 25
4388
2
de jul. 25
4098
2
de juny 25
2693