Thursday, December 1, 2016
3 changes
Enhancements to existing features
The planner is now shown only to administrators and users with system settings permissions. This prevents regular users from seeing planner links that lead to actions they are not allowed to perform, reducing confusion and access error messages.
Original PR description
Description of the issue/feature this PR addresses: Task : https://www.odoo.com/web#id=29170&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.510868f80e29f20b1ea7ad922a1a4579 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
Journal entries now show a history area with clickable links to the original documents that created them, such as invoices or stock pickings. This makes it easier for users to trace accounting entries back to their business source, especially in perpetual inventory workflows.
Original PR description
Description of the issue/feature this PR addresses: - In a perpetual inventory mode, it is not possible to reach the picking/Invoice from the journal entry view because the ref field is not clickable so add chatter to get the history (which doc created the move) and being able to go to the move from the chatter. Current behavior before PR: - Currently there is not any chatter for getting history so you can not go origin document. Desired behavior after PR is merged: - Now It is possible to go origin document because of adding of chatter in journal entry view and its history is clickable. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr … journal entries. Task : https://www.odoo.com/web#id=27307&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.358dc3212d75e1bb5110af1aba4c7233
Product variants can now have their own vendor prices, separate from the main product template and from other variants. Purchase requests will use a variant-specific vendor price when available, helping buyers create more accurate RFQs and reducing pricing confusion.