Skip to content

Commit 50157ad

Browse files
committed
[MIG] bacula2_*: на время отмечаем модули как неустанавливаемые
При миграции отметку уберем
1 parent 52fd116 commit 50157ad

File tree

7 files changed

+12
-0
lines changed

7 files changed

+12
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
exclude: |
22
(?x)
33
# NOT INSTALLABLE ADDONS
4+
^bacula2_contacts/|
5+
^bacula2_crm/|
6+
^bacula2_hr_contract/|
7+
^bacula2_hr_holidays/|
8+
^bacula2_reports/|
9+
^bacula2_sale/|
410
# END NOT INSTALLABLE ADDONS
511
# Files and folders generated by bots, to avoid loops
612
^setup/|/static/description/index\.html$|

bacula2_contacts/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
"views/res_partner_views.xml",
1313
],
1414
"demo": [],
15+
"installable": False,
1516
}

bacula2_crm/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
"views/digest_views.xml",
1414
],
1515
"demo": [],
16+
"installable": False,
1617
}

bacula2_hr_contract/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
],
1414
"pre_init_hook": "pre_init_hook",
1515
"demo": [],
16+
"installable": False,
1617
}

bacula2_hr_holidays/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
"views/resource_views.xml",
1313
],
1414
"demo": [],
15+
"installable": False,
1516
}

bacula2_reports/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
"wizard/sale_report2_views.xml",
1616
],
1717
"demo": [],
18+
"installable": False,
1819
}

bacula2_sale/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
"wizard/sale_subscription_pricelist_change_views.xml",
1414
],
1515
"demo": [],
16+
"installable": False,
1617
}

0 commit comments

Comments
 (0)