Joan Sisquella
Joan Sisquella
This PR introduces a complete refactoring of the account financial reports. Improvements: - No use of Transient models - using transient models resulted in the auto vacuum process for transient...
Adds feature hide_tax_at_zero. Not enabling this option all taxes appear, which means all taxes of a company appear always in the same column if no changes in taxes. This is...
Backport of #767
Repair Management Extension for Odoo ===================================== This module extends the repair management functionality in Odoo, providing additional options for handling the repair process in a more customizable and efficient way....
Standard migration, contains this fix https://github.com/OCA/hr/pull/1267
This PR allows each user to grant permission for anniversary notifications from "My profile", otherwise only HR administrators can edit it. The group "hr.group_hr_user" is also added. Without this group,...
Switched the rounding method from "UP" (if not indicated default is "UP") to "HALF-UP" in the `qty_in_progress` computation to ensure more accurate roundings.
Current Restriction is too much restrictive The main idea is to be able to do adjustments in same location but for different products, also be able to do an inventory...
Implemented a new route_id field in stock.request.order that automatically propagates to all associated stock.request lines. If the stock.request lines later have differing routes, the route_id in the order is left...