Daily updates from Odoo
Friday, December 5, 2025
5 changes
2 changes
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
2 changes
New functionality added to Odoo
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
This update adds support for payroll calculations in eight additional US states: Vermont, Illinois, Virginia, Washington D.C., Arizona, Idaho, Oregon, and North Carolina. This expansion improves the accuracy and compliance of US-based businesses using Odoo's HR and payroll modules.
Original PR description
…, NC) 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 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#238409 Forward-Port-Of: odoo/odoo#237908
1 change
New functionality added to Odoo
This update translates tax names to Spanish within the Odoo accounting system. Previously, all tax names were in English, which created confusion for Spanish-speaking users. Now, Spanish tax names are available, improving usability and accuracy for our Spanish customer base.
Original PR description
Description of the issue/feature this PR addresses: Add the column `name@es` to make the names of taxes available in Spanish, making it more usable for Spanish users. Current behavior before PR: Taxes always come with their English names, which are not very understandable for Spanish users. Desired behavior after PR is merged: To have taxes translated into Spanish. <img width="285" height="893" alt="imagen" src="https://github.com/user-attachments/assets/7f5521a2-cf2b-4f3b-aa1d-79ac15ec89d6" /> <img width="285" height="893" alt="imagen" src="https://github.com/user-attachments/assets/868a9616-81c0-48d4-a65e-bfad32f32fd4" /> MT-12396 @moduon @rafaelbn @EmilioPascual @chklop @jco-odoo --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr