Skip to content

Commit

Permalink
remove: unmaintained modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Nov 10, 2023
1 parent 25c7d71 commit 65f5cd7
Show file tree
Hide file tree
Showing 30 changed files with 13 additions and 1,018 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ github_enable_makepot: false
github_enable_stale_action: true
github_enforce_dev_status_compatibility: false
include_wkhtmltopdf: false
odoo_version: 16.0
odoo_version: 17.0
org_name: Camptocamp
org_slug: camptocamp
rebel_module_groups:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: pre-commit
on:
pull_request:
branches:
- "16.0*"
- "17.0*"
push:
branches:
- "16.0"
- "16.0-ocabot-*"
- "17.0"
- "17.0-ocabot-*"

jobs:
pre-commit:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: tests
on:
pull_request:
branches:
- "16.0*"
- "17.0*"
push:
branches:
- "16.0"
- "16.0-ocabot-*"
- "17.0"
- "17.0-ocabot-*"

jobs:
unreleased-deps:
Expand Down Expand Up @@ -35,18 +35,18 @@ jobs:
fail-fast: false
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
- container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest
include: "attachment_azure,cloud_platform_azure"
makepot: "false"
name: test azure with Odoo
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
- container: ghcr.io/oca/oca-ci/py3.10-ocb17.0:latest
include: "attachment_azure,cloud_platform_azure"
name: test azure with OCA
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
- container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest
exclude: "attachment_s3,cloud_platform_exoscale,attachment_swift,cloud_platform_ovh,attachment_azure,cloud_platform_azure"
makepot: "false"
name: test others with Odoo
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
- container: ghcr.io/oca/oca-ci/py3.10-ocb17.0:latest
exclude: "attachment_s3,cloud_platform_exoscale,attachment_swift,cloud_platform_ovh,attachment_azure,cloud_platform_azure"
name: test others with OCB
services:
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ manifest_required_authors=Camptocamp
manifest_required_keys=license
manifest_deprecated_keys=description,active
license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
valid_odoo_versions=16.0
valid_odoo_versions=17.0

[MESSAGES CONTROL]
disable=all
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc-mandatory
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ manifest_required_authors=Camptocamp
manifest_required_keys=license
manifest_deprecated_keys=description,active
license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
valid_odoo_versions=16.0
valid_odoo_versions=17.0

[MESSAGES CONTROL]
disable=all
Expand Down
58 changes: 0 additions & 58 deletions attachment_s3/README.rst

This file was deleted.

1 change: 0 additions & 1 deletion attachment_s3/__init__.py

This file was deleted.

19 changes: 0 additions & 19 deletions attachment_s3/__manifest__.py

This file was deleted.

1 change: 0 additions & 1 deletion attachment_s3/models/__init__.py

This file was deleted.

177 changes: 0 additions & 177 deletions attachment_s3/models/ir_attachment.py

This file was deleted.

21 changes: 0 additions & 21 deletions attachment_s3/s3uri.py

This file was deleted.

Loading

0 comments on commit 65f5cd7

Please sign in to comment.