Skip to content

Commit 646bbcf

Browse files
committed
Update template, remove excluded groups
1 parent b71f961 commit 646bbcf

File tree

6 files changed

+9
-114
lines changed

6 files changed

+9
-114
lines changed

.copier-answers.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.29
2+
_commit: v1.34
33
_src_path: gh:oca/oca-addons-repo-template
44
ci: GitHub
55
convert_readme_fragments_to_markdown: false
@@ -16,9 +16,7 @@ odoo_test_flavor: Both
1616
odoo_version: 16.0
1717
org_name: Odoo Community Association (OCA)
1818
org_slug: OCA
19-
rebel_module_groups:
20-
- account_invoice_triple_discount,account_invoice_supplierinfo_update_triple_discount
21-
- account_invoice_fixed_discount
19+
rebel_module_groups: []
2220
repo_description: 'TODO: add repo description.'
2321
repo_name: account-invoicing
2422
repo_slug: account-invoicing

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test-requirements.txt merge=union

.github/workflows/test.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,38 +36,19 @@ jobs:
3636
matrix:
3737
include:
3838
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
39-
include: "account_invoice_triple_discount,account_invoice_supplierinfo_update_triple_discount"
4039
name: test with Odoo
4140
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
42-
include: "account_invoice_triple_discount,account_invoice_supplierinfo_update_triple_discount"
43-
name: test with OCB
44-
makepot: "true"
45-
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
46-
include: "account_invoice_fixed_discount"
47-
name: test with Odoo
48-
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
49-
include: "account_invoice_fixed_discount"
50-
name: test with OCB
51-
makepot: "true"
52-
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
53-
exclude: "account_invoice_triple_discount,account_invoice_supplierinfo_update_triple_discount,account_invoice_fixed_discount"
54-
name: test with Odoo
55-
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
56-
exclude: "account_invoice_triple_discount,account_invoice_supplierinfo_update_triple_discount,account_invoice_fixed_discount"
5741
name: test with OCB
5842
makepot: "true"
5943
services:
6044
postgres:
61-
image: postgres:12.0
45+
image: postgres:12
6246
env:
6347
POSTGRES_USER: odoo
6448
POSTGRES_PASSWORD: odoo
6549
POSTGRES_DB: odoo
6650
ports:
6751
- 5432:5432
68-
env:
69-
INCLUDE: "${{ matrix.include }}"
70-
EXCLUDE: "${{ matrix.exclude }}"
7152
steps:
7253
- uses: actions/checkout@v4
7354
with:

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
language: fail
4040
files: '[a-zA-Z0-9_]*/i18n/en\.po$'
4141
- repo: https://github.com/oca/maintainer-tools
42-
rev: d5fab7ee87fceee858a3d01048c78a548974d935
42+
rev: f9b919b9868143135a9c9cb03021089cabba8223
4343
hooks:
4444
# update the NOT INSTALLABLE ADDONS section above
4545
- id: oca-update-pre-commit-excluded-addons
@@ -104,6 +104,7 @@ repos:
104104
additional_dependencies:
105105
- "eslint@8.24.0"
106106
- "eslint-plugin-jsdoc@"
107+
- "globals@"
107108
- repo: https://github.com/pre-commit/pre-commit-hooks
108109
rev: v4.3.0
109110
hooks:

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ enable=anomalous-backslash-in-string,
114114
old-api7-method-defined,
115115
redefined-builtin,
116116
too-complex,
117-
unnecessary-utf8-coding-comment
117+
unnecessary-utf8-coding-comment,
118+
manifest-external-assets
118119

119120

120121
[REPORTS]

0 commit comments

Comments
 (0)