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 19, 2022
1 parent 19fce89 commit e781992
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 40 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
exclude: |
(?x)
# NOT INSTALLABLE ADDONS
^base_delivery_carrier_label/|
^delivery_carrier_pricelist/|
^delivery_multi_destination/|
^delivery_package_fee/|
^delivery_postlogistics/|
# 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",
}
2 changes: 1 addition & 1 deletion delivery_carrier_pricelist/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"category": "Delivery",
"website": "https://github.com/OCA/delivery-carrier",
"author": "Camptocamp, Odoo Community Association (OCA)",
"installable": True,
"installable": False,
"license": "AGPL-3",
"depends": ["delivery"],
"data": ["security/ir.model.access.csv"],
Expand Down
2 changes: 1 addition & 1 deletion delivery_multi_destination/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"website": "https://github.com/OCA/delivery-carrier",
"author": "Tecnativa, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"installable": False,
"depends": ["delivery"],
"demo": ["demo/delivery_carrier_demo.xml"],
"data": ["views/delivery_carrier_view.xml"],
Expand Down
2 changes: 1 addition & 1 deletion delivery_package_fee/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"category": "Delivery",
"website": "https://github.com/OCA/delivery-carrier",
"author": "Camptocamp, Odoo Community Association (OCA)",
"installable": True,
"installable": False,
"license": "AGPL-3",
"depends": ["delivery"],
"data": ["views/delivery_carrier_views.xml", "security/ir.model.access.csv"],
Expand Down
2 changes: 1 addition & 1 deletion delivery_postlogistics/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"views/res_partner_view.xml",
"views/stock.xml",
],
"installable": True,
"installable": False,
"auto_install": False,
"application": True,
}

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

5 changes: 5 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
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
odoo14-addon-delivery_carrier_pricelist @git+https://github.com/OCA/delivery-carrier@refs/pull/455/head#subdirectory=setup/delivery_carrier_pricelist
odoo14-addon-delivery_package_fee @git+https://github.com/OCA/delivery-carrier@refs/pull/455/head#subdirectory=setup/delivery_package_fee
odoo14-addon-delivery_postlogistics @git+https://github.com/OCA/delivery-carrier@refs/pull/455/head#subdirectory=setup/delivery_postlogistics
odoo14-addon-delivery_multi_destination @git+https://github.com/OCA/delivery-carrier@refs/pull/455/head#subdirectory=setup/delivery_multi_destination

0 comments on commit e781992

Please sign in to comment.