Sunday, January 15, 2023
1 change · master
Miscellaneous changes
Prior to this PR: The elements (Latam document type and Latam document number) are misplaced when l10n_cl_edi is installed. <img width="1275" alt="Captura de pantalla 2022-11-27 a la(s) 11 14 51" src="https://user-images.githubusercontent.com/382893/204140125-a500e01d-df10-4d5e-8326-f5472b198380.png"> This is because the DTE status section is being shown in a dynamic way (visible/invisible) <img width="1031" alt="Captura de pantalla 2022-11-27 a la(s) 11 16 31" src="https://user-images.git
Original PR description
Prior to this PR: The elements (Latam document type and Latam document number) are misplaced when l10n_cl_edi is installed. <img width="1275" alt="Captura de pantalla 2022-11-27 a la(s) 11 14 51" src="https://user-images.githubusercontent.com/382893/204140125-a500e01d-df10-4d5e-8326-f5472b198380.png"> This is because the DTE status section is being shown in a dynamic way (visible/invisible) <img width="1031" alt="Captura de pantalla 2022-11-27 a la(s) 11 16 31" src="https://user-images.githubusercontent.com/382893/204140172-47184917-89b0-4839-8ebd-ac3797ecb196.png"> Many attempts to use divs, and change them into a separate group were unsuccessful. This PR solves this by putting the DTE status section after the Latam document type and number. This affects only Odoo 16 since it seems that the sections have different behavior in legacy versions. Forward-Port-Of: odoo/enterprise#34435