Tuesday, August 14, 2018
9 changes · master
Resolved issues and error corrections
Payroll calculations now correctly handle multiple worked-day or input lines that share the same code, instead of silently keeping only the last one. Error messages for faulty salary rule calculations are also clearer, helping teams diagnose payroll configuration issues faster.
Original PR description
Fixes #22969 Please see commit message for a short summary -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
OdooBot now uses the correct emoji format so icons display properly across systems. This prevents broken or missing emoji in automated mail bot messages, improving polish and consistency for users.
Original PR description
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
This update removes unnecessary configuration from the invoice screen related to date fields. It is a minor cleanup that helps keep the accounting interface easier to maintain without changing day-to-day behavior for users.
Original PR description
Not much to say, but "What is a domain on a date field supposedly good for?" **Description of the issue/feature this PR addresses:** - XML domain code smells **Current behavior before PR:** - Minor olfactory effects **Desired behavior after PR is merged:** - Fresh and clean air to breath :wink: **Note:** Please do not close, even if not immediately accepted (`wishlist` tag). This PR is meant to be carried along and actively maintained, until this semantic will be completed this way or another. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @xoe-labs
This update corrects a layout spacing issue in the portal chatter rating area when using Bootstrap 4. It helps keep the portal discussion and rating interface visually aligned and easier for customers to use.
Original PR description
https://drive.google.com/file/d/1lXlo28YRNZE9M_VNfvXW-9RinRyZCz0N/view?usp=drivesdk Portal rating chatter issue in bs4 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a visual issue in the Website app's Page Properties dialog so the default tab content appears correctly when the dialog opens. Users editing website pages should see a cleaner, less confusing settings window.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://youtu.be/_3wIx8u01eU 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 notification counter in the Mail systray is adjusted so it appears in the correct location. This makes the notification indicator easier to read and prevents visual confusion for users.
Original PR description
Community : Notification counter at wrong place => https://drive.google.com/file/d/1-mYnmbZ7WaPdwv68Udz9uSclhvsnktvY/view?usp=drivesdk 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
Fixes an error that could occur when saving a manufacturing order for products using a bill of materials with quality work order steps. This helps manufacturing users complete order setup without unexpected interruptions.
Original PR description
1) Create a product (only manufacrute true) 2) Create a BOM for this 3) Create a route and a step for this and associate with the BOM 4) Manually go to menu Manufacturing - > Operations -> Manufacturing Orders ...choose the product and click on SAVE will give the traceback In this commit- Pass the required argument in the super call of method. This commit is related bug # 1870727.
Fixes an issue where confirming a purchase order in one company did not create the expected sales order in the related company. This restores the intended inter-company automation, helping teams keep purchasing and sales documents aligned across companies.
Original PR description
Issue-Link: https://www.odoo.com/web#id=1868478&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 Pad-Link: https://pad.odoo.com/p/r.b24f38541042e1307c2755e7fd5986ac Before this commit While inter_company feature has been enabled and a user creates purchase_order from one company, sale_order cannot be generated for another company. After this commit: sale_order can be generated if user creates purchase_order from another company. Issue-ID: 1868478
The A/B testing launch dialog now has cleaner spacing around its cards and dropdown control. This minor visual fix makes the website versioning interface look more polished and easier to read.
Original PR description
Issue: https://drive.google.com/file/d/1HMcP_YpQPg8XrjsIr-UcIWJBlOLpcPVZ/view