Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
3 Răspunsuri
9253 Vizualizări

Hi,

I have a lead which appears in the Direct Sales. I can access to it when clicking on Sales->Sales Teams->Direct Sales/Leads. It is assigned to me (Salesperson is me). And I am the team leader of Direct Sales team.

But I do not see it in my Leads (Sales->Leads, without going through the Direct Sales sales team.)

- Is it normal by default? Why? Any clue of what lead to this?

- How can I have/see it in my Sales?

Context: Very new to Odoo. Using an unmodified v8. CRM and Sales Management modules installed.

Thank you for your help

-- Laurent

Imagine profil
Abandonează
Autor Cel mai bun răspuns

Is there any way to change/remove this "Unassigned" filter without programming/changing the code?

Thx 

Imagine profil
Abandonează

u can go to the search view of crm.lead object and remove this line: "
"<filter string="Unassigned" name="unassigned" domain="[('user_id','=', False)]" help="No salesperson"/>"
this you can do from front end only using "debug mode" or from [settings->technical->user interface->views] and search for crm.lead search view,
but once update the crm module this will be rolled-back to the previous state

Autor

Great it works. Not very sustainable in the long term if there are many such changes, but it works. Thx a lot.

Cel mai bun răspuns

Laurent,

In Leads Menu, if you select "My Leads" Filter then it will show all the Leads where Salesperson is the logged in user(in your context, its you), so it will show those Leads where you are the Salesperson, and under 'Unassigned' filter those Leads will be shown which does not have any Salesperson.

If you want to remove/change "Unassigned" filter then you have to inherit SEARCH view of crm.lead and then override the "My Leads" filter for ex:

<filter string="My Leads" position="attributes">

        <attribute name="string">MY Test Leads</attribute>

</filter>

Hope it helps

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
mai 24
6757
1
mai 25
1390
2
sept. 18
3486
2
mai 24
13695
1
iul. 15
4183