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

[16.4,17+] ¿How to save XML and PDF from invoices for mass downloading 2.0?

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
documentsmxquickstartQuickstartLocalization
2 Replies
3948 Tampilan
Avatar
Miguel Angel Lopez (mial)

This is super important for many localizations.



Say you want to download XML from customer invoices for whatever reason but odoo doesn’t have a direct menu or simple interface, does it?

Well in fact you can do it!

Just keep in mind that it is not retroactive.


Original post (Spanish): https://www.odoo.com/es_ES/forum/ayuda-1/exportacion-de-varios-xml-de-facturas-de-cliente-216757

Remade for new localization improvements.

0
Avatar
Buang
Avatar
Miguel Angel Lopez (mial)
Penulis Jawaban Terbai

First we will need to install the documents app and go to the settings, from there we will enable the following option:


Make sure to put it in a workspace that you recognize, the default one is called finances.


Yo will need to click in journals to select which documents will go where:

(The correct workspace in this example for customer invoices is Invoices and not the one in the pic)

After that go to documents settings> workspaces and create one workspace, in this case I called it PDFs:

I added invoices workspace as a parent but it is not necessary, however it is highly recommended.


After that we will need to activate debug mode (if you don’t know how to do this you can visit this link: https://www.odoo.com/documentation/17.0/applications/general/developer_mode.html)

And head to the workspace for invoices and we will click on the actions button:


And then we will create a new action:

We will name this action however we see fit, make sure it is related to the main workspace and change the condition to domain and add the mimetype equal to xml:

Remember that to see this you must have debug mode. You can also just copy this domain:

[("mimetype", "ilike", "xml")]


On the second tab “actions” just make sure that you set it to move to the xml workspace on “move to workspace”:


You can repeat this for PDF as well.

After that you just have to create invoices either download, send them by email or CFDI them.


By default both files will go to one workspace, the first one that it applies to.


After the documents are created you can go to the workspace and group by filetype and run the action we created previously.

These actions will only show up if the selected files are the correct filetype so it is foolproof.


After that you will have successfully stored and divided the invoicing files 🙂


You can always just have one folder to store both and just group by and it should be fine 🙂


And to massively download just select all the files and click on download:

And it will download a zip file containing all


Thanks 😀

2
Avatar
Buang
Don Chau

hi Miguel, I am using odoo v18 and able to configure the invoice and document app properly. However, what if those files are not linking to journals? I have follow up report (customer statements) but they are saved to customer. Not sure how to download them in bulk. Thank you.

Miguel Angel Lopez (mial)
Penulis

Hi Don Chau, there is a newer version of this here:
https://www.odoo.com/es/forum/ayuda-1/how-to-dowload-in-bulk-the-attachments-on-my-chatter-and-my-product-images-284394
Hope it helps

Avatar
Wouter Vanaken
Jawaban Terbai

Hi,


I replicated this scenario but only the PDF's are moved into the invoices Workspace. the XML's are generated while sending out the invoice so I see them as an xml attachment but they are not visible in the documents application. Odoo V17


0
Avatar
Buang
Miguel Angel Lopez (mial)
Penulis

Hello, I've seen some localizations don't do this because they are coded differently, hopefully a full download option comes out soon :)

Wouter Vanaken

Hi,

Thanks for the quick response. We suspected something similar. We'll develop a small module that grabs all the attachments on the account.move records and download them as a zip.

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
[V16] ¿Cómo agrego el régimen fiscal, la tasa de cambio y el CFDI de origen a la factura?
mx quickstart Quickstart
Avatar
1
Apr 23
4050
[l10n_mx][v17] Flujo de pedimentos Diselesaikan
mx pedimento quickstart Quickstart
Avatar
Avatar
2
Sep 24
3959
¿Cómo realizar el timbrado de documentos fiscales en ambiente multimarca? V.16.4 + Diselesaikan
mx facturación quickstart Quickstart
Avatar
1
Nov 23
2899
Provisión de nómina
payroll mx quickstart Quickstart
Avatar
1
Apr 23
5272
[v18.3+] How can I send a WhatsApp message to my customer after 24 hours? Diselesaikan
mx quickstart WhatsApp Quickstart conversation
Avatar
1
Sep 25
901
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