Sunday, January 7, 2024
2 changes · 17.0
Miscellaneous changes
Steps to reproduce: Go to the Events Page in any db with a mobile. You will be be able to scroll vertically as expected, but also horizontally, this is caused by the negative margin we are using in `<div class="d-flex mx-n3">` which is causing the content to not fully fit the screen width and triggering the horizontal scroll. FW bot up to master opw-3429395 Forward-Port-Of: odoo/odoo#147135
Original PR description
Steps to reproduce: Go to the Events Page in any db with a mobile. You will be be able to scroll vertically as expected, but also horizontally, this is caused by the negative margin we are using in `<div class="d-flex mx-n3">` which is causing the content to not fully fit the screen width and triggering the horizontal scroll. FW bot up to master opw-3429395 Forward-Port-Of: odoo/odoo#147135
Recently, the vat validation was changed to support 16 digits vat introduced in Indonesia in January 2024. This change replaced the stdnum validation, but did not handle vat numbers written using the standard presentation format. This is fixed here, where we will remove the characters used in this format and strip the vat before doing the validation on the digit amount. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR i
Original PR description
Recently, the vat validation was changed to support 16 digits vat introduced in Indonesia in January 2024. This change replaced the stdnum validation, but did not handle vat numbers written using the standard presentation format. This is fixed here, where we will remove the characters used in this format and strip the vat before doing the validation on the digit amount. Description of the issue/feature this PR addresses: 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 Forward-Port-Of: odoo/odoo#148314 Forward-Port-Of: odoo/odoo#148260