v 17.0 Third Party 38
Download for v 17.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies CRM (crm)
Purchase (purchase)
Sales (sale_management)
Calendar (calendar)
Contacts (contacts)
Discuss (mail)
Invoicing (account)
Community Apps Dependencies
Lines of code 2750
Technical Name udoo_excel_demo
LicenseAGPL-3
Websitehttps://github.com/jupetern/udoo
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies CRM (crm)
Purchase (purchase)
Sales (sale_management)
Calendar (calendar)
Contacts (contacts)
Discuss (mail)
Invoicing (account)
Community Apps Dependencies
Lines of code 2750
Technical Name udoo_excel_demo
LicenseAGPL-3
Websitehttps://github.com/jupetern/udoo
Udoo Documentation

https://github.com/jupetern/udoo/wiki/Dynamic-Excel-Engine

The Most Powerful Features

This module provide some example use case for Dynamic Excel Engine

Export / Import on existing document
  • Form action menu: Go to any Sales/Purchase Order and use Export Excel or Import Excel in action menu
  • List action menu: Select any Sales Order from list and use Export Excel in action menu
Printout on existing document
  • Form action menu: Go to any Sales Order and click print 'Quotation / Order (.xlsx)'
Import from Excel Files
  • Menu item: Go to menu Sales > Reporting > Sample Import Sales Order
Create Sales Report
  • Menu item: Go to menu Sales > Reporting > Sample Sales Report
Create Lead Report
  • Menu item: Go to menu Sales > Reporting > Sample Lead Report
Create Partner List Report
  • Menu item: Go to menu Sales > Reporting > Partner List Report

You May Also Like!

Technical Help, Queries & Support

Please feel free to contact for any suggestion, issue & queries

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Wrong Time when Export
by
Rizal Putra
on 3/16/24, 6:14 AM

Hello,

I tried to export sales order with add more fields "Order Date". But the Time is different from fields odoo with export report. Any tips for this case ?


Re: Wrong Time when Export
by
Peter Nguyen
on 3/18/24, 2:26 AM Author

Hi Rizal Putra,

I have just added a feature to format datetime values according to the timezone. Now you can update the field condition as follows: ${format_datetime(env, value) or ""}.

Please reload the module to get the latest version.

In the near future, I will be adding the capability to include date formatting directly in the instruction syntax. Thank you for your feedback.