Monday, December 5, 2016
4 changes · master
Resolved issues and error corrections
This update improves unclear wording in the manufacturing production flow, replacing a vague quantity prompt with clearer English. Users should better understand what action is expected, reducing confusion during production operations.
Original PR description
replaces https://github.com/odoo/odoo/pull/14018 Description of the issue/feature this PR addresses: "Select Quantity" is not very expressive in this context. Current behavior before PR: One doesn't know, whatis meant. Desired behavior after PR is merged: One knows. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr /cc @mart-e
Odoo now shows Peruvian sol amounts with the official S/ symbol placed before the number. This keeps customer-facing prices, invoices, and monetary fields aligned with Peru’s current currency formatting rules.
Original PR description
**Description of the issue/feature this PR addresses:**
Peruvian currency must be shown before the amount
Based on @aduijs https://github.com/odoo/odoo/pull/14370#issuecomment-261367669, **`S/.`** is not valid since december 2015, **`S/`** is the valid one
Consider the following as an example:
```xml
<t t-esc="o.amount_total" t-esc-options='{"widget": "monetary", "display_currency": "o.currency_id"}'/>
```
**Current behavior before PR:**
Actually, currencies symbols in Odoo are placed after the amount if not set, see [here](https://github.com/odoo/odoo/blob/master/odoo/addons/base/res/res_currency.py#L28)
The xml example will be show it as **`10,00 S/`**
**Desired behavior after PR is merged:**
When using the peruvian currency and formatting amounts the currency symbol must be placed before the amount .
The xml example will be show it as **`S/ 10,00`**
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThis update corrects a small grammar and capitalization issue in the web tour debug interface. It improves wording consistency for users and maintainers without changing functionality.
Website pages no longer display the raw web addresses of links when printed from the browser. This keeps printed pages cleaner and more professional for customers and visitors.
Original PR description
Task : https://www.odoo.com/web#id=29434&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.3dff35d87c19f58f9372b2121f80bb53 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 …re not shown in print