跳至内容
菜单
此问题已终结
2 回复
1853 查看

Hi,


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


Thank you

形象
丢弃
最佳答案

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

形象
丢弃
最佳答案

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>


形象
丢弃
相关帖文 回复 查看 活动
1
7月 25
2493
2
7月 25
7936
2
7月 25
4369
2
7月 25
4084
2
6月 25
2682