Quirino Leone

Results 15 issues of Quirino Leone

I just fixed the view of the following table: ![immagine](https://github.com/user-attachments/assets/217570ce-8898-4b1f-a477-7e8c143f4645) I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](http://www.odoo.com/submit-pr)

User with only permission on Services/Project have a pop-up error when entering Projects/projects: ![immagine](https://github.com/user-attachments/assets/e67ae5d6-1b0e-4e09-a16b-dfc09baa7f45) With the fix, user enter correctly in Projects/Projects, but can't see Knowledge buttons.

Added two improvements about `key` field visualization: 1) Due to an obsolete class (`oe_read_only`), key was never displayed near the task title. I deleted the class and now the key...

This module changes behavior of task visibility: portal users now will only see task where they are explicitly set as follower, so visibility on project only is no longer enough....

This module hides details about timesheets and worked hours on tasks in the portal pages.

This PR fixes compatibility issues with `hr_work_entry_holidays`, in particular regarding context management. Working on method `_get_number_of_days`, fix makes `create` method override (introduced with https://github.com/OCA/hr-holidays/pull/117) useless, so I removed it. As...

This module automates creation and management of accrual allocations for employees, based on assigned tags (which have to be related to an accrual plan). When a new employee is created,...

Depends on https://github.com/OCA/manufacture/pull/1611 Added new flag "Create Nonconformity" on products. When an inspection related to a picking fails, related nonconformities are automatically created for all products having the flag active.

Depends on https://github.com/OCA/manufacture/pull/1584 New flag "Scrap Automatically" on products. When an inspection related to a picking fails, on picking validation, scraps are automatically created for all products whose inspection has...