Skip to content

October 2025 update#1

Open
hhgabelgaard wants to merge 33 commits intosteingabelgaard:masterfrom
OCA:master
Open

October 2025 update#1
hhgabelgaard wants to merge 33 commits intosteingabelgaard:masterfrom
OCA:master

Conversation

@hhgabelgaard
Copy link
Copy Markdown

No description provided.

em230418 and others added 30 commits April 4, 2025 11:24
Recent commit fixes error, that raises when creating addons directory from template

OCA/maintainer-tools@b89f767
[FIX] Use latest maintainer-tools for 18.0
This file should be in the src directory, so it's applied to the addons
repositories.
Bumps [copier](https://github.com/copier-org/copier) from 9.3.1 to 9.9.1.
- [Release notes](https://github.com/copier-org/copier/releases)
- [Changelog](https://github.com/copier-org/copier/blob/master/CHANGELOG.md)
- [Commits](copier-org/copier@v9.3.1...v9.9.1)

---
updated-dependencies:
- dependency-name: copier
  dependency-version: 9.9.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
[19.0] upgrade  pre-commit hooks to latest version available
Add support for Odoo 19.0 into gh action
…d-check-rus-bad

[IMP] Do not include deprecated checks in v19 which are for older versions.
Add the OCA banner to the repo readme
* use ubuntu 22.04 for all github actions instead of using ubuntu 20.04
  for versions < 14, as ubuntu 20.04 has been retired by github.
* use python 3.7 (instead of 3.6) for pre-commit, as this is the minimal
  available version on github's ubuntu 22.04 environment.
This allows the pipeline to reuse cached packages
instead of installing them from scratch every time, reducing build times
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.6 to 20.36.1.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.26.6...20.36.1)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 20.36.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
In the account module, the form view for account.move uses the res_partner_many2one widget:
https://github.com/odoo/odoo/blob/c0a7b51c9e14d29cefa96c29dd716b7aec698818/addons/account/views/account_move_views.xml#L976

In standard Odoo, the partner_autocomplete module is marked as auto_install, so the widget is always available.
However, in OCB this module is not auto-installed (disabled in OCA/OCB#1310
).

As a result, when tests render the account.move form view without partner_autocomplete installed, a warning is logged about the missing widget, causing test failures.

This change ignores the warning when the res_partner_many2one widget is not available.
…es_partner_many2one

[IMP] checklog-odoo: Ignore warning when res_partner_many2one widget is missing
Only add OCA README banner for OCA repos
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.