Tuesday, March 5, 2019
2 changes · master
Resolved issues and error corrections
Point of Sale orders now apply the account mappings defined in fiscal positions when creating accounting entries. This ensures income and receivable amounts are posted to the correct accounts, matching the behavior already available in Sales.
Original PR description
accounts mapping of fiscal positions should work on the PoS as it works in Sales Description of the issue/feature this PR addresses: Setup a fiscal position with account mapping for income account and receivable account Make a pos_order with the fiscal position Current behavior before PR: When pos is closed, account mapping is not done and the account_move does not take the mapped income account nor receivable account Desired behavior after PR is merged: The account_move should take the mapped income account and receivable account task: https://www.odoo.com/web#id=1916865&action=333&active_id=1428&model=project.task&view_type=form&menu_id=4720 Original commit by @invitu
Shipping packages are now only created after users confirm the packaging wizard, so cancelling no longer creates unwanted packages. Default shipping weight is now based on the actual delivery being packed, improving accuracy for shipping operations.
Original PR description
This PR fix the issues with the default shipping weight and the creation of a packaging regardless of the 'discard button'. Obsolete code was removed in the process. TaskID: 1924875