Thursday, September 13, 2018
6 changes · master
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
New Odoo databases for Guatemala will now use the correct Guatemalan quetzal currency code, GTQ, and the correct VAT/tax identification label, NIT. This prevents incorrect local setup information from appearing by default for Guatemalan companies.
Original PR description
Description of the issue/feature this PR addresses: The currency code for Guatemala is incorrect, it should be GTQ: https://www.xe.com/currency/gtq-guatemalan-quetzal The VAT label for Guatemala should be NIT: https://aprende.guatemala.com/tramites/documentos-mercantiles/que-es-nit-guatemala/ Current behavior before PR: Every new database that is created with the country Guatemala uses QTQ instead of GTQ and NIF instead of NIT. Desired behavior after PR is merged: New databases in Guatemala should use GTQ and NIT for the VAT label -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Point of Sale screen no longer shows the Pricelist button when pricelists are disabled in the POS configuration. This keeps the checkout interface aligned with business settings and avoids confusing cashiers with unavailable options.
Original PR description
Description of the issue/feature this PR addresses: The update fixes the issue related with displaying the `Pricelist Button` after disabling `Pricelist` in the POS config. Current behavior before PR: If the `Available Pricelists` option in POS Config has some pricelists, but the `Pricelist` option is disabled, we have the Pricelist button in the POS Desired behavior after PR is merged: We don't have the Pricelist Button if the `Pricelist` option is disabled in the POS Config -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @it-projects-llc
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 fixes a usability issue where the calendar date picker stayed open unless a user selected a date. Users can now close the calendar by clicking elsewhere on the page, making date fields easier and less frustrating to use.
Original PR description
Description of the issue/feature this PR addresses: Pad-Link: https://pad.odoo.com/p/r.58c3a61970cd2f3e6931f80e50ba0ed1 Issue-Link: https://www.odoo.com/web#id=1878987&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Before this commit: Calendar(datepicker) field popup could not be closed without selecting any date(unable to close calendar on DOM click). After this commit: Calendar(datepicker) field can be closed by selecting any date from calendar or can be closed on DOM click. Issue-ID: 1878987 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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