Monday, December 5, 2016
11 changes · master
New functionality added to Odoo
This adds a generic activity scheduling feature to the chatter, so users can create, edit, reschedule, remove, and complete activities from any document that uses Odoo's messaging area. It centralizes activity management across apps such as CRM, recruitment, events, notes, account documents, and website partner assignment, making follow-up tracking more consistent and visible.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web#id=24037&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.047d652c03fbd5491cdff467becbd444 Current behavior before PR: - Next activity is available in some modules, but its not generic for all documents. Desired behavior after PR is merged: - 'Schedule an Activity' is integrated with the chatter (mail.thread) generic - Create Next Activity from any created document where mail.thread is inherited - Log as many activity as you want, and then you can edit, remove or log any activity in chatter by clicking "Mark as done" - Kanban Widget, with options of creating new activity, edit activity, and mark as done ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Adds a foundation for Electronic Data Interchange in invoicing, enabling businesses to exchange invoices electronically instead of relying only on manual or paper-based flows. The initial implementation focuses on Belgium using UBL and the e-fff protocol, helping Belgian companies align with electronic invoicing requirements and streamline invoice processing.
Original PR description
Description of the issue/feature this PR addresses: -related to task: https://www.odoo.com/web#id=29757&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720 Current behavior before PR: -no mechanism to support Electronic Data Interchange (EDI) Desired behavior after PR is merged: -support EDI mechanism and have the EDI implemented for Belgium (UBL, protocol e-fff) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds new website settings related to eBay sales integration. It helps businesses configure eBay-related website sales options more directly, improving setup and management for online selling.
Original PR description
New website settings by CBU.
Enhancements to existing features
The Point of Sale configuration now groups receipt reprinting options more clearly and automatically enables receipt printer settings when reprinting is turned on. This reduces setup confusion and helps ensure cashiers can reliably reprint receipts when needed.
Original PR description
Task: https://www.odoo.com/web?#id=28527&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.4ffca1b0b702aaee34313ef4fb74ee0e 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 reorganizes and improves the Notes tab on product forms so teams can manage customer, vendor, and delivery-related notes more clearly. The change helps sales, purchasing, and warehouse users find and apply the right product information during everyday workflows.
Original PR description
Task : https://www.odoo.com/web#id=29429&view_type=form&model=project.task&action=327&menu_id=4720 Description of the issue/feature this PR addresses: Pad : https://pad.odoo.com/p/r.17027e91931e2bfa3709d3ba4d97f363 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
HR officers can now view payroll slips for themselves and their subordinates, while HR managers can view all payroll slips. This clarifies access rights so payroll information is visible to the right people without unnecessary exposure.
Original PR description
Task: https://www.odoo.com/web?#id=28548&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.e1b4138095db08639191ad5ddfcfc5a5 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 …and hr manager
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
Features or functions removed from Odoo
This change removes old need-action notification counter logic that is no longer used by the Odoo web interface. It reduces unnecessary background calls and simplifies maintenance across many business apps, with a small adjustment to accounting reconciliation behavior.
Original PR description
Task: https://www.odoo.com/web#id=29291&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr