qgroulard
qgroulard
Many eshops feature a share wishlist mechanism. Allowing other people to visualize your wishlist via an url. I am trying to achieve that with shopinvader, but I cannot access wishlist...
The goal of this PR is to achieve something similar to [amazon's feature](https://www.amazon.com/NOCCO-Carbonated-oriented-Caffeine-Flavored/dp/B07Y1VYP75/ref=sr_1_2?keywords=nocco+bcaa&qid=1636552304&sr=8-2) multi_variation is a way to inform the customer that a combination does not exists and will need...
Simulate delivery price for other country than partner's one always returned 0.0. Indeed, if the partner's country doesn't match the carrier's countries (same for zip) the returned price is 0.0....
https://github.com/OCA/rest-framework/blob/880b7dc92eb487a8e11c24cd8698e9cdfd5f8931/fastapi_auth_jwt/dependencies.py#L239 `odoo_env` doesn't take argument `user`.
Handle anonymous cart at signin: - If there is an anonymous cart, transfer it to the real partner (merge with the previous partner cart if there is one) - Remove...
See https://github.com/shopinvader/odoo-shopinvader/pull/1441 and https://github.com/shopinvader/odoo-shopinvader/pull/1467 for PRs on related matter. 1. Remove `price` from the schema in `shopinvader_product` as there are a lot of different ways to expose product prices and...
based on https://github.com/OCA/product-attribute/pull/1445 Move product prices exports to another dedicated module. This is a simple price computation based on pricelists only. The idea is to substitute this module by others...
When updating the image of a `fs.product.image`, the corresponding `se.thumbnail` images are not updated (because the `ir.attachment` record stays the same but with the new image).
Partial migration of `shopinvader_sale_profile`. Depends on https://github.com/shopinvader/odoo-shopinvader/pull/1441 for the extraction of `_get_price()`. ### Concept The idea is to split `shopinvaler_sale_profile` into 3 modules: - `shopinvader_sale_profile`: add `shopinvader.sale.profile` model and a...