Mounier Florian

Results 89 issues of Mounier Florian

This PR add a way to get the current "active" partner cart without session cart id. This PR also add a `restrict_cart_to_partner` option on backend to restrict cart access to...

stale
change

This module adds a new transfer route to cart service that takes a JWT token as POST parameter and transfer the cart from the logged in partner to the partner...

add module

Adds a `no_price` parameter to the shopinvader sale REST API to download the sale order report without price. Depends on: - [x] https://github.com/OCA/sale-workflow/pull/1731

update_carrier_shipping_costs updates shipping costs for custom carriers that need the rate_shipment method to be called (Get Rate button in odoo UI). Also automatically recompute carrier shipping costs on set_carrier.

change

This module splits the "+ Transactions" lines in the cash control view of a PoS session into the current transaction and the Cash In/Out lines. It also adds a new...

stale

This module adds an option to disable the PoS rescue session creation. When activated it forbids to synchronize orders on a closed session but allows to synchronize them in the...

stale

This module allows to seemlessly split a big job into smaller jobs. It uses ``queue_job_batch`` to group the created jobs into a batch. Example: ```python class ResPartner(models.Model): # ... def...

~~Depends on #1508~~ ~~Depends on #1490 and https://github.com/OCA/rest-framework/pull/456 for `shopinvader_fastapi_auth_partner_api_unit_member`~~