Tuesday, June 14, 2016
7 changes · master
Enhancements to existing features
This update renames confusing status labels across website and web screens: “Not Archived” becomes “Active” and “Not Published” becomes “Unpublished.” The clearer wording better matches how users understand these states and aligns the archive label with Odoo’s existing functional terminology.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=26677&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.5cc6f55a4d596b8e7e7597c899283bbb Current behavior before PR: - There are labels named 'Not Archived' and 'Not Published', which are confusing.. - because ‘active’ is the functional name of 'Archived' field in the filter list Desired behavior after PR is merged: - stat labels ‘Not Archived’ will be changed into ‘Active’ and 'Not Published' into 'Unpublished ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Sales teams can now configure whether sales orders, quotes, invoices, and website shop prices are shown in a business-to-business or business-to-consumer style. This helps present prices more clearly by adapting totals and line amounts depending on whether taxes should appear included or excluded.
Original PR description
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
The stock app now uses the same “Lots / Serial Numbers” wording in a place where it previously only said “Lot.” This makes inventory screens clearer and more consistent for users handling tracked products.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: some places the string "Lot" is used, which is very confusing for the user. Desired behavior after PR is merged: Make a common string "Lots / Serial Numbers" everywhere for the uniformity. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr In master one place is missing lots to lots/serial numbers.
Quote template lines no longer show the Unit Price column because those prices are determined by pricelists rather than this informational field. This simplifies quote template setup and reduces potential confusion for users managing quotations.
Original PR description
Description of the issue/feature this PR addresses: - [quote_template] hide unit price <strong>Task:</strong>https://www.odoo.com/web#id=26736&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <strong>Pad:</strong>https://pad.odoo.com/p/r.e277db369e002a5468c30642098bbf8c Current behavior before PR: Desired behavior after PR is merged: - Hide 'Unit Price' column from quote template line. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves how Odoo prepares and reuses page and report templates, making many accounting, sales, purchase, payment, event, expense, lunch, repair, and point-of-sale documents render faster. It also tightens template access handling and updates related tests, reducing delays for users who generate reports or documents frequently.
Resolved issues and error corrections
Website page search now handles page names with spaces or hyphens more reliably. This helps users find the right website pages even when the search text does not exactly match how the page address is stored.
Original PR description
… string, call generate method for related querystring from splitted list, allow search with hyphens(-), so convert hyphens into space in ModelConverter, also allow search with space for PageConverter because space is replaced with hyphens in page ir.ui.view key when new page is created Task: https://www.odoo.com/web#id=10804&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.SwQ05vrU7k2ZltJ2
This fixes an issue where a contact's image was not applied when the contact was first created. Businesses can now rely on contact records showing the correct image immediately, reducing manual follow-up edits.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web?#id=677692&view_type=form&model=project.issue&menu_id=5200 Current behavior before PR: Image not set for contact at create time Desired behavior after PR is merged: Fix issue, Now image set for contact at create time ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr