Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Set default Pivot table on BI Report

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
defaultreportingbusinessintelligence
5 Replies
14912 Tampilan
Avatar
Fernando La Chica Mera

Hi,

   I am using the business intelligence engine to make a report analyzing information. I need that the information is displayed by default over the pivot table. Now show me the chart view.

Thank you.

This is the view definition

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>

<menuitem id="estado_almacen_menu" name="Estado almacén"
parent="informes_centiro_menu" sequence="1"/>

<record id="view_estado_almacen_graph" model="ir.ui.view">
<field name="name">report.estado.almacen.graph</field>
<field name="model">stock.quant</field>
<field name="arch" type="xml">
<graph string="Estado almacén" type="pivot" stacked="True">
<field name="orderNumber" type="row"/>
<field name="product_id" type="row"/>
<field name="location_id" type="row"/>
</graph>
</field>
</record>

<record id="view_estado_almacen_search" model="ir.ui.view">
<field name="name">report.estado.almacen.search</field>
<field name="model">stock.quant</field>
<field name="arch" type="xml">
<search string="Estado almacén">
<field name="orderNumber" type="row"/>
<field name="product_id" type="row"/>
<field name="location_id" type="row"/>
<separator/>
<group expand="1" string="Agrupar por">
<filter string="Pedido Centiro" name="orderNumber" context="{'group_by':'orderNumber'}"/>
<filter string="Producto" name="product_id" context="{'group_by':'product_id'}"/>
<filter string="Ubicación" context="{'group_by':'location_id'}"/>
</group>
</search>
</field>
</record>

<record id="filter_agrupar_por_pedido_centiro" model="ir.filters">
<field name="name">Por pedido Centiro</field>
<field name="model_id">stock.quant</field>
<field name="user_id" eval="False"/>
<field name="context">{'group_by': ['orderNumber', 'location_id']}</field>
</record>

<record id="filter_agrupar_por_pedido_centiro_detallado" model="ir.filters">
<field name="name">Por pedido Centiro detallado</field>
<field name="model_id">stock.quant</field>
<field name="user_id" eval="False"/>
<field name="context">{'group_by': ['orderNumber', 'location_id', 'product_id']}</field>
</record>

<record id="filter_agrupar_por_ubicacion" model="ir.filters">
<field name="name">Por ubicación</field>
<field name="model_id">stock.quant</field>
<field name="user_id" eval="False"/>
<field name="context">{'group_by': ['location_id', 'orderNumber']}</field>
</record>

<record id="filter_agrupar_por_ubicacion_detallado" model="ir.filters">
<field name="name">Por ubicación detallado</field>
<field name="model_id">stock.quant</field>
<field name="user_id" eval="False"/>
<field name="context">{'group_by': ['location_id', 'orderNumber', 'product_id']}</field>
</record>

<record id="action_estado_almacen_tree" model="ir.actions.act_window">
<field name="name">Estado almacén</field>
<field name="res_model">stock.quant</field>
<field name="view_type">form</field>
<field name="view_mode">graph</field>
<field name="search_view_id" ref="view_estado_almacen_search"/>
<field name="context">{'group_by_no_leaf':1,'group_by':['orderNumber','location_id']}</field>
<field name="help">En esta informe localizará la ubicación de los pedidos de Centiro.</field>
</record>

<menuitem action="action_estado_almacen_tree" id="menu_estado_almacen_tree" parent="informes_centiro_menu"/>
</data>
</openerp>

1
Avatar
Buang
Axel Mendoza

Hi @Fernando, post your view definition to see what's wrong with that

Fernando La Chica Mera
Penulis

Unknown error when sanitizing

Axel Mendoza

solved?

Fernando La Chica Mera
Penulis

No. Not yet.

Avatar
Ray Carnes
Jawaban Terbai

Don't you also need a view of type pivot ?

Like this:

<pivot string="Estado alamacen">
<field name="order_number" type="..."/>
...
</pivot>


Then, your view_mode is:

<field name="view_mode">graph</field>

It needs to be:

<field name="view_mode">pivot,graph</field>
1
Avatar
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
How the SRSS expressions works for DateDiff?
business intelligence
Avatar
0
Mar 20
4042
how to configure business intelligence for existing instance ? Diselesaikan
business intelligence
Avatar
Avatar
Avatar
2
Mar 15
7953
BI module for OpenERP 7.0
business intelligence
Avatar
Avatar
1
Mar 15
7435
Sales Reporting
sales default reporting
Avatar
0
Feb 23
2474
Business Intelligence view bug / error
views error business intelligence
Avatar
0
Sep 22
5167
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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