-
Notifications
You must be signed in to change notification settings - Fork 105
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] shopinvader: Migration to 13.0 #503
[13.0] shopinvader: Migration to 13.0 #503
Conversation
Codecov Report
@@ Coverage Diff @@
## 13.0 #503 +/- ##
==========================================
+ Coverage 82.45% 88.42% +5.96%
==========================================
Files 2 41 +39
Lines 114 1952 +1838
==========================================
+ Hits 94 1726 +1632
- Misses 20 226 +206
Continue to review full report at Codecov.
|
abfdef3
to
88baabf
Compare
41f0647
to
b8fec48
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review
It seems that tests are failing due to odoo/odoo#41791 Don't know why yet. |
Since odoo/odoo@af50c69 it's dangerous to write company_id on user as it will be kept in cache. To simulate company change in tests, better to add 'allowed_company_ids' in context
I've put missing technical features in ROADMAP |
/ocabot merge |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 843ba72. Thanks a lot for contributing to shopinvader. ❤️ |
Nice to have:
product.category
the name is no more translatable in V13. This functionality has been restored into shopinvader. This should be moved into a dedicated addon