Simone Orsi
Simone Orsi
The following setup (which works fine with v
Decorate services' methods when the component is initialized. This way, the state of the component is the same no matter where you get it from. @lmignon what do you think?...
When running tests locally you might want to simulate tests as on Travis and at the same time to not start from scratch every time because your time IS important...
I have icecast compiled w/ all the required to support URL auth on mounts. I create mounts on the fly using liquidsoap and I configured auth in icecast.xml as follow:...
There's a problem w/ regex lib see https://github.com/scrapinghub/dateparser/issues/1045. https://pypi.org/project/regex/2022.3.15/ is broken. A fix is available but not yet released. Meanwhile we have to downgrade to https://pypi.org/project/regex/2022.3.2/ We can pin https://pypi.org/project/dateparser/1.1.1/...
TODO: - [ ] finish tests - [ ] improve this description Small change to split for shopinvader backend. See separate commit.
Excluding the URL can be useful to: 1. reduce payload size w/o duplicating dat 2. allow using the same storage w/ different CDN If you use this option, take care...
IMO when images are not accessible for any reason we should not break the computation. The rest of the catalog info has higher importance than images -> if this compute...
Replaces #1237 Depends on - [x] https://github.com/shopinvader/odoo-shopinvader/pull/1277 - [x] https://github.com/OCA/server-tools/pull/2324 Moves out of the search engine the capabilities to pre-compute data to expose via API. In the long term, it...
Forcing binding on recompute is kind of a stretch and it makes the dependency required. From my POV as auto-binding already works w/ [a cron ](https://github.com/shopinvader/odoo-shopinvader/blob/14.0/shopinvader_assortment/data/ir_cron.xml) it's unlikely that when...