Skip to content

Commit

Permalink
[UPD] Initialize version 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adhoc-cicd-bot committed Oct 25, 2023
1 parent 9fe968b commit 05dfa77
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion account_cashbox/__manifest__.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
# 'views/templates.xml',
'wizards/account_cashbox_payment_import.xml',
],
"installable": True,
'installable': False,
"application": False,
}
2 changes: 1 addition & 1 deletion account_payment_group/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "ADHOC SA, AITIC S.A.S",
"license": "AGPL-3",
"application": False,
'installable': True,
'installable': False,
"external_dependencies": {
"python": [],
"bin": [],
Expand Down
2 changes: 1 addition & 1 deletion account_payment_group_financial_surcharge/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
],
'images': [
],
'installable': True,
'installable': False,
'auto_install': False,
}
2 changes: 1 addition & 1 deletion account_payment_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "ADHOC SA",
"license": "AGPL-3",
"application": False,
'installable': True,
'installable': False,
'auto_install': True,
"external_dependencies": {
"python": [],
Expand Down
2 changes: 1 addition & 1 deletion account_withholding/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'depends': [
'account',
],
'installable': True,
'installable': False,
'name': 'Withholdings on Payments',
'test': [],
'version': "16.0.3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion account_withholding_automatic/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'account_payment_group',
'account_withholding',
],
'installable': True,
'installable': False,
'name': 'Automatic Withholdings on Payments',
'test': [],
'version': "16.0.1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion card_installment/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'license': 'LGPL-3',
'images': [
],
'installable': True,
'installable': False,
'data': [
'security/ir.model.access.csv',
'security/ir_rule.xml',
Expand Down

0 comments on commit 05dfa77

Please sign in to comment.