Friday, June 16, 2023
5 changes · master
Enhancements to existing features
Forum administrators can now adjust the karma threshold that controls whether an author's profile popover appears on forum posts. This gives teams more flexibility to match forum interaction rules to their community needs instead of relying on a fixed default value.
Original PR description
before this commit, karma_user_bio was not added in the forum forum view and the default value set for the field was 750, this field decide whether the pop over has to show or not when user places the mouse hover the author box in the frontend forum post. after this commit, as the field is added to the view end user will be able to adjust the value as per the need. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change improves how delivery and e-commerce apps depend on each other during installation. It avoids installing the full Sales app when e-commerce can already handle sales orders, while ensuring delivery support remains in place for online stock sales.
Original PR description
- `stock_delivery`: remove dependency to `sale_management` as it is not needed if `website_sale` is installed. Now, Sales app is installed only if e-commerce app is not; - `website_sale_stock`: force dependency to `stock_delivery`. This reinforces the dependency tree: as delivery is needed with `website_sale`, `stock_delivery` is expected to be installed when `website_sale_stock` is installed. This also prevent the deletion of this dependency module.
This update adds internal performance tests that compare how calculated values and default values behave in Odoo's test framework. It helps developers validate changes more reliably, with no direct impact on day-to-day users.
This update removes an unnecessary background calculation in the Accounting app. It simplifies internal processing after a prior change made that calculation redundant, with no expected change to day-to-day user workflows.
Original PR description
Since https://github.com/odoo/odoo/pull/125302/commits/a5aefc7f415cda0959d90b5d21b94fc8b8ee47e6 this compute is no longer necessary --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Planning users can now find materials by default role or assigned roles directly from the materials configuration screen. They can also group materials by these roles, making it easier to review and organize resources used in planning.
Original PR description
Description of the issue/feature this PR addresses: - configuration > materials > search view: add a quick search on 'default role' and on 'roles' (only visible in this specific menu in Planning) - configuration > materials > search view: add a group by on 'default role' and 'roles' (only visible in this specific menu in Planning) Task-3081351 --- I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](http://www.odoo.com/submit-pr)