Daily updates from Odoo
Wednesday, November 29, 2017
2 changes
Enhancements to existing features
Odoo can now start and load the web client even when an uninstalled module has a missing external dependency. This avoids blocking normal system access, while still preventing installation of that module until its dependency is available.
Original PR description
… module Purpose ======= If an external dependency is unmet on a module that is not installed, it's actually impossible to launch an odoo server and load the web client without getting a traceback. This commit removes this constraint and allow to use odoo in that case. Obviously the install will crash if the external dependency is still unmet. 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
This update makes the Sales app easier to understand for new users by rewriting onboarding guidance, simplifying menu labels, and removing confusing actions. It also improves sales order line creation by saving the price and description when a new product is created directly from a quotation, and adds more standard payment terms.
Original PR description
Task : https://www.odoo.com/web?debug#id=38720&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.fa79ef2e6ea4c63e842e5c821a81537f 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