コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
1886 ビュー

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
8月 25
1932
1
7月 25
2525
2
7月 25
7972
2
7月 25
4409
2
7月 25
4128