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

In Openerp7, how can I switch edit mode for invoices to have a dialog box with details of each line editing (as in previous versions) Thanks for your help

아바타
취소
베스트 답변

Hello,

Open account/account_invoice_view.xml and replace code :

<tree string="Invoice Lines" editable="bottom">

to

<tree string="Invoice Lines">

Then update the account module as you have made change in xml Like :

-u account -d dbname (This is for ubuntu OS)

You can also made same change by starting debug mode -> and then open a form view -> Edit Form View. Change code and save it. (This is not permanent change)

Thank You.

아바타
취소
작성자

Thank you ! It's OK but I was looking for a choice like you have for sale orders, by users configuration. Your method is for all users.

관련 게시물 답글 화면 활동
4
8월 24
2308
2
3월 21
4683
2
6월 25
1054
0
2월 24
1407
5
1월 24
7188