I created several reports for the project task module which will generate a range of different PDF's, incl. a week planning, a work description (for employees), etc
Now the customer wants an option to print a blank version of the week planning, in Excel; rather than in PDF-format. I have made a blank copy of my report in Excel and took out the fields populated by OpenERP.
I'm looking for a solution for: Showing a button in the project_task module - without selecting a document. In other words, I want to show the print button without having selected a checkbox. This button should simply download/open an Excel file, which is the same all the time. There needs to be no data inserted from OpenERP.
How could I set up such functionality? Without jasper or aeroo reports, that is.