Thursday, May 12, 2016
6 changes · master
New functionality added to Odoo
This update improves Belgian VAT reporting by adding support for specific adjustment grids 61 and 62 and related tax tags. It helps businesses record and report VAT corrections more accurately within accounting workflows.
Original PR description
## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
Point of Sale settings now let businesses define default coin and bill values for cash control. These defaults prefill opening cash counts and provide the expected denominations at closing, reducing repetitive manual entry for cashiers.
Original PR description
Description of the issue/feature this PR addresses: Task:https://www.odoo.com/web?#id=23454&view_type=form&model=project.task&action=327&menu_id=4720…
Description of the issue/feature this PR addresses: Task:https://www.odoo.com/web?#id=23454&view_type=form&model=project.task&action=327&menu_id=4720 Pad:https://pad.odoo.com/p/r.605ea3d05e2b0182314edd833247caa2 Current behavior before PR: -we have to put coin/bill value repeatedly in the cash register. Desired behavior after PR is merged: - Move the cash control checkbox to a new category called Cash Control - when the cash control is ticked, add a "Default Balance" with 3 columns : Coin/Bill Value, Number of Coins/Bills, Subtotal,The Number of Coins/Bills can be = to 0 -When opening a POS session, when doing the cash control, it should already prefill the modal with the defaults cash control values (Coin/Bill Value, Number of Coins/Bills, Subtotal). -When closing the POS session, the closing balance should just take the Coin/Bill Value defaults values.The user has to type in the number of Coins/Bills manually. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Live Chat History page now shows a helpful message when there are no records to display instead of leaving users facing a blank area. This makes the page easier to understand and reduces confusion for website/live chat managers.
Original PR description
Description of the issue/feature this PR addresses: - History menu tip Task:https://www.odoo.com/web#id=23716&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.8fec0172b043abccbf68600d693643b0 Current behavior before PR: - When user goes to Website Live Chat -> History , blank stripe appears. Desired behavior after PR is merged: - When user goes to Website Live Chat -> History , blank stripe appears, so add one appropriate message for user's understanding. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr …ecause when user goes to Website Live Chat > History , blank stripe appears.
Inventory dashboard card titles can now be clicked directly to open the related list of stock operations, such as all delivery orders. This saves users from navigating through extra menu options and makes daily warehouse work faster and more consistent.
Original PR description
Description of the issue/feature this PR addresses: Task : https://www.odoo.com/web?#id=23992&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.711651aa7e10315909781263c9e54d7b Current behavior before PR: Behavior of the kanban tiles are different in Inventory its not clickable. Desired behavior after PR is merged: Inventory --> Dashboard title of the kanban card is clickable and open the list view(e.g If user will click on Delivery Order kaban title it will give all delivery orders list view). ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This update corrects how database query placeholders are written in the Point of Sale reporting code and shared test utilities. It helps prevent potential errors when reports or tests run, improving reliability without changing user-facing workflows.
Original PR description
Description of the issue/feature this PR addresses: Addresses the use of %d as a placeholder within the point_of_sale module's "pos_order_report" report and openerp/tests' common.py. Per psycopg's documentation[1], "the variables placeholder **must always be a %s**, even if a different placeholder (such as a %d for integers or %f for floats) may look more appropriate." [1] http://initd.org/psycopg/docs/usage.html#passing-parameters-to-sql-queries See, too, commit ed7567d3f55b12181693ae27c0019aad849b7a80 Current behavior before PR: Untested, but the use of %d should lead to an error. Desired behavior after PR is merged: Compliant type ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Cody K
Belgian VAT reporting was updated around manual adjustments for VAT grids 61 and 62. The change removes a duplicate adjustment wizard from Enterprise because that functionality is already available in the community edition, helping avoid overlap and confusion.