Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
1844 Zobrazení

Hi,


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


Thank you

Avatar
Zrušit
Nejlepší odpověď

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

Avatar
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
čvc 25
2463
2
čvc 25
7916
2
čvc 25
4333
2
čvc 25
4072
2
čvn 25
2667