Saturday, February 22, 2020
2 changes · master
Miscellaneous changes
Steps to reproduce: - Go to Invoicing - Select an invoice - Add credit note - Click on "Post" - Invoice footer is overlapped on mobile This bug occured because of "float: right". Get rid of this is too much work (oe_subtotal_footer is already floating), so we decided to keep it with a "clear: both". In desktop, this element is on the right of the screen but on mobile we take the whole horizontal space. Task-ID: 2184243 Forward-Port-Of: odoo/odoo#45987 Forward-Port-Of: odoo/odoo#4
Original PR description
Steps to reproduce: - Go to Invoicing - Select an invoice - Add credit note - Click on "Post" - Invoice footer is overlapped on mobile This bug occured because of "float: right". Get rid of this is too much work (oe_subtotal_footer is already floating), so we decided to keep it with a "clear: both". In desktop, this element is on the right of the screen but on mobile we take the whole horizontal space. Task-ID: 2184243 Forward-Port-Of: odoo/odoo#45987 Forward-Port-Of: odoo/odoo#45965
This test goes to the public homepage and directly logs a 'test succesful'. It's useless as many other tests use the public homepage and therefore, those tests will crash if the homepage is unavailable. Moreover, it happens to trigger random failures due to the fact that some RPC may occur between the cookies cleaning and the termination of the browser. Typically a "GET /web/webclient/locale/en_US" can be triggered right after the clearing of the browser cookies, cache ... Forward-Po
Original PR description
This test goes to the public homepage and directly logs a 'test succesful'. It's useless as many other tests use the public homepage and therefore, those tests will crash if the homepage is unavailable. Moreover, it happens to trigger random failures due to the fact that some RPC may occur between the cookies cleaning and the termination of the browser. Typically a "GET /web/webclient/locale/en_US" can be triggered right after the clearing of the browser cookies, cache ... Forward-Port-Of: odoo/odoo#45981 Forward-Port-Of: odoo/odoo#45968