تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
1846 أدوات العرض

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
يوليو 25
2474
2
يوليو 25
7922
2
يوليو 25
4349
2
يوليو 25
4079
2
يونيو 25
2674