Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
7828 Ansichten

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

The alert shows payment dues of customers.

Avatar
Verwerfen
Beste Antwort

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.

Avatar
Verwerfen
Autor

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?

Autor

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

Autor

any to implement my need.

Autor

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).

Verknüpfte Beiträge Antworten Ansichten Aktivität
9
Aug. 18
7657
0
Dez. 24
9404
3
Sept. 24
21504
5
Dez. 24
52797
4
Juli 24
10470