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

printing multiple 'Delivery Orders' at once

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
printbuttonadding
6 Replies
12100 Tampilan
Avatar
patrick

In the overview of warehouse, I want to have an entry under the button 'Print', which appears when selecting one or more delivery orders. It should allow me to select multiple deliveries, and print them all at once, instead of printing one by one.....

In the various questions, they tell you to make a report in an XML file, which points to the report you want to use. I want to use the default report, so I think I should not change anything regarding the RML file or the parser.

When copying from production the report for account.invoice (/addons/account/account_report.xml), I do get another entry under the print button, with the string I specified. But when I copy the report for the delivery order (/addons/delivery/delivery_report.xml), I do not see another entry under the print button.

When checking the reports at Settings -> Actions -> Reports, I do see an entry with my title.

The log file does show it is reading/loading the file which contains my reports, so I know it is read.

What did I forget to do or change?

The xml-definition file, with the invoices first (which do show up under the print button) and the Delivery orders as second report.

<?xml version="1.0"?>
<openerp>
  <data>
    <report
        id="account_invoices"
        string="Invoices Testing"
        model="account.invoice"
        name="account.invoice"
        rml="account/report/account_print_invoice.rml"
        auto="False"
        usage="default"
    />

    <report
        id="report_shipping"
        model="stock.picking"
        name="sale.shipping"
        multi="True"
        rml="delivery/report/shipping.rml"
        string="Delivery order Testing"
    />
  </data>
</openerp>
1
Avatar
Buang

Did you find a solution for this?

Avatar
Paul Ridley
Jawaban Terbai

Hi Patrick,

you do not need to do any enhacement to standard OpenERP in order to acheive what to are trying. All you have to do is first select the delivery orders you want to print and then click on the layout you need on the print select button. This will then generate a single pdf but all of the selected delivery orders are contained within this pdf on seperate pages.

hope this helps

Paul

1
Avatar
Buang
patrick
Penulis

Paul, the issue is, that for 1 customer having multiple orders, there are multiple delivery slips. The idea is to combine all those slips into 1 (new) slip, so they walk once through the warehouse. With the default options, they walk once for every order, or they have to read though all the slips for that customer and combine the various items/locations on the fly.

Paul Kraus

You ever figure out how do this?

Frank Miao

Paul, the solution you give is to print multiple Delivery Slip, not Delivery Order. There are two reports under each delivery order. The Delivery Order is for shipping with goods. And the Delivery Slip is for internal reference. I think many user need the function to print multiple Delivery Order rather than Delivery Slip.

Avatar
ITStore
Jawaban Terbai

Try this modules:

Print Multiple Reports In Single File

Print Multiple Invoice Reports To Single File

Print Multiple Sales Reports To Single File

0
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 to add a "print" button in form view Diselesaikan
print button
Avatar
Avatar
Avatar
Avatar
3
Jul 22
12503
How to add print button inside form view? Diselesaikan
print button
Avatar
Avatar
Avatar
Avatar
Avatar
7
Mar 22
42644
print button report in form view
print button
Avatar
Avatar
1
Nov 15
11374
how to print a custom report in openerp Diselesaikan
print report button
Avatar
Avatar
1
Okt 22
6383
[6.1] How to change the report invoked by the print button in the invoice form
print report button
Avatar
Avatar
2
Mar 15
8572
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