Tuesday, September 19, 2017
3 changes · master
Enhancements to existing features
This update streamlines several inventory, purchasing, manufacturing, delivery, and accounting screens to make stock-related work easier to navigate and review. It improves menu organization, list and form views, and removes less useful elements so users can find key stock information faster.
Original PR description
**TASK:**https://www.odoo.com/web#id=36864&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 **PAD:**https://pad.odoo.com/p/r.bc85f7a0145ad85a4825e2db963d73f5 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 Indian localization reports have been adjusted to better align tax reporting with GST financial requirements. This helps businesses using Odoo in India get more accurate and compliant financial report layouts.
Original PR description
TASK: https://www.odoo.com/web#id=33241&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 PAD: https://pad.odoo.com/p/r.f83f97165a0dc42795d63308df8fe688
Resolved issues and error corrections
This change adds coverage to ensure returned merchandise is valued at the original transaction cost. This helps keep inventory valuation and related financial records accurate when customers return goods.
Original PR description
As stated in code when merchandise is returned from customer it shall be returned at transaction cost to negate the transaction. https://github.com/odoo/odoo/blob/master/addons/stock_account/models/stock.py#L375-L376