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

Hello,


We would like to add an banking account on a invoice to emit it but it seem to be not accessible inside the invoice.... The color is grey and we can click on it.


Nous aimerions rajouter un compte bancaire sur un facture pour l'émettre mais cela ne semble pas accessible. La case est grisée.

아바타
취소
베스트 답변

Hi,


In Odoo, if the bank account field is greyed out (read-only) on the invoice.

Here's how the system works:


    Customer Invoices (account.move with type out_invoice)


        The bank account shown is generally taken from:


            The Customer’s “Bank Accounts” tab (res.partner.bank) – if present.


            Or from the Company’s bank account, printed on the invoice template.


    The Bank Account Field (if visible) is usually not editable directly on the invoice form unless:


        You’re editing a vendor bill (not a customer invoice).


        Or you have customized the view to make the field editable.

        



There may be any customisation in the field that causes the non-editing option for the bank account.

To make the field editable, try the following code.


<field name="partner_bank_id" readonly="0"/>





Hope it helps

아바타
취소
관련 게시물 답글 화면 활동
1
7월 25
1794
1
7월 23
2835
2
2월 23
3830
0
3월 25
1084
1
2월 25
3032