Skip to content

Commit 61ecc2c

Browse files
committed
Soft removed third-party modules
1 parent 487e3ca commit 61ecc2c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
exclude: |
33
(?x)
44
# NOT INSTALLABLE ADDONS
5+
^membership_mollie_subscription/|
56
^website_cache_control/|
67
# END NOT INSTALLABLE ADDONS
78
# Files and folders generated by bots, to avoid loops

membership_mollie_subscription/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"data": [
1616
"views/membership_product_view.xml",
1717
],
18-
"auto_install": True,
18+
"installable": False,
1919
}

0 commit comments

Comments
 (0)