Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3909 Lượt xem

Is it based on the "Expected Close Date" field in CRM then you miss the target date or is it something else? 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

If the lead had an "Expected Closing" date (deadline), report how many days past this date the lead was eventually closed.

"How well are Salespeople meeting their close deadlines (if any)?"


How can you discover this answer yourself?


1. Review the Field (Fields Menu in Developer Mode):


2. Open the Python files in the models folder of the module (this one is defined in crm_lead.py - we normally name the files are the model they apply to).


3. Look for the field definition:

days_exceeding_closing = fields.Float('Exceeded Closing Days', compute='_compute_days_exceeding_closing', store=True)

In this case there is a compute method which defines the value, so you can review that code in the same file.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 7 24
1300
2
thg 1 25
947
1
thg 10 24
1214
0
thg 6 24
1291
2
thg 2 23
2166