Daily updates from Odoo
Wednesday, October 23, 2024
6 changes · 18.0
Enhancements to existing features
Italian partners now automatically use FatturaPA as their preferred electronic invoicing format. Spanish partners correctly default to Facturae when a certificate exists, improving invoice setup while avoiding errors when no certificate has ever been configured.
Original PR description
…S/IT Add FatturaPA as the preferred EDI format set by default on Italian partners. Fix the preffered EDI format of Spanish partners to be correctly computed to Facturae. task-no
The manufacturing order overview no longer shows the MO Cost column once a production order is marked as done. This keeps completed production reports focused on relevant information and avoids exposing cost details after completion.
Original PR description
This commit hides the MO Cost column of MO overview report if the underlying MO is done. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The point of sale now selects an order line only when a cashier has just added a product, and clears selections when reopening orders from areas such as tables, tickets, or payments. This makes the numpad and order editing behavior more predictable, reducing accidental changes during checkout or restaurant workflows.
Original PR description
-Select order line only when I've just added a product to cart -Ensure that no order line is selected anymore when opening an order (from floorplan, table selector, ticket screen, payment screen) -Adapt tours tests to match this new behavior and limit the use of 'inLeftSide' to avoid going uselessly back and forth to the product list in mobile task-id: 4167563 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
The web interface now makes tag editing behave more consistently by limiting this option to form views and giving it priority over color editing when both are configured. Users also get clearer visual feedback through a pointer cursor when tags can be edited.
Original PR description
This commit slightly changes the behavior of the m2m edit_tags option so that it will only be effective in form view (like tag color edition) and also so that it will override color edition when color_field is set. It also adds visual feedback with the pointer style when the edit_tags option is set. task-3961350
Calendar now avoids creating extra settings records for portal users when the needed relationship is not available. If no settings are found, it uses the default privacy from the standard user template, helping keep user data cleaner and behavior consistent.
Original PR description
This commits forbids creating res_users_settings records when the inverse is not defined. During the computation, if the settings are not found, we fallback in the default privacy of the Default User Template. To be discussed with P.O. and Team Leader. task-4260834
The point of sale UrbanPiper integration now creates the store location in Atlas when a user selects Create Store. This reduces manual setup work and helps keep store information aligned between Odoo and Atlas.
Original PR description
After this commit: === - When the user clicks the Create Store button, the location is now created in Atlas. task-4270144