Daily updates from Odoo
Thursday, June 11, 2026
3 changes
1 change
New functionality added to Odoo
This update adds crucial product information – price, tax details, supplier codes, and units of measure – to the data sent to Pricer. This expansion enables more accurate pricing calculations for key sales scenarios. The update also ensures Pricer tags are automatically updated when related product information changes.
Original PR description
We are currently missing some fields which must be sent to Pricer for some basic use-case scenarios This PR adds - Price before taxes - Taxes name (ex: 21%) - Supplier product code - Supplier reference - Units of measure of the product The PR also triggers the update of the pricer tags when the models indirectly related to Pricer are modified (taxes name / supplier reference / supplier product code) + cleans up the code a bit task-4506260 Forward-Port-Of: odoo/enterprise#93330 Forward-Port-Of: odoo/enterprise#78009
2 changes
New functionality added to Odoo
This update introduces a new feature to calculate and process the Belgian ONSS cotisation 863, a mandatory contribution for employees. The change utilizes predefined rates from a configuration file and integrates this functionality into the existing payroll processing system (dmfa).
Original PR description
add ONSS cotisation (input rule) and using Rates defined in "NOSSContributionRate_2026_1.xml" and add it to dmfa Task Id: 6259645
This update adds a new filter to the salary rule search view, allowing users to specifically search for rules related to the Joint Committee (JC). This enhancement improves the ability to locate and manage salary rules based on this important committee, streamlining HR processes.
Original PR description
This PR expected to Add Joint Committe field on search salary search view, with creteria: `JC is not set or JC contains %search%) && excluded JC does not contain %search%` task:6285374