Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

How can I create 3 pipelines in CRM that are independent from the main pipeline.

Naroči se

Get notified when there's activity on this post

This question has been flagged
crmpipelinev14
5 Odgovori
16482 Prikazi
Avatar
Jay

We sell three different products that require three different pipelines. I wanna have a way we can create different pipelines just like the way we create different sales teams. Each pipeline should have it's own unique stages and sales person can filter using each pipeline in Kanban view. 
Kindly, if there's anyone with an idea, I'll greatly appreciate this.
Thanks in advance

0
Avatar
Opusti
Markus Schmid

Same Question: We want to build Three different Pipelines. Each pipeline will have unique stages. As the stages are different, they must only show up the the Pipeline that acutally has the stage..... ....How to do this?

Avatar
Jaideep
Best Answer

You can create the 3 teams one for each product and assign team leader and manage members from CRM > Configuration > Sales Teams

You can also create and manages the stages from CRM > Configuration > Stages, you would need to activate developer mode for this. This allows you to create stage and assign to relevant team. (a stage can be assigned to 1 sales team or 'all' teams by leaving blank)

Users can navigate by either viewing all their opportunities with stages (if they are multiple teams) CRM > Sales > My Pipeline or team (product) specific opportunities/stages from CRM > Sales > Teams and clicking on "pipeline" for the team

Hope this helps!

1
Avatar
Opusti
Manuel Alverdi

This does not address the question. Please read carefully. And unmark as the best answer.

Avatar
Raise the Boats
Best Answer

I have created separate sales teams and pipeline stages for the teams. The last thing i can't figure out is to assign opportunities to the sales teams. All my opportunities go to the main sales team. I can't seem to assig them to specific sales teams.

0
Avatar
Opusti
Jaideep

You can assign the team from the extra information tab, tracking section of the opportunity

Avatar
Xavier Boes
Best Answer

@Jaideep: standard Odoo does not let you choose multiple sales team on a stage.
model crm.stage, field team_id is a Many2One field, not Many2Many, which is necessary in your solutions.

Any suggestions to solve this in standard Odoo v14 (E) ?

0
Avatar
Opusti
Jaideep

@Xavier that is correct a stage can be assigned to 1 sales team only or to 'all' teams by leaving the 'sales team' field blank on the stage

Thanks for pointing out, have updated in the answer as well.

However, could you elaborate the limitation this has on the proposed solution? The solution detailed in this post is to have 3 sales team with 3 unique stages (no shared stages)

Thanks

Xavier Boes

@Jaideep: I was referring to your third point:
3. If you wish to have common (shared stages) e.g New or Won, you can do that from

CRM > Configuration > Stages by Editing each stage you will be able to assign the sales teams that the stage is applicable to.
NOTE - you would require to enable developer mode to view 'stages' menu

In case you do want common stages -> this cannot be done in standard Odoo (unless you duplicate the stage, but that is not desirable)

Jaideep

@Xavier, Yes that is correct. In standard Odoo, you would need to duplicate stages if they are applicable to more than 1 team and not to ALL teams.

However if the stage is applicable to ALL the teams, then it can be shared.. for eg 'won' as a stage

Avatar
Jay
Avtor Best Answer

This is what I am trying to ask. The solution you are giving above does not solve my problem therefore do not make it the best answer. The keywords are independent from the main pipeline.
These are the pipelines I'm trying to create and I cannot seem to find them in stages in crm. How can I create my own pipelines that can be filtered just like 'MyPipeline'

sales_channel = fields.Selection([
('alpha', 'Alpha Pipeline'),
('stage_id', 'stage_id'),
('counter_sales', 'Counter Sales Pipeline'),
('quotation', 'Quotations Pipeline'),
], string='Sales Channels', default='alpha', required=True, track_visibility='onchange', store=True)

alpha = fields.Selection([
('new', 'New'),
('visit', 'Visit Client'),
('score', 'Score'),
('confirm', 'Confirmation'),
('won', 'Won'),
], string='Alpha Pipeline', store=True, default='new', readonly=True, compute='_onchange_sales_channel')

counter_sales = fields.Selection([
('new', 'New'),
('sales_visit', 'Sales visit required'),
('preparing_quote', 'Preparing quote'),
('quotation_sent', 'Quotation Sent'),
('in_workshop', 'In Workshop'),
('cold', 'Cold'),
('won', 'Won'),
], string='Counter Sales Pipeline', store=True, default='new', readonly=True, compute='_onchange_sales_channel')

quotation = fields.Selection([
('new', 'New'),
('negotiation', 'negotiation'),
('demo', 'demo'),
('in_workshop', 'In Workshop'),
('cold', 'Cold'),
('won', 'Won'),
], string='quotation Pipeline', store=True, default='new', readonly=True, compute='_onchange_sales_channel')

0
Avatar
Opusti
Jaideep

The suggested solution addresses what you are looking for, elaborating each area

1. To create independent pipeline, create new team

CRM > Configuration > Sales Teams and click 'Create'

2. Create stages for each team

CRM > Sales > Teams and clicking on "pipeline" (button below the team name) for the team

Only the stages relevant to the specific team would be visible, you would be able to add or modify for a team

3. If you wish to have common (shared stages) e.g New or Won, you can do that from

CRM > Configuration > Stages by Editing each stage you will be able to assign the sales teams that the stage is applicable to.
NOTE - you would require to enable developer mode to view 'stages' menu

4. To filter on the independent pipeline (sales team).

CRM > Sales > Teams and click on "pipeline" (button below the team name) for a team

Basically filter by team_id

Avatar
Manuel Alverdi
Best Answer

Jay

Sorry, no answer here, but I'm facing the same issue. Two different products, with different customers, and different sales pipelines.

If the supervisor goes to see "sales pipeline", and removes filters, he sees all the stages for both products. It's difficult to see how in one of the pipelines an opportunity is won.

Maybe someone will read this, and understand the issue.

0
Avatar
Opusti
Jaideep

Precisely, it is to do with the filters as you mention. Refer point 4, of the comments at the bottom of this post.

4. To filter on the independent pipeline (sales team).
CRM > Sales > Teams and click on "pipeline" (button below the team name) for a team
Basically filter by team_id

The default filter is "My Pipeline", believe you wish to filter by "team_id". To seamlessly enable this filter for your users, you might want to consider making "CRM > Sales > Teams" menu as the default CRM landing page

joe

@Jaideep, I want to make CRM > Sales > Teams as a default page when someone opens the CRM tool. I can not find how to do this. Could you please tell me where to find it? As you said now if someone enters the CRM tool via the menu the filter "my_pipline" is active. I want to see all team pipelines as a default page.

Jaideep

@Joe, please check the below post to make 'Teams page as default landing page

https://www.odoo.com/forum/help-1/team-pipelines-as-default-page-at-crm-odoo-13-ep-199900#answer-200009

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
How to hide a fields in a given stage odoo14 errors?
crm v14
Avatar
Avatar
Avatar
3
nov. 21
4258
Different stage pipeline in CRM
crm pipeline
Avatar
Avatar
1
apr. 20
5304
Searching by a custom field in CRM module Solved
crm search pipeline
Avatar
Avatar
1
jun. 24
2032
Changing CRM Stage Name By code
crm stages pipeline
Avatar
Avatar
1
jun. 22
3912
Team Pipelines as Default Page at CRM - Odoo 13 EP Solved
crm Odoo13 pipeline
Avatar
Avatar
Avatar
2
feb. 22
4757
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now