-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[13.0] Add shopinvader_customer_price + shopinvader_customer_price_wishlist #803
[13.0] Add shopinvader_customer_price + shopinvader_customer_price_wishlist #803
Conversation
Codecov Report
@@ Coverage Diff @@
## 13.0 #803 +/- ##
==========================================
+ Coverage 91.90% 91.91% +0.01%
==========================================
Files 145 148 +3
Lines 4732 4775 +43
==========================================
+ Hits 4349 4389 +40
- Misses 383 386 +3
Continue to review full report at Codecov.
|
652866c
to
aaca01b
Compare
aaca01b
to
e3426f4
Compare
e3426f4
to
a4a18f6
Compare
@simahawk I plan to address this kind of functionality by exporting all the prices into the product index on elasticsearch and use an opendistro addon to restrict the access to part of the json document according to the user connected in the website..... |
Great to know it. We'll see if we'll switch to ES sooner or later. This could be a key selling point indeed 😉 |
@simahawk Here is a summary/draft of the approach that we would like to implement and that we have already discussed with @sebastienbeau and @sbidoul . (If one of our lead is confirmed)
The overall approach would ease and centralise the management of user accounts in Odoo as well as the management of ACL to the products. |
Sounds promising :) Is there a plan to use redis for session and cache sharing as well? BTW would you mind tracking this in a specific issue? |
d12aeda
to
bd12b11
Compare
1db18fd
to
cbad677
Compare
362a2eb
to
98e22da
Compare
46ff5cb
to
fa025ae
Compare
fa025ae
to
0173fc8
Compare
Fiscal position and pricelist lookup belong to the backend because that's where you can configure params that could affect them. Plus, it makes easier to cache them.
The new parser will come w/ shopinvader#783. This harmeless change makes the 2 versions compatible.
0173fc8
to
1909e2b
Compare
/ocabot merge patch |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 2dfd924. Thanks a lot for contributing to shopinvader. ❤️ |
Check README for full explanation.
Depends on / includes #807 (hopefully to be merged soon).