Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
1878 Visninger

Hi,


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


Thank you

Avatar
Kassér
Bedste svar

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

Avatar
Kassér
Bedste svar

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
jul. 25
2516
2
jul. 25
7961
2
jul. 25
4400
2
jul. 25
4112
2
jun. 25
2700