Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
1847 Vues

Hi,


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


Thank you

Avatar
Ignorer
Meilleure réponse

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

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
1
juil. 25
2480
2
juil. 25
7924
2
juil. 25
4354
2
juil. 25
4083
2
juin 25
2677