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

How can be make an alert in Openerp v7.0 while login into the database .

The alert shows payment dues of customers.

아바타
취소
베스트 답변

See https://accounts.openerp.com/forum/Help-1/question/21427

UPDATE:

For example, add two new fields to the res.partner.tree view:

image description

This will give you a view that looks something like this:

image description

If you create your own view (much better than changing one of the default views because any changes will be removed when you upgrade if you change a default view) and your own window action, you can apply a domain to show only those customers who are over their limit.

As for showing this as an alert once you login, I don't have any thoughts on that.

아바타
취소
작성자

i know how to set the credit limit. And i saw the alert message. If his payment due = 500 and credit limit is =10000 Then can alert the payment due =500 .How can i configure this type of alert message.

Hi Ray, I also need the same requirement. I have set the credit limit for a customer to 10000. then payment due = 500. I have two questions: 1. When i login to my database, can i see all the due payment alerts of all customers. 2. Any other option, i just want to show alert of all payment dues of all customers.

The "Total Receivables" and "Credit Limit" fields are shown on the form view of the Customer, just add these fields to the list view of the Customer. If you want a view of JUST customers who are over their limit, you can set a domain on a new menu's window action to filter just when TR >= CL.

I couldnt understand RAY. CAn you explain it briefly?

작성자

Hi Ray i update the question. Please check it..

작성자

any to implement my need.

작성자

Hi Ray thaks for the updated answer. Is it possible to popup a window on button click that just gives an alert of the above mentioned overdue payment (without editing the py file).

관련 게시물 답글 화면 활동
9
8월 18
7659
0
12월 24
9411
3
9월 24
21519
5
12월 24
52806
4
7월 24
10472