Conversation
corrected typos.
and module listing page.
github. Added Odoo license in needed files.
Remove unneeded, failing, step, move tours to demo data and lint the file.
They should be date Python objects
…tains non ascii characters we are getting a lot of ugly searches that create some kind of deny of service. We should improve that later but this give an easy solution for the time being.
3ac4eb1 to
f2790fd
Compare
0cd5717 to
0cfa6df
Compare
2f85458 to
db98835
Compare
57d52f1 to
6b071b7
Compare
|
@Kiplangatdan @thomaspaulb please note for this PR the error related to detect unreleased dependencies is due to dependencies that are not coming from a released wheel (wheelhouse/PyPI style) and instead are coming from git URLs / paths set on test-requirements and pyprojecttoml file. The culprits are:
So the fix is: keep requirements*.txt “release-only” (normal pip requirements with no URLs). We can fix this officially once we are done with the needed modifications just in case these modules are needed for the mig db testing. The tests are ok, it would have lead to "all green" if it wasn't for the test to detect unreleased dependencies. |
|
@KKamaa Right yes, the "Detect unreleased dependencies" test is not a blocking test, it's just meant (I think) as a reminder to maintainers that there are PR's that need review and merge |
No description provided.