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č

Dashboard View dissapears after service restart

Naroči se

Get notified when there's activity on this post

This question has been flagged
xmldashboard
2110 Prikazi
Avatar
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
Avatar
Opusti
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
Resize and Display Many2many fields in Dashboard
xml dashboard odoo12
Avatar
0
sep. 19
2669
Enable Counters in odoo what is the use of it Solved
xml
Avatar
Avatar
1
mar. 25
2676
uploading xml for invoicing tax not taken
xml
Avatar
0
nov. 24
2484
Get Blanked after define simple dashboard
dashboard
Avatar
Avatar
1
avg. 24
2205
All items are removed when I select an item from dropdownlist in OWL Solved
dashboard
Avatar
Avatar
2
jun. 24
2610
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