-
We have been using ShopInvader in production for over a month and we have noticed that we are consistently getting long wait times when switching between different shipping methods in the checkout pro…
-
When a new child category is created, that child category's sync state is set to "To update", but the parent category is not. The parent category's elastic document contains references to all of its …
-
```
odoo -d test_invader_data -i shopinvader --stop-after-init
odoo -d test_invader_data -u shopinvader --stop-after-init --test-enable
```
All good, tests pass, BUT see what happens at the end …
-
The current implementation relies on the flag `shopinvader_enabled` to state if a profile or an address is usable by the shop or not. It would be nice to have more states (eg: active/inactive/pending)…
-
shopinvader_image/demo/product_product_image_relation_demo.xml:1: [W7930(file-not-used), ] not used from manifest
shopinvader_image/demo/storage_file_demo.xml:1: [W7930(file-not-used), ] not used f…
-
We would like to be able to offer product bundles on our store. Ideally it would look something like this:
- The bundle would appear on the store as a single product
- The bundle has its own disc…
-
# Fixes to forwardport/backport from 13.0
* [ ] https://github.com/shopinvader/odoo-shopinvader/pull/708 - By @rousseldenis - https://github.com/shopinvader/odoo-shopinvader/pull/791
* [ ] #528 - …
-
odoo 12 Install the ShopInvader Product Stock prompt:
AttributeError: module 'odoo.addons.shopinvader_product_stock' has no attribute 'pre_init_hook'
-
Just to share the growing ecosystem of a python cms, wagtail built upon django
https://wagtail.io
https://wagtail.io/features
https://github.com/springload/awesome-wagtail#readme
including e…
-
The partner in the context should always be the binding (shopinvader.partner) and not the real partner (res.partner).
A partner in the context of shopinvader, must always have a binding otherwise is …