Tuesday, June 14, 2016
5 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.