Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
1867 Prikazi

Hi,


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


Thank you

Avatar
Opusti
Best Answer

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

Avatar
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
jul. 25
2509
2
jul. 25
7950
2
jul. 25
4388
2
jul. 25
4098
2
jun. 25
2694