oca-ci
oca-ci copied to clipboard
Container image to run OCA CI tests
This is a much simpler and robust installation method. ~The drawback is that it is a little bit slow when using build isolation on large repos, because pip does not...
## Module The issue first occurred in https://github.com/coopiteasy/cie-custom/pull/109, which contains custom modules. ## Describe the bug Given: - Module `spp_pos_mustard` in depends on `pos_shift_partner_can_shop`. - Module `pos_shift_partner_can_shop` exists in our...
Around https://github.com/OCA/l10n-spain/actions/runs/7707368084/job/21004431015?pr=3389#step:4:347 you can see these logs: ``` + cat test-requirements.txt [...] cryptography [...] Requirement already satisfied: cryptography in /opt/odoo-venv/lib/python3.10/site-packages (from -r test-requirements.txt (line 3)) (3.4.8) [...] Collecting cryptography (from...
**Is your feature request related to a problem?** Yes: some code might fail in Windows so it would be nice to test in Windows too. **Describe the solution you'd like**...
**Is your feature request related to a problem?** I've develop a werkzeurg middle-ware to redirect http to https in the following PR https://github.com/OCA/server-tools/pull/2558/ Before running test (therefor lauching odoo server)...
**Is your feature request related to a problem?** Yes, some modules require `pip` packages that require `deb` packages in order to be installed. An example is in https://github.com/OCA/server-tools/blob/10.0/base_external_dbsource_odbc: it depends...
Minimum version should be `3.5`: > Odoo requires Python 3.5 or later to run (ref. https://www.odoo.com/documentation/12.0/administration/install.html#python) I have tried to remove the `setuptools` constraint too, it might be no more...
``` │ Traceback (most recent call last): │ │ File "/opt/odoo-venv/bin/odoo", line 7, in │ │ exec(compile(f.read(), __file__, 'exec')) │ │ File "/opt/odoo/setup/odoo", line 5, in │ │ import odoo...