Tuesday, June 8, 2021
3 changes · master
Resolved issues and error corrections
The purchase agreement screen no longer offers a separate Purchase Orders action that could create requests for quotation in inappropriate agreement states. This helps buyers follow the intended process and avoids quotations being created without the usual links or visibility from the agreement.
Original PR description
Delete purchase orders action on purchase agreements (PA)  On this document have New Quotation button which will create RFQ and can create when PA's state is Ongoing, Confirmed, Bid Selection  and Purchase orders action will create RFQ with all PA's state, this is my video  My reason should delete this action 1. RFQ should create when PA's state is Ongoing, Confirmed, Bid Selection 2. If create RFQ with this action and PA's state = draft, No have smart button link to RFQ -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a minor internal warning shown when rendering abbreviated weekdays. It helps keep the web interface cleaner for developers and avoids unnecessary noise without changing how users interact with the calendar-related display.
Original PR description
Not sure this is correct but it seems about right? `weekdaysShort` is a simple array of weekday name abbreviations: https://github.com/odoo/odoo/blob/8e299ec4b257c2d87e60cdc4d97a0dbd0c77543c/addons/web/static/src/js/widgets/week_days.js#L49-L59
This update fixes several usability issues in the Sign app, including dropdown behavior, PDF zooming, dragging signature fields between pages, and validation before sending. It also limits styling changes to the correct areas, reducing the chance that Sign-related visual rules affect other parts of Odoo.
Original PR description
Fix some ui issues taskid: 2375737