Thursday, March 11, 2021
3 changes · master
Resolved issues and error corrections
The Accounting dashboard now displays action links more cleanly on mobile screens by moving them below the card content. This makes the interface easier to read and reduces confusion when users access Accounting from a phone.
Original PR description
Before this commit, on mobile in the Accounting app, the link in a
kanban card was not well placed.
After this commit, in mobile we consider a link as a block so he is
moved below.
Steps to reproduce:
* Open Odoo on Mobile
* Go to Accounting => Bug ("Create Manually" is in a strange position)
Task ID : 2200168 (4.a)
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThe command-line help text for internationalisation options now displays with correct punctuation. This minor cleanup makes the help output look more polished and easier to read, with no expected change to product behavior.
Original PR description
This fixes small typo in the CLI odoo-bin before: ``` Internationalisation options. : ``` is now ``` Internationalisation options: ``` -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change avoids loading unnecessary stock operation types when purchase stock logic only needs one match. It reduces internal overhead and can make related purchase workflows slightly more efficient without changing user-facing behavior.
Original PR description
Don't need to put in cache all picking_type. Use limit = 1 @mart-e -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr