Friday, January 3, 2020
2 changes · master
Resolved issues and error corrections
This updates the documentation for a core grouping feature to correctly state that sorting instructions should be provided as text. It helps developers avoid mistakes that could cause reporting or grouped data queries to fail.
Original PR description
Description of the issue/feature this PR addresses: The param "orderby" of the read_group should be str -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a small visual issue where some fields in invoice, sales order, and delivery forms showed doubled right borders. The change makes these forms look cleaner and more consistent, improving day-to-day usability without changing business behavior.
Original PR description
**account.move.form, sale.order.form,stock.picking.form: minor ux fix** Description of the issue/feature this PR addresses: - Field partner_id and invoice_date in form view account.move.form, - Field date_order in form view sale.order.form, - and Field partner_id in form view stock.picking.form have doubled right borders. FW from #42427 because no view update allowed for stable version -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr