This question has been flagged
3 Replies
6357 Views

Dear team,

I need a custom report consisting 10-15  fields from Account Invoice.I created export list which includes native fields and few custom fields as well.

Now, I have created export list of fields and saved it successfully.

But this is required to be done across my hundreds of customers who need this custom report.

I need a way where customer will have this saved exports easily by applying patch / custom module, template file, etc.

Appreciate expert inputs please ..


Also, I will be very happy if I can get this done from a seperate button which will directly export the file from saved fields..

Awaiting inputs please...

Avatar
Discard
Best Answer

Having same question I found that the custom export are saved in those tables :

- ir_exports (report name and model)

- ir-exports_line (fields list)

Avatar
Discard
Best Answer

Ray's answer is correct. To clarify further, when you use Create Menu Item, you're creating an app icon on the home page to access the Export Templates.

Avatar
Discard
Best Answer

By default there is no Menu to access and manage these, but you can easily create one.

  • in Developer Mode, navigate to Settings --> Technical --> Database Structure --> Models
  • find and open the model named "ir.exports"
  • scroll to the bottom and click CREATE A MENU
  • refresh your browser

You can then use this Menu to manage these if you need to edit or delete them.



Avatar
Discard