Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
1882 Lượt xem

Hi,


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


Thank you

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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>


Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 7 25
2521
2
thg 7 25
7971
2
thg 7 25
4406
2
thg 7 25
4121
2
thg 6 25
2708