Thursday, September 13, 2018
4 changes · master
Enhancements to existing features
This change prevents posted accounting entries from being moved across locked accounting periods through the API. It helps protect finalized financial records from being altered after a lock date, improving compliance and data integrity.
Original PR description
Description of the issue/feature this PR addresses: fix https://github.com/odoo/odoo/issues/26240 Current behavior before PR: can use move.date='2017-01-01' to change the date even if the lock date is set Desired behavior after PR is merged: can prevent changing posted entry date before lock period and changing posted entry(before lock date) to after lock date -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This update fixes several mobile layout problems so Odoo screens behave better when devices are rotated or menus are opened. It also improves dropdown and systray menu display on mobile, making navigation more reliable for users on phones and small screens.
Original PR description
Description of the issue/feature this PR addresses: - Mobile screen not maintaining when rotate: https://drive.google.com/file/d/1jYe3fAQfQcF-1zktZrnzSvXVDAQYFstE/view - https://drive.google.com/file/d/1Fm24SSOm2VrhSW_VPHpno20zArPtAIX4/view - https://drive.google.com/file/d/1NBzVmTgou-W0P2KiArMycZ918Fm0He-H/view - https://drive.google.com/open?id=1aXlkgpM7fWEWL18XMEAN5lI1uWgeZHqy 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
Point of Sale now checks its required configuration again when a session is opened, preventing users from bypassing rules after changing related settings. This helps avoid incorrect register setups and reduces the risk of operational errors in stores.
Original PR description
Trying a two commits PR to challenge a bit @robodoo
This fix improves how key interface elements behave on smaller screens. The hamburger menu now appears only on phones, rotated mobile screens keep a cleaner control panel layout, and the cohort view dropdown displays correctly.
Original PR description
Issues: - A hamburger menu displaying also for tablet screen. - control panel UI glitch when rotate a mobile screen. - https://drive.google.com/file/d/1a3DXDKUcZerHk-OEJoKg-QQDd1HPLk_o/view?usp=sharing