Skip to content

Commit

Permalink
[TMP] test dependency: will be removed when it's merged
Browse files Browse the repository at this point in the history
  • Loading branch information
sonhd committed Jan 17, 2022
1 parent 19fce89 commit f560626
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
exclude: |
(?x)
# NOT INSTALLABLE ADDONS
^base_delivery_carrier_label/|
# END NOT INSTALLABLE ADDONS
# Files and folders generated by bots, to avoid loops
^setup/|/static/description/index\.html$|
Expand Down
2 changes: 1 addition & 1 deletion base_delivery_carrier_label/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"security/carrier_security.xml",
"wizard/manifest_wizard_view.xml",
],
"installable": True,
"installable": False,
"auto_install": False,
"license": "AGPL-3",
}

This file was deleted.

6 changes: 0 additions & 6 deletions setup/base_delivery_carrier_label/setup.py

This file was deleted.

1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
odoo-test-helper >= 1.1.0
vcrpy
vcrpy-unittest
odoo14-addon-base_delivery_carrier_label @git+https://github.com/OCA/delivery-carrier@refs/pull/455/head#subdirectory=setup/base_delivery_carrier_label

0 comments on commit f560626

Please sign in to comment.