Hello!
I'm taking over this already started project which has v18, I'm pretty new to Odoo and would love some help figuring out how to do what I have in mind:
We have a modified on field module which creates on site projects linked to a sales (one sale one project). It has the client, dates, etc, and then a tab component with a couple useful things like timesheets and notes. Among those tabs, we have one to file a report that the client can sign and where you can put details on what you've done and seen on site, and add pictures.
The issue is: we need to be able to file several reports, one for each day, for cases when the project lasts more than one day.
Right now, when you click on the tab, it directly shows a form which you can file and edit.
I thought of adding a button on top to create a new report if needed:
- if there's only one, keep the current display
- if there are multiples, display them in a list which you can toggle (date, who went, is the report signed or not) to avoid having a very long page
Another point is that we need to be able to print those individually, so having the option to choose which ones to print is needed.
Is this something I can do? If yes, how can I go about it?
I've read documentation about the in field module and have a good general understanding of the tool, and a web dev background.
Thanks a lot!