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 26, 2023
1 parent 4309d8c commit bdd1fd8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion l10n_ar_account_withholding/__manifest__.py
Expand Up @@ -48,7 +48,7 @@
'external_dependencies': {
'python': ['pyafipws'],
},
'installable': True,
'installable': False,
'name': 'Automatic Argentinian Withholdings on Payments',
'version': "16.0.1.2.0",
}
2 changes: 1 addition & 1 deletion l10n_ar_bank/__manifest__.py
Expand Up @@ -12,7 +12,7 @@
'data': [
'data/res_bank.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
'application': False,
}
2 changes: 1 addition & 1 deletion l10n_ar_loyalty/__manifest__.py
Expand Up @@ -11,7 +11,7 @@
],
'demo': [
],
'installable': True,
'installable': False,
'auto_install': True,
'assets': {
},
Expand Down
2 changes: 1 addition & 1 deletion l10n_ar_purchase/__manifest__.py
Expand Up @@ -18,7 +18,7 @@
],
'demo': [
],
'installable': True,
'installable': False,
'auto_install': False,
'application': False,
}
2 changes: 1 addition & 1 deletion l10n_ar_purchase_stock/__manifest__.py
Expand Up @@ -18,7 +18,7 @@
],
'demo': [
],
'installable': True,
'installable': False,
'auto_install': True,
'application': False,
}
2 changes: 1 addition & 1 deletion l10n_ar_ux/__manifest__.py
Expand Up @@ -42,7 +42,7 @@
],
'demo': [
],
'installable': True,
'installable': False,
'auto_install': True,
'application': False,
'post_init_hook': 'post_init_hook',
Expand Down

0 comments on commit bdd1fd8

Please sign in to comment.