diff --git a/.copier-answers.yml b/.copier-answers.yml index c51e25435..dd6f31056 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: v1.6.1 +_commit: v1.7.0 _src_path: gh:oca/oca-addons-repo-template ci: GitHub dependency_installation_mode: PIP @@ -8,11 +8,12 @@ include_wkhtmltopdf: false odoo_version: 14.0 org_name: Odoo Community Association (OCA) org_slug: OCA -rebel_module_groups: [] +rebel_module_groups: +- account_move_name_sequence +- account_sequence_option repo_description: 'TODO: add repo description.' repo_name: Account financial Tools for Odoo repo_slug: account-financial-tools repo_website: https://github.com/OCA/account-financial-tools travis_apt_packages: [] travis_apt_sources: [] - diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c4fe5171..540c58ed3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,9 +36,25 @@ jobs: matrix: include: - container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest + include: "account_move_name_sequence" makepot: "true" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest + include: "account_move_name_sequence" + name: test with OCB + - container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest + include: "account_sequence_option" + makepot: "true" + name: test with Odoo + - container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest + include: "account_sequence_option" + name: test with OCB + - container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest + exclude: "account_move_name_sequence,account_sequence_option" + makepot: "true" + name: test with Odoo + - container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest + exclude: "account_move_name_sequence,account_sequence_option" name: test with OCB services: postgres: @@ -49,6 +65,9 @@ jobs: POSTGRES_DB: odoo ports: - 5432:5432 + env: + INCLUDE: "${{ matrix.include }}" + EXCLUDE: "${{ matrix.exclude }}" steps: - uses: actions/checkout@v2 with: diff --git a/.pylintrc b/.pylintrc index e33958833..d1f72970b 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,3 +1,5 @@ + + [MASTER] load-plugins=pylint_odoo score=n diff --git a/.pylintrc-mandatory b/.pylintrc-mandatory index 08bca3cef..3bf8ceefb 100644 --- a/.pylintrc-mandatory +++ b/.pylintrc-mandatory @@ -1,3 +1,4 @@ + [MASTER] load-plugins=pylint_odoo score=n