Using Odoo v14E, and is first time trying Qweb reports, is there a way to get data from different tables refering user?
Kinda want to get a report from res.users selecting, selecting users + print and get the records created in the day for each one.
Like:
User | Leads | Opportunities | Contacts | Sale Orders | Activities |
User 1 | 0 | 7 | 2 | 0 | 5 |
User 2 | 4 | 5 | 3 | 1 | 4 |
Hope it's achievable by qweb report, or if there is a good way to do that.
Thanks.
Rodrigo