Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
1865 มุมมอง

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>


อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ก.ค. 25
2508
2
ก.ค. 25
7947
2
ก.ค. 25
4386
2
ก.ค. 25
4096
2
มิ.ย. 25
2691