Daily updates from Odoo
Navigate
Branch
Tuesday, May 29, 2018
6 changes
New functionality added to Odoo
The enterprise web interface now uses a burger menu on medium-sized devices. This makes navigation easier and more consistent for users working on tablets or smaller laptop screens.
Original PR description
Task : https://www.odoo.com/web?debug=#id=34853&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.061dbd946e9254580db53bcc4cd0f65c
Enhancements to existing features
Website footers can now be edited more directly, including adding or removing columns, contact details, and links. The language selector has moved into the footer copyright area, while several former footer links are now available in the main website menu for easier navigation.
Original PR description
-customize footer for remove or add column, customize contact info, add links, etc -The language selector moved near the copyright under the footer Description of the issue/feature this PR addresses: task : https://www.odoo.com/web#id=38069&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.7de86812530a02b03493930515b28f84 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 web interface now switches to a burger menu on medium-width screens, such as vertically held tablets. This makes navigation fit better on smaller displays and should improve usability for tablet users.
Original PR description
Task: https://www.odoo.com/web?debug=#id=34853&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.061dbd946e9254580db53bcc4cd0f65c …n the vertical tablet. 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
Stock transfer records can no longer have their operation type changed after leaving draft. This prevents confusion because related stock moves and operations are already created based on the original choice and would not be updated by a later change.
Original PR description
Before this commit, the customer is allowed to change picking type after the stock.picking record is moved from draft. But it doesn't make the changes in the stock moves and operations as the procurements are already created for initial demand. To avoid confusing the user, it can now only be modified in draft state. Authored by SodexisTeam opw 1848252 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
Website pages now use regular navigation menus instead of inherited footer links for appointment scheduling and helpdesk customer satisfaction. This makes footer customization cleaner and keeps important customer-facing links easier to manage from the website menu structure.
Original PR description
…manu. task : https://www.odoo.com/web#id=38069&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.7de86812530a02b03493930515b28f84
Resolved issues and error corrections
This change prevents an error when updating partner details on SEPA payments in certain configurations. It helps keep the payment workflow stable when expected inherited behavior is not available.
Original PR description
In the case the parent class has no _onchange_partner_id method the variable `res` is used before assignement.