Przejdź do zawartości
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Wiedza
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc
  1. Kursy
  2. Spreadsheet & Dashboards
  3. Insert an Odoo list
Nav
Dom └Spreadsheet & Dashboards └Insert an Odoo list

Spreadsheet & Dashboards

0 %

Ukończono

Zawartość Kursu
  • Introduction to Spreadsheet and Dashboards
    • Odoo Spreadsheet basics 40 xp
      • Quiz
    • Odoo Dashboards basics 40 xp
      • Quiz
  • Insert and link to Odoo data
    • Insert an Odoo list 40 xp
      • Quiz
    • Insert an Odoo chart 40 xp
      • Quiz
  • Present and visualize data
    • Dashboard from scratch
  • App integrations
    • Quality - Spreadsheet checks
    • Quality - Spreadsheet template formatting

Insert an Odoo list

40 XP
Poprzedni Następny
Pełny ekran Udostępnij
  • O programie
  • Comments (0)

Learn how to insert an Odoo list into an Odoo spreadsheet so you can work with and analyze live Odoo data. 

Rating
0 0

Na razie nie ma komentarzy.

Dołącz do tego kursu
aby jako pierwszy zostawić komentarz.

1. When preparing a list view in the Sales app to be inserted into a spreadsheet, what is the most efficient way to ensure only records with the status "Quotation Sent" are included?
Insert the entire list, then manually delete the rows that include anything other than Quotation Sent after the list is inserted into the spreadsheet. Via the search bar, apply a Custom Filter where the status must be Quotation Sent. Activate developer mode and hide the "Status" column in the list view. Sort the list by "Status" so that all Quotations appear at the top before inserting the list into a spreadsheet.
2. You want to track only the "Top 5" unconfirmed quotations. How is the number of records determined during the insertion process?
Odoo always inserts the first 80 records by default, and you need to hide the extra rows in the spreadsheet. The number of records is fixed based on the "My Quotation" filter and cannot be changed during insertion. In the "Insert in Spreadsheet" pop-up window, you can manually update the number of records to 5. Click the slider menu then, at the bottom, enter the number of records to insert.
3. A spreadsheet you are working in includes several lists that have been inserted from your database. How can you easily see which model the data has been retrieved from?
In the List properties panel on the right side of the spreadsheet, accessible by clicking on the data source from the Data menu. By right-clicking any cell in the table and selecting "See record." In the Odoo Settings menu under Technical > Models. Inside the sheet name itself, which always displays the model’s technical name.
4. In the formula =ODOO.LIST(2, 5, "user_id"), what does the second argument (i.e., the number '5') represent?
The List ID, which identifies which data source in the spreadsheet to use. The Index, which represents the specific record's original position in the list before insertion. The total number of records currently being displayed in that table. The salesperson's database ID (user_id).
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 Svenska ภาษาไทย Türkçe українська Tiếng Việt

Odoo to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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