콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
1861 화면

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
2504
2
7월 25
7942
2
7월 25
4382
2
7월 25
4091
2
6월 25
2690