Daily updates from Odoo
Wednesday, June 17, 2026
4 changes
1 change
New functionality added to Odoo
This update adds a button to the employee version list view, allowing users to directly access the detailed form view for each version. Currently, customers can't view attachments related to employee versions because the form view isn't accessible. This functionality is available starting with version 19.2.
Original PR description
In the version list view, there is currently no way to access the form view of an employee version. Add a button in the list view to open the corresponding version form view. The customer has a query regarding employee version attachments, but since we do not currently have access to the form view, there is no way to access the attachments. This functionality is available from version 19.2, but not in version 19. [here]: https://github.com/odoo/odoo/pull/223518/changes opw-6128590 upg-3839420 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#265819
1 change
New functionality added to Odoo
This update adds new invoice types specifically designed for Jordan's export regulations. These types – transit, foreign trade, and free zone transfer – align with local tax requirements. The change ensures these types are only accessible to registered Jordanian taxpayers, improving compliance.
Original PR description
Extend l10n_jo_edi_invoice_type with JoFotara scope codes (3-5): transit (3), foreign trade (4), and free zone transfer (5). Validate that scope codes 3-5 are only available to registered taxpayers. task-4769255 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#268839
1 change
New functionality added to Odoo
This update adds crucial product information – like price, tax details, and supplier codes – to the data sent to Pricer. This enhancement enables more accurate pricing calculations for common 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#120226 Forward-Port-Of: odoo/enterprise#78009
1 change
New functionality added to Odoo
This update adds new invoice types specifically for Jordan's export regulations, including 'transit,' 'foreign trade,' and 'free zone transfer.' The system now ensures these types are only accessible to registered Jordanian taxpayers, aligning with local tax requirements. This improves compliance and streamlines export invoicing processes.
Original PR description
Extend l10n_jo_edi_invoice_type with JoFotara scope codes (3-5): transit (3), foreign trade (4), and free zone transfer (5). Validate that scope codes 3-5 are only available to registered taxpayers. task-4769255 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#268839