Daily updates from Odoo
Navigate
Branch
Friday, June 22, 2018
12 changes
New functionality added to Odoo
Belgian Intrastat declarations are now checked against the official XML format before submission. This helps businesses catch formatting issues earlier and reduces the risk of rejected regulatory filings.
Original PR description
…idation -task: https://www.odoo.com/web#id=35133&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720 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
Belgian VAT statement exports can now include user-set values for grid 91 and client nihil declarations. This helps businesses prepare more accurate Belgian TVA filings directly from Odoo without manual adjustments outside the system.
Original PR description
…tatement -task: https://www.odoo.com/web#id=35133&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720
Currency rate updates now support xe.com as an additional provider, giving companies another option for automated exchange rates. The update process was also made more reliable by avoiding duplicate rates on the same day and preventing one unavailable provider from stopping updates for other companies.
Original PR description
See https://www.odoo.com/web#id=34429&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720
Enhancements to existing features
Customer invoice pages in the portal now more closely match the printed invoice, with a clearer preview, better mobile layout, and simpler navigation. Payment information is also more accurate, showing the remaining amount due and only offering payment actions when appropriate.
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
The accounting setup flow was streamlined to make onboarding easier and faster for users. The setup bar now focuses on the chart of accounts step, removes the separate initial balance step, and improves visibility when entering opening values.
Original PR description
See task https://www.odoo.com/web#id=1838269&view_type=form&model=project.task&menu_id=
Sales and purchase journal dashboard graphs now forecast expected cash coming in and going out based on invoice due dates and remaining unpaid amounts. This helps businesses get a more accurate view of upcoming payments and receipts directly from their accounting dashboard.
Original PR description
The sales journal graph should show the cash-in forecast of invoices. In order to do that we need to display residual amount to be received based on the invoice due date. The purchase journal graph should show the cash-out forecast from invoices. In order to do that we need to display the residual amount to be paid based on the invoice du date.
This update makes Odoo easier to use for people who rely on screen readers by improving labels, image descriptions, icon descriptions, dialog behavior, and menu structure. It helps more users navigate accounting, reporting, delivery, and configuration areas independently and reliably.
Original PR description
Today, Odoo is really tricky to use without seeing the screen, it must be improved to be usable. This PR forbid to use labels without a "for" attribute, add some title, rule and aria attributes in HTML. With that, Odoo will be fully usable with a screen reader.
Customer-facing invoice pages and related portal screens were updated to display better on different screen sizes. Helpdesk and subscription portal navigation was also aligned with the newer breadcrumb layout, making it easier for customers to move between records.
The manufacturing cost analysis report now uses an internal document header and has cleaner alignment for the total raw materials cost. This makes the report easier to read and more consistent for internal business review.
Original PR description
Pad:https://pad.odoo.com/p/r.d0a590b10b01fadc5aa862888c76da9a Task:https://www.odoo.com/web#id=1861231&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 -- Cost Analysis report document is internal, it has set an internal header -- The 'Total Cost of Raw Materials' has been proper alignment PR: TASK: 1861231
The US check printing templates have been adjusted to match three supported CheckDepot check layouts. This helps customers use standard recommended check stock without needing custom template work for top, middle, or bottom check formats.
Original PR description
Makes the default US check templates fit the three check formats linked in the manifest. Purpose: The l10n_us_check_printing supports 3 types of checks (top, middle, bottom). These regularly require customization for a lot of customers, because every customer uses checks from some different bank/vendor. Instead support some checks from checkdepot.com. The manifest mentions which ones exactly. This way customers can be directed to buy those checks and no customization is necessary. Task: https://www.odoo.com/web#id=1853868&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.64778eabec486893ab669e9ee60e1968
Accounting reports now warn users when the selected period includes draft entries that have not yet been posted. This helps finance teams spot incomplete data before relying on reports for decisions or closing activities.
Original PR description
See task https://www.odoo.com/web#id=1838269&view_type=form&model=project.task&menu_id=
Resolved issues and error corrections
This fixes an error that occurred when users opened the Cost & Structure report while creating a Bill of Materials. The Cost & Structure button will now remain visible consistently, making it easier for manufacturing users to review BOM costs without interruption.
Original PR description
Description of the issue/feature this PR addresses: 1) When try to Check "Cost & Structure" at the time of bom creation, it shows traceback. 2) "Cost & Structure" position is changed when try to save after add item in Bom. Current behavior before PR: 1) When try to Check "Cost & Structure" at the time of bom creation, it shows traceback. 2) "Cost & Structure" position is changed when try to save after add item in Bom. Desired behavior after PR is merged: 1) When try to Check "Cost & Structure" at the time of BOM creation, it shows report. 2) "Cost & Structure" stat button will always show. Issue : https://www.odoo.com/web?debug=assets#id=1853471&action=327&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr