Wednesday, March 16, 2016
6 changes · master
Enhancements to existing features
Users can now access product variants directly from the Inventory and Purchase apps instead of needing to open the Sales app. This makes product setup and purchasing workflows simpler for teams managing variant-based products.
Original PR description
Task : https://www.odoo.com/web?#id=23040&view_type=form&model=project.task&action=327&menu_id=4720 Pad :https://pad.odoo.com/p/r.84a4341e586055172b982338677b5eb5 the Users cannot manage its products variants easily. He has to go to the sale module. add a "Product Variants" menu entry (under product) in the Inventory and Purchase apps. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The accounting journal form now keeps refund sequence setup in the technical/debug area, preventing regular users from enabling an option they cannot fully configure. When a dedicated refund sequence is enabled, the related refund entry sequence must now be selected, reducing incomplete or confusing accounting setup.
Original PR description
Description of the issue/feature this PR addresses: - The Refund Entry Sequence field is only shown when debug mode is active Task: https://www.odoo.com/web#id=22704&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.929734feeba46f899d0c01e6b92c509c Current behavior before PR: - Field 'Dedicated Refund Sequence' is visible without debug mode. Desired behavior after PR is merged: - Field 'Dedicated Refund Sequence' will only visible when debug mode is on. and 'Refund Entry Sequence' is required when 'Dedicated Refund Sequence' is ticked. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The wording for the real-time accounting option in Product Extended has been improved to make it easier for users to understand. This small usability change helps reduce confusion when configuring product-related accounting behavior.
Original PR description
Task: https://www.odoo.com/web#id=22175&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/openerp-project.task-MAXHG5Z704
The product type field now includes improved help text for stockable and digital products. This makes it easier for users to choose the correct product type and understand how it affects product management in Odoo.
Original PR description
… digital TASK:https://www.odoo.com/web#id=21523&view_type=form&model=project.task&action=327&menu_id=4720 PAD:https://pad.odoo.com/p/r.CVet5T6FdrJborFv
Resolved issues and error corrections
Project users can now mark projects as favorites as intended. This fixes an access issue that prevented users from personalizing their project list, making it easier to keep frequently used projects visible.
Original PR description
Issue 671625
Features or functions removed from Odoo
The stock lot product list now removes duplicate product and identifier columns because that information already appears elsewhere on the form. This makes the view simpler for users by showing only the location and quantity details they need.
Original PR description
Description of the issue/feature this PR addresses: - Refactoring the Serial Numbers / Lots view <b>Task:</b> https://www.odoo.com/web?#id=22133&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <b>Pad:</b> https://pad.odoo.com/p/r.6909ebab8e9108302219486781213b38 Current behavior before PR: - The 'Products' section contains four columns: 'Identifier', 'Product', 'Quantity' and 'Location'. 'Product' and 'Identifier' columns contains duplicated information in Products section as this information is in main group. So it doesn't have any meaning. Desired behavior after PR is merged: - 'Product' and 'Identifier' columns are removed from 'Products' section. Remaining two columns are inverted: 'Location' and 'Quantity'. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr