Daily updates from Odoo
Friday, June 3, 2022
1 change
Code cleanup and technical improvements
The Amazon sales integration has been reorganized by merging the newer SP-API module into the main Amazon sales module. This simplifies maintenance and keeps Amazon marketplace functionality in one place without introducing a separate business workflow.
Original PR description
Following commit https://github.com/odoo/enterprise/commit/aa00c474a5ee237d6486251c6a7def5ac1092605, the module `sale_amazon_spapi` was added alongside the module `sale_amazon`. In master, we can now merge the two modules together with this commit. task-2694222 task-2823194 See also: - https://github.com/odoo/upgrade/pull/3559 - https://github.com/odoo/documentation/pull/2156