Friday, December 5, 2025
2 changes · master
New functionality added to Odoo
This update adds sample data to the Odoo Enterprise system to demonstrate how referral reporting works. Specifically, it includes data for analyzing applicants by referral method and for tracking referral points within reward reports. This allows users to easily test and understand the referral reporting functionality.
Original PR description
Commit 1: - Remove post init hook for update stage as it just update the data after the demo data is installed. And directly assign the points to the recruitment stage. Commit 2: - Add demo data for applicants with different referral methods to be used in the referral analysis report. - Add demo data for referral points to be used in the reward analysis report demo. task-4687288
This update expands Odoo's US payroll functionality to include support for Vermont, Illinois, Virginia, Washington D.C., Arizona, Idaho, Oregon, and North Carolina. This enhancement ensures accurate payroll calculations and compliance for businesses operating in these newly supported states.
Original PR description
With this, we add support for 8 more states in the US payroll: Vermont, Illinois, Virginia, Washington D.C., Arizona, Idaho, Oregon and North Carolina. Task: 5247501 Forward-Port-Of: odoo/enterprise#101141 Forward-Port-Of: odoo/enterprise#99278