Monday, January 28, 2019
6 changes · master
Enhancements to existing features
Portal users can now sign documents using typed or uploaded signatures in addition to drawing them. The shared signature component reduces duplicated work across apps and makes the sales order signing flow more responsive and easier to maintain.
Original PR description
Purpose ======= The goal is to avoid duplicate code between portal and sign (enterprise), and also to allow the user to use the signature mode 'auto' and 'load' in portal (before this commit only 'draw' was available in portal). The sales order signature (currently the only portal signature) has been changed to use this new code. This signature widget has been improved: Improved style: - better structure and use of BS classes - removed most of custom CSS - made it more responsive Changed code to follow guidelines, added JSDoc. Technically =========== New widget NameAndSignature common to portal and sign (enterprise). Reworked existing portal signature form to use new widget. Related to enterprise PR odoo/enterprise#3266 task-1894903
Odoo now standardizes selection field values so they must be stored as text rather than mixed data types. This improves consistency across accounting, inventory, import/export, language, and web-related flows, reducing ambiguity and future maintenance risk.
Original PR description
Task https://www.odoo.com/web#id=1911598&model=project.task&menu_id=4720
Stock movements now show the most relevant product description for receipts, deliveries, or internal transfers based on the type of operation. This helps warehouse and purchasing teams see useful notes at the right step, reducing confusion during handling and fulfillment.
Original PR description
Task link : https://www.odoo.com/web#id=1880135&action=327&model=project.task&view_type=form&menu_id=4720 Pad link : https://pad.odoo.com/p/r.5c9fae02edc22c1d7c63e8c492b24947 Purpose: It's show the description of receipts/deliveries/internal treansfer based on picking. This commit is related to task ID : 1880135 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 signature flow was updated to use a shared signing component across the customer portal and Sign app, reducing duplicated work and making the experience more consistent. Business users should see a cleaner, more maintainable signature dialog with supporting updates to signature styling and contract signing tours.
Original PR description
Purpose ======= The goal is to avoid duplicate code between portal and sign (enterprise). Technically =========== New widget NameAndSignature common to portal and sign (enterprise). Reworked existing sign dialog to use new widget. Related to community PR odoo/odoo#29453 task-1894903
This update standardizes selection field values so they are stored and handled as text across affected business apps. It reduces inconsistencies and future compatibility issues without introducing a visible workflow change for most users.
Original PR description
odoo/odoo#29039
The barcode app now shows product descriptions in picking details, helping warehouse operators see planning notes or add useful handling instructions. This makes stock processing clearer and reduces the chance of missed context during operations.
Original PR description
Pad:https://pad.odoo.com/p/r.5c9fae02edc22c1d7c63e8c492b24947 Task:https://www.odoo.com/web#id=1880135&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720