Our connector doesn’t allow to synchronize invoices between Odoo and PrestaShop. But there is a special addon for PrestaShop which allows to download invoice from Odoo: https://addons.prestashop.com/en/payment-invoice/90325-odoo-invoice.html . You need to install it and then enter the URL from Webhooks tab:
0
How to synchronize invoices between PrestaShop and Odoo
Related Posts
I’m encountering the error “prestapyt.prestapyt.PrestaShopWebServiceError: ‘HTTP XML response is not parsable : XML or text declaration not at start of entity: line 2, column 0…”. What’s causing this, and how can I fix it?
This error indicates that the PrestaShop API is returning invalid XML data. While our PrestaShop connector expects well-formed XML, certain factors within your PrestaShop environment can disrupt this:Third-party modulesCustom code modificationsWeb server misconfiguration Important: This issue originates from your PrestaShop...
I’m getting the “This StockAvailable (13203) does not exist on this shop” error during stock synchronization. How can I fix it?
This error usually happens when you have multiple stores set up on the same PrestaShop instance and are using PrestaShop’s multi-store feature.Why the error occurs:In a multi-store setup, each store manages its own stock levels.The PrestaShop API returns stock information...
How to track which user changed order status in Odoo?
When the checkbox “Enable Sale Order Status Export Job” is activated, our connector allows the transfer of order status changes from Odoo to PrestaShop. Some customers also need to track which employee or user changed this status.To do this, first,...
How do I control which product combination is marked as the default in PrestaShop during export?
Our connector lets you choose the default product combination for your exported PrestaShop products. Here’s how:Navigate to the “eCommerce Integration” tab on product template you want to change.Select product variant (combination) you want to use as default combination in PrestaShop:Need...