Saturday, January 25, 2020
2 changes · master
Miscellaneous changes
Since commit odoo/odoo@43db60d `<notebook>` elements have also a wrapper element (with class `o_notebook_headers` around their tabs. Since account module reuse the markup and styling of the `<notebook>` but without using the tag itself (cf. done by hand) the reconciliation line's tabs style was broken. This commit adds the missing wrapper element and set the margin-{left,right} reset to the that element. Forward-Port-Of: odoo/odoo#43932 Forward-Port-Of: odoo/odoo#43905
Original PR description
Since commit odoo/odoo@43db60d `<notebook>` elements
have also a wrapper element (with class `o_notebook_headers` around
their tabs.
Since account module reuse the markup and styling of the `<notebook>`
but without using the tag itself (cf. done by hand) the reconciliation
line's tabs style was broken.
This commit adds the missing wrapper element and set the
margin-{left,right} reset to the that element.
Forward-Port-Of: odoo/odoo#43932
Forward-Port-Of: odoo/odoo#43905Since commit odoo/odoo@43db60dffa9cc2d99ef59ad384c2f21006ba593e `<notebook>` elements have also a wrapper element (with class `o_notebook_headers` around their tabs. Since VOIP module reuse the markup and styling of the `<notebook>` but without using the tag itself (cf. done by hand) the dial-up's tabs style was broken. This commit adds the missing wrapper element and moves the margin-{left,right} reset to the correct element. Forward-Port-Of: odoo/enterprise#7932 Forward-Port-Of: od
Original PR description
Since commit odoo/odoo@43db60dffa9cc2d99ef59ad384c2f21006ba593e `<notebook>` elements
have also a wrapper element (with class `o_notebook_headers` around
their tabs.
Since VOIP module reuse the markup and styling of the `<notebook>` but
without using the tag itself (cf. done by hand) the dial-up's tabs style
was broken.
This commit adds the missing wrapper element and moves the
margin-{left,right} reset to the correct element.
Forward-Port-Of: odoo/enterprise#7932
Forward-Port-Of: odoo/enterprise#7921