Skip to content

Conversation

@thomaspaulb
Copy link

Includes oca_all and oca_custom migrations

legalsylvain and others added 30 commits November 7, 2025 11:04
…IMP] remove warning when analysing Odoo modules manifest, if docutils raise warning
* [FIX] make the github page always visible

So the github_login field can be set manually.
* account_statement_import_online_wise were missing on staging only

module missing from production 20250617

* l10n_ch_pain_base
* l10n_ch_pain_credit_transfer
* project_task_add_very_high
* web_search_with_and

and bumps all module versions
The module makes session garbage collection deterministic
To use the module, it needs to be added to the
server_wide_modules conf options

Another option should also be added
to set gc for all sessions older than 3 days

;3 days = 60*60*24*3 seconds
session_expiry_delay = 259200
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 <stephane.bidoul@acsone.eu>
Co-authored-by: Holger Brunn <mail@hunki-enterprises.com>
It's necessary to run, e.g. github_connector migrations
@thomaspaulb thomaspaulb force-pushed the 18.0-add-pyproject-toml branch from 5573117 to d4db729 Compare January 15, 2026 15:04
Comment on lines +2 to +3
pdfminer.six
pyopenssl==23.2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of bumping pyopenssl we could also downgrade pdfminer.six

Suggested change
pdfminer.six
pyopenssl==23.2
pdfminer.six==20220319

but that do not change a lot the life from my point of view it's just for test !

@thomaspaulb
Copy link
Author

@Hussam-Suleiman I see you pushed something, but, in the afternoon I was with @petrus-v and we already made it green. Maybe it is not needed to try more things and we can go back to what we had.

@Hussam-Suleiman
Copy link

@thomaspaulb Sorry! I was trying to add requirements.txt to avoid this error:

Run for reqfile in requirements.txt test-requirements.txt ; do
  for reqfile in requirements.txt test-requirements.txt ; do
      if [ -f ${reqfile} ] ; then
          result=0
          # reject non-comment lines that contain a / (i.e. URLs, relative paths)
          grep "^[^#].*/" ${reqfile} || result=$?
          if [ $result -eq 0 ] ; then
              echo "Unreleased dependencies found in ${reqfile}."
              exit 1
          fi
      fi
  done
  shell: /usr/bin/bash -e {0}
odoo-addon-membership-delegated-partner-line @ git+https://github.com/gfcapalbo/vertical-association.git@18.0-MIG-membership_delegated_partner_line#subdirectory=membership_delegated_partner_line
odoo-addon-github_connector_oca @ git+https://github.com/Therp/interface-github@18.0-mig-github_connector_oca#subdirectory=github_connector_oca
odoo-addon-survey_xlsx @ git+https://github.com/ByteMeAsap/survey@18.0-mig-survey_xlsx#subdirectory=survey_xlsx
odoo-addon-account_statement_import_online_wise @ git+https://github.com/Therp/bank-statement-import@18.0-mig-account-statement-import-online-wise#subdirectory=account_statement_import_online_wise
Unreleased dependencies found in test-requirements.txt.
Error: Process completed with exit code 1.

@Hussam-Suleiman Hussam-Suleiman force-pushed the 18.0-add-pyproject-toml branch 2 times, most recently from 7ed6bfd to d4db729 Compare January 15, 2026 22:04
Comment on lines +79 to +81
# On OCA 14.0 series translations commits are realeased
# in pre-release state
prerelease = "allow"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# On OCA 14.0 series translations commits are realeased
# in pre-release state
prerelease = "allow"

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.