Skip to Content
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
    • Baza wiedzy
    • 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

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

Dashboard View dissapears after service restart

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
xmldashboard
2197 Widoki
Awatar
osama khalid

Hi all
I have created a dashboard using standard dashboard module named "board"

The dashboard is created successfully and it appears on the menu click as well but the issue is that whenever i restart the service the dashboard dissapears

Following is the xml file attached and also link of the view after service upgraded 
https://ibb.co/bL8ZsMM


xml version="1.0"?>


noupdate="1">

id="view_todays_order_trees" model="ir.ui.view">
name="name">pos.order.tree.pos.reports
name="model">pos.order
name="type">tree
name="arch" type="xml">
string="Today’s Orders">
name="name"/>
name="user_id"/>
name="state" invisible="1"/>
name="partner_id"/>
name="amount_total" sum="Amount total"/>




id="view_yesterdays_order_trees" model="ir.ui.view">
name="name">pos.order.tree.pos.reports.yesterday
name="model">pos.order
name="type">tree
name="arch" type="xml">
string="Yesterday’s Orders">
name="name"/>
name="user_id"/>
name="state" invisible="1"/>
name="partner_id"/>
name="amount_total" sum="Amount total"/>




id="view_last_week_order_trees" model="ir.ui.view">
name="name">pos.order.tree.pos.reports.last.week
name="model">pos.order
name="type">tree
name="arch" type="xml">
string="Last Week’s Orders">
name="name"/>
name="user_id"/>
name="state" invisible="1"/>
name="partner_id"/>
name="amount_total" sum="Amount total"/>




id="view_current_month_order_trees" model="ir.ui.view">
name="name">pos.order.tree.pos.reports.current.month
name="model">pos.order
name="type">tree
name="arch" type="xml">
string="Current Month’s Orders">
name="name"/>
name="user_id"/>
name="state" invisible="1"/>
name="partner_id"/>
name="amount_total" sum="Amount total"/>





id="pos_dashboard_action" model="ir.actions.act_window">
name="name">Income Dashboard
name="res_model">pos.order
name="view_mode">tree,form
name="target">current
name="view_id" ref="view_todays_order_trees"/>
name="domain">[('date_order','>=', datetime.datetime.combine(context_today(), datetime.time(0,0,0))),
('date_order','<', datetime.datetime.combine(context_today(), datetime.time(23,59,59)))]




id="pos_dashboard_action_yesterday" model="ir.actions.act_window">
name="name">Yesterday Orders
name="res_model">pos.order
name="view_mode">tree,form
name="target">current
name="view_id" ref="view_yesterdays_order_trees"/>
name="domain">[('date_order','>=',datetime.datetime.combine(context_today() -
relativedelta(days=1),datetime.time(0,0,0))), ('date_order','<',datetime.datetime.combine(context_today()
-
relativedelta(days=1),datetime.time(23,59,59)))]




id="pos_dashboard_action_last_week" model="ir.actions.act_window">
name="name">Last Week Order's
name="res_model">pos.order
name="view_mode">tree,form
name="target">current
name="view_id" ref="view_last_week_order_trees"/>
name="domain">[('date_order','>',datetime.datetime.combine(context_today() -
relativedelta(weeks=1),datetime.time(0,0,0))), ('date_order','<',datetime.datetime.combine(context_today()
-
relativedelta(weeks=0),datetime.time(0,0,0)))]




id="pos_dashboard_action_current_month" model="ir.actions.act_window">
name="name">Current Months Orders
name="res_model">pos.order
name="view_mode">tree,form
name="target">current
name="view_id" ref="view_current_month_order_trees"/>
name="domain">[('date_order','<',(context_today()+relativedelta(months=1)).strftime('%Y-%m-01')),
('date_order','>=',time.strftime('%Y-%m-01'))]




id="dashboard_form_view" model="ir.ui.view">
name="name">Income Dashboard Form
name="model">board.board
name="type">form
name="arch" type="xml">
string="Income Dashboard" create="0">
style="1-1">
style="width: 20%">
string="Today's Orders"
name="%(pos_dashboard_action)d"/>
string="Yesterday's Orders"
name="%(pos_dashboard_action_yesterday)d"/>

style="width: 20%">
string="Last week’s Orders & Income" name="%(pos_dashboard_action_last_week)d"/>
string="Current Months Orders & Income"
name="%(pos_dashboard_action_current_month)d"/>










id="pos_dashboard" model="ir.actions.act_window">
name="name">Income Dashboard
name="res_model">board.board
name="view_mode">form
name="usage">menu
name="target">current
name="view_id" ref="pos_reports.dashboard_form_view"/>


name="Income Dashboard"
parent="pos_reports.menu_pos_reports"
action="pos_reports.pos_dashboard"
sequence="1"
id="menu_dashboard"/>





0
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
Resize and Display Many2many fields in Dashboard
xml dashboard odoo12
Awatar
0
wrz 19
2772
Enable Counters in odoo what is the use of it Rozwiązane
xml
Awatar
Awatar
1
mar 25
2875
uploading xml for invoicing tax not taken
xml
Awatar
0
lis 24
2725
Get Blanked after define simple dashboard
dashboard
Awatar
Awatar
1
sie 24
2331
All items are removed when I select an item from dropdownlist in OWL Rozwiązane
dashboard
Awatar
Awatar
2
cze 24
2776
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 ภาษาไทย 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