oca-addons-repo-template icon indicating copy to clipboard operation
oca-addons-repo-template copied to clipboard

OCA Repository Template

Results 24 oca-addons-repo-template issues
Sort by recently updated
recently updated
newest added

## Describe the bug .html files no longer have to have the xml declaration at the beginning of the file, it gives a warning. ## To Reproduce **Affected versions**: V17

bug

prettier's xml pluggin now supports a much better XML autoformatting mode. See https://github.com/prettier/plugin-xml/issues/138#issuecomment-724547415. Below are my findings on how to make it work. You need a `.prettierrc.cjs` instead of `.prettierrc.yml`,...

enhancement
no stale

I don't know if it's possible, but this could be a help for contributors to have PSC's name and links (to odoo-community.org) in repos README.

enhancement
no stale

When there are successive pushes to a given branch or PR, cancel running jobs on the same branch.

enhancement
no stale

Currently, tests pass even if there are WARNING in the Odoo log. Previously we had a notice of that, via runbot, although it never prevented merging. Since runbot will be...

enhancement
no stale

Odoo officially supports ecmaVersion 2022 from v17: https://github.com/odoo/odoo/blame/9a11717c17b860ec2f1b2e228517c0d3945c474a/addons/web/tooling/_eslintrc.json#L9 Possible fixes: - Support it globally - Make an special template for Odoo >= 17 What do you think?

**Is your feature request related to a problem?** Yes, the ESLint configuration file has been refactored into a new format. See [here](https://eslint.org/docs/latest/use/configure/configuration-files). From version 9.3.0, the old format is no...

enhancement

Error when executing pre-commit with python3.12 (odoov16 I don't know if the same thing happens in other versions, I haven't been able to test it yet) ```bash trim trailing whitespace.................................................Passed...

bug

## Describe the bug When pre-commit executes the hook `oca-gen-addon-readme`, the following occurs: ``` Generate addons README files from fragments..............................Failed - hook id: oca-gen-addon-readme - exit code: 1 Traceback (most...

bug

The https://github.com/pre-commit/mirrors-prettier repo has been archived without much explanation. There is some discussion in https://github.com/prettier/prettier/issues/15742 We may need to look for an alternative.