Daily updates from Odoo
Thursday, June 3, 2021
1 change
Code cleanup and technical improvements
This change separates test-specific behavior from the real electronic invoicing process. It makes the Mexico and Peru e-invoicing code easier to maintain and reduces the risk that testing shortcuts affect business logic.
Original PR description
…l_invoice_edi Before this commit, business logic was mixed with tests. This commit aims to replace the test_mode with mocks for all account_edi tests.