diff --git a/.copier-answers.yml b/.copier-answers.yml index c9ebfe4..7e620d4 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Do NOT update manually; changes here will be overwritten by Copier -_commit: ea28867 +_commit: b8281af _src_path: /opt/odoo-projects/var/addons-repo-template/ ci: GitHub convert_readme_fragments_to_markdown: false @@ -18,8 +18,8 @@ org_slug: it-projects-llc rebel_module_groups: [] repo_description: '' repo_name: POS Addons -repo_slug: pos-addons2 -repo_website: https://github.com/it-projects-llc/pos-addons2 +repo_slug: pos-addons +repo_website: https://github.com/it-projects-llc/pos-addons use_pyproject_toml: false use_ruff: false diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa9de81..6e8c639 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,8 @@ exclude: | readme/.*\.(rst|md)$| # Ignore build and dist directories in addons /build/|/dist/| + # Ignore test files in addons + /tests/samples/*| # You don't usually want a bot to modify your legal texts (LICENSE.*|COPYING.*) default_language_version: @@ -37,18 +39,18 @@ repos: language: fail files: '[a-zA-Z0-9_]*/i18n/en\.po$' - repo: https://github.com/oca/maintainer-tools - rev: f71041f22b8cd68cf7c77b73a14ca8d8cd190a60 + rev: 9a170331575a265c092ee6b24b845ec508e8ef75 hooks: # update the NOT INSTALLABLE ADDONS section above - id: oca-update-pre-commit-excluded-addons - id: oca-fix-manifest-website - args: ["https://github.com/it-projects-llc/pos-addons2"] + args: ["https://github.com/it-projects-llc/pos-addons"] - id: oca-gen-addon-readme args: - --addons-dir=. - --branch=15.0 - --org-name=it-projects-llc - - --repo-name=pos-addons2 + - --repo-name=pos-addons - --if-source-changed - --keep-source-digest - --convert-fragments-to-markdown diff --git a/README.md b/README.md index 91c982f..fc6ad34 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![Pre-commit Status](https://github.com/it-projects-llc/pos-addons2/actions/workflows/pre-commit.yml/badge.svg?branch=15.0)](https://github.com/it-projects-llc/pos-addons2/actions/workflows/pre-commit.yml?query=branch%3A15.0) -[![Build Status](https://github.com/it-projects-llc/pos-addons2/actions/workflows/test.yml/badge.svg?branch=15.0)](https://github.com/it-projects-llc/pos-addons2/actions/workflows/test.yml?query=branch%3A15.0) -[![codecov](https://codecov.io/gh/it-projects-llc/pos-addons2/branch/15.0/graph/badge.svg)](https://codecov.io/gh/it-projects-llc/pos-addons2) +[![Pre-commit Status](https://github.com/it-projects-llc/pos-addons/actions/workflows/pre-commit.yml/badge.svg?branch=15.0)](https://github.com/it-projects-llc/pos-addons/actions/workflows/pre-commit.yml?query=branch%3A15.0) +[![Build Status](https://github.com/it-projects-llc/pos-addons/actions/workflows/test.yml/badge.svg?branch=15.0)](https://github.com/it-projects-llc/pos-addons/actions/workflows/test.yml?query=branch%3A15.0) +[![codecov](https://codecov.io/gh/it-projects-llc/pos-addons/branch/15.0/graph/badge.svg)](https://codecov.io/gh/it-projects-llc/pos-addons)