Tuesday, June 8, 2021
2 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