Skip to content

Conversation

@Hussam-Suleiman
Copy link

No description provided.

petrus-v and others added 10 commits January 8, 2026 17:14
Add contribute tools in order to develop and release
docker images for https://odoo-community.org using
Acsonne toolsets likes hatch-odoo, odoo-bedrock...

This helps to quickly create a locale environement close
to what is installed on our production instance.

Use following unreleased code:

* odoo14-addon-membership-delegated-partner-line from OCA/vertical-association/pull/151
* odoo from OCA/OCB/pull/1299

Co-authored-by: Stéphane Bidoul <[email protected]>
Co-authored-by: Holger Brunn <[email protected]>
It's necessary to run, e.g. github_connector migrations
the refactor avoid useless SQL requests
@Hussam-Suleiman
Copy link
Author

Hussam-Suleiman commented Jan 8, 2026

@thomaspaulb I created this new merge pull request and I closed #3

@thomaspaulb thomaspaulb changed the title 18.0 add pyproject toml [18.0][ADD] pyproject.toml Jan 10, 2026
@thomaspaulb
Copy link

@petrus-v Trying to make the 18.0 project, but I'm a bit confused about the error here:

ERROR: Could not find a version that satisfies the requirement odoo-addon-account_statement_import_online_wise==18.0.* (from versions: none)

I'm specifying inside the pyproject.toml where that one should be found, and my local uv sync works on the project, but test-requirements.txt seems to try to get it from PyPI, where it currently isn't because it's not merged yet. Do you know how I can tell it to look for the module elsewhere?

I can debug more, but maybe you have worked with this before in 18.0

@petrus-v
Copy link

at one sho

@petrus-v Trying to make the 18.0 project, but I'm a bit confused about the error here:

ERROR: Could not find a version that satisfies the requirement odoo-addon-account_statement_import_online_wise==18.0.* (from versions: none)

I'm specifying inside the pyproject.toml where that one should be found, and my local uv sync works on the project, but test-requirements.txt seems to try to get it from PyPI, where it currently isn't because it's not merged yet. Do you know how I can tell it to look for the module elsewhere?

I can debug more, but maybe you have worked with this before in 18.0

As far I can see I don't see any test-requirements.txt in this branch you should probably you need to add it ! Syntax differ from the pyproject.toml https://github.com/OCA/oca-custom/blob/14.0/test-requirements.txt#L3C1-L3C169

This is a bit duplication but as far you are not using the OCA github actions workflow (I'haven't control that) that part of the CI do not rely on the pyproject so needs to be explicit using the pip format.

@thomaspaulb
Copy link

Moved to OCA#79

@thomaspaulb
Copy link

@petrus-v Thanks! Will try to fix it that way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants