qgroulard
qgroulard
Hi, pos_multi_ean is missing from this list.
Hi @simahawk Thanks for the answer. Actually I still want the wishlists to belong to a customer. One possible use case would be: I like reading books. I create a...
@sebastienbeau This PR makes me question the point of selected_values: https://github.com/shopinvader/odoo-shopinvader/blob/d7e743ec32f8502b1698fae67bada8f3829bdfa8/shopinvader_product_variant_selector/models/shopinvader_variant.py#L75 In the example above: ``` size : 15, 16, 17, [18], 19, 20 color : Green, (Red), [Yellow] []...
@sebastienbeau https://github.com/shopinvader/odoo-shopinvader/pull/1399 Here you'll find my contribution to this PR following our discussions last week. Had to open a new PR as I couldn't push to akretion, feel free to...
Hi, I just pushed to https://github.com/shopinvader/odoo-shopinvader/pull/1390. I think we have now a first version ready for a first round of review @lmignon @sebastienbeau. @hparfr This PR solves some of the...
> @qgroulard the 1st commit can be dropped now, no? In theory yes, the keys `price` and `prices` can coexist. But I think `price` should be removed anyway as it...
@sebastienbeau @lmignon I would be glad to have your opinion on this PR.
@lmignon What do you think ? Is this the good approach at the right place ?
Won't work since https://github.com/OCA/bank-payment/pull/979 unfortunately. You'll need to rebase and adapt code.
When /signin is called: 1. If the jwt partner doesn't exist in Odoo: create it 2. If there is an anonymous cart, transfer it to the real partner (remove the...