跳至內容
選單
此問題已被標幟
2 回覆
1876 瀏覽次數

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
2510
2
7月 25
7952
2
7月 25
4392
2
7月 25
4100
2
6月 25
2698