Skip to content

Commit

Permalink
Soft remove install modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Oct 1, 2024
1 parent 1ad3454 commit ff59f14
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
exclude: |
(?x)
# NOT INSTALLABLE ADDONS
^accountancy_install/|
^base_mail_security/|
^base_partner_security/|
^base_user_limit/|
^community_org_install/|
^container_hr_recruitment/|
^container_install_standard/|
^project_org_install/|
^services_org_install/|
^trade_org_install/|
^university_org_install/|
# END NOT INSTALLABLE ADDONS
# Files and folders generated by bots, to avoid loops
^setup/|/static/description/index\.html$|
Expand Down
1 change: 1 addition & 0 deletions accountancy_install/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@
"payment_mollie_official",
],
"data": [],
"installable": False,
}
1 change: 1 addition & 0 deletions community_org_install/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,5 @@
# 'nextcloud_calendar_instance_per_user',
],
"data": [],
"installable": False,
}
1 change: 1 addition & 0 deletions project_org_install/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@
# 'nextcloud_calendar_instance_per_user',
],
"data": [],
"installable": False,
}
1 change: 1 addition & 0 deletions services_org_install/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,5 @@
# 'nextcloud_odoo_sync',
],
"data": [],
"installable": False,
}
1 change: 1 addition & 0 deletions trade_org_install/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,5 @@
"website_two_steps_share_technical",
],
"data": [],
"installable": False,
}
1 change: 1 addition & 0 deletions university_org_install/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,5 @@
# 3rd-Party
],
"data": [],
"installable": False,
}

0 comments on commit ff59f14

Please sign in to comment.