Hendra How To Add Images or Barcodes in Odoo Report Odoo has several ways to display images or barcodes to report. You can add static images or binary images in the report. Also, in Odoo the barcode is treated like an image. So, you can add images or b... Jan 18, 2025 Odoo
Hendra Create Custom Report in Odoo 12 Create a custom report on Odoo 12 is little different from Odoo 11. There are several things need to modified from custom report Odoo 11. As previously https://karisindo.id/en/blog/odoo-1/create-custo... Oct 26, 2024 Odoo
Administrator Create Custom Report in Odoo 11 Creating a custom report on Odoo 11 is very different from Odoo 10. That’s because on Odoo 11 doesn’t have report module like Odoo 10, and compounded by incorrect documentation on Odoo website, as can... Sep 17, 2024 Odoo
Administrator Run Odoo 12 With Virtualenv in Ubuntu or Debian When developing Odoo 12 or another version on a local machine, I never used package installation. But, I using virtualenv to run it. Many advantages can we obtained if we develop Odoo with virtualenv.... Sep 14, 2024 Odoo
Administrator Install Odoo 12 and Wkhtmltopdf in Ubuntu18.04 or Debian 9 Install Odoo 12 Community We can install Odoo 12 community on Ubuntu 18.04 server or Debian 9 server in the same ways. Odoo 12 use Python 3 and has better performance than before. There are several st... Sep 10, 2024 Odoo