Closed marielejeune closed 6 months ago
This PR has the approved
label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖
Modules moved to odoo-shopinvader-carrier https://github.com/shopinvader/odoo-shopinvader-carrier/pull/8
Migration of
shopinvader_delivery_carrier
to FastAPI services.shopinvader_delivery_carrier
contains the Shopinvader logic related to delivery.shopinvader_api_delivery_carrier
contains all FastAPI schemas and services:delivery_carrier
router, with a route to search ondelivery.carrier
, filtering by country and/or zipcode.delivery
router, with a route to search on all pickings related to the user.set_carrier
route under thecart
router, to set the carrier on the cart.sync
route under thecart
router that removes the carrier on the cart everytime a new transaction is synchronized.Features & changes This is a migration to version 16 of
shopinvader_delivery_carrier
but combined with a rewriting to FastAPI, which means that some features are not integrated (yet?). Here is a summary of the differences:shopinvader.backend
to configure which delivery order states are visible. This configuration was used to filter the visible pickings on the front side. The notion of shopinvader backend is not kept in v16 and we don't need this configuration for now, so we don't preserve it here.deliveries
to download thestock.action_report_delivery
report. We didn't keep this feature for now.