Daily updates from Odoo
Wednesday, February 8, 2017
2 changes · master
Enhancements to existing features
Post-install tests can now run more like real customer transactions, including changes that reload Odoo's internal setup. This helps Odoo Studio and similar tools be tested more accurately when creating custom models and fields.
Original PR description
Move the post-install tests execution outside `Registry.new`, and add a flag on class `HttpCase` to enable/disable the registry "test mode". This allows a test to run actual transactions that will reload the registry, which may be used to test the creation of `ir.model` instances, etc. This is needed for testing Odoo Studio, which creates custom models and fields.
Resolved issues and error corrections
This update fixes a spelling mistake in the Website Sales administration menu and header, changing "adandonned" to "Abandoned." It improves clarity and professionalism for staff managing abandoned orders.
Original PR description
task : https://www.odoo.com/web#id=692002&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Description of the issue/feature this PR addresses: wrong spell that been corrected in this pr. Current behavior before PR: website admin order menu have wrong spell "adandonned" and in header. Desired behavior after PR is merged: spell is corrected to "Abandoned". -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr