Open
Conversation
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.
[FIX] .gitattributes location
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.
update Readme and add missing v19.0
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
[IMP] bump setuptools-odoo version in all branches
Fix pre-commit job pip cache config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.