Saturday, August 3, 2024
2 changes · 17.0
Enhancements to existing features
This update improves the eBay sales integration by adding detailed logging to help diagnose issues more easily. It also reverts a previous change that inadvertently created new problems, allowing the team to investigate and fix both the original issue and the new problem together. This ensures a more stable and reliable eBay order processing experience.
Original PR description
These commits add logs and revert commit https://github.com/odoo/enterprise/commit/3f6143583a2b6f979c4bc703f3f333a1d818d0a2. This commit, while working, broke the flow by showing another problem. Reverting it to investigate deeper and fix both at the same time. Forward-Port-Of: odoo/enterprise#67583
Resolved issues and error corrections
This update corrects the German DateV export format by adding a missing column for "Unternehmensgegenstand" (business purpose) in the proper sequence. This ensures the export file complies with DateV standards and can be properly processed by German accounting software.
Original PR description
This commit adds the column "Unternehmensgegenstand" between "Name (Adressatentyp Unternehmen)" and "Name (Adressatentyp natürl. Person)" in the DateV export. task-4072226 Forward-Port-Of: odoo/enterprise#67881 Forward-Port-Of: odoo/enterprise#67284