Simone Orsi
Simone Orsi
ATM to get a wishlist you need a backend and a customer. In fact the `partner_id` on `product.set` is not required and you could play with this domain https://github.com/shopinvader/odoo-shopinvader/blob/14.0/shopinvader_wishlist/services/wishlist.py#L282. We...
Hmm I see. Then you should use some sort of token to allow sharing / viewing it as the portal does.
@paradoxxxzero could you rewrite the commit msg? ``` [IMP] shopinvader: make WEBSITE_UNIQUE_KEY optional bla bla explanation ```
I think that for these cases using sudo is fine. Having tests would be great.
I just had to fix this problem temporarely here https://github.com/shopinvader/odoo-shopinvader/pull/1108/commits When you define a route as "public" ATM you must use sudo because the real user will be "Public User"...
@kevinkhao I don't get your point. Can you elaborate? ATM this change seems fair enough. Seems reasonable to notify ppl when such things happen. Could you add some tests? We...
Yeah, fact is: "users" in this context _are_ "res.partner". These endpoints allows any authorized shopinvader user (aka shopinvader.partner) to create other shopinvader users (again shopinvader.partner). So, there's no difference and...
> I've no better idea at this moment but I'm not comfortable with this kind of spaghetti code. It become too difficult to easily know the origin of the fields...
I have to fix the build
any ref to the new OCA module?