Skip to content

Commit

Permalink
Initialize branch 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via committed Jan 29, 2024
1 parent 352dd12 commit 6bdf8d8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion account_balance_reset/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
'name': 'Account Balance Reset',
'version': '14.0.1.0.0',
'version': '17.0.1.0.0',
'category': 'Accounting',
'license': 'AGPL-3',
'summary': 'Rest accounting balance at a particular date',
Expand Down
4 changes: 2 additions & 2 deletions account_import_helper/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Account Import Helper",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Partner",
"license": "AGPL-3",
"summary": "Helper methods to import accounting-related data",
Expand Down Expand Up @@ -59,5 +59,5 @@
"security/ir.model.access.csv",
"wizard/account_chart_generate_view.xml",
],
"installable": True,
"installable": False,
}
4 changes: 2 additions & 2 deletions account_ir_property_helper/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Account Ir Property Helper",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Partner",
"license": "AGPL-3",
"summary": "Helper methods to create/update default ir.property for accounting",
Expand All @@ -27,5 +27,5 @@
"security/ir.model.access.csv",
"wizards/account_default_ir_property_view.xml",
],
"installable": True,
"installable": False,
}
4 changes: 2 additions & 2 deletions import_helper_base/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
'name': 'Import Helper Base',
'version': '16.0.1.0.0',
'version': '17.0.1.0.0',
'category': 'Extra Tools',
'license': 'AGPL-3',
'summary': 'Common code for all import helper modules',
Expand All @@ -17,5 +17,5 @@
'security/ir.model.access.csv',
'wizards/import_helper_view.xml',
],
'installable': True,
'installable': False,
}
4 changes: 2 additions & 2 deletions partner_import_helper/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
'name': 'Partner Import Helper',
'version': '16.0.1.0.0',
'version': '17.0.1.0.0',
'category': 'Extra Tools',
'license': 'AGPL-3',
'summary': 'Helper methods to import partners',
Expand All @@ -14,5 +14,5 @@
'import_helper_base',
'phone_validation', # would be nice to avoid depending on it ?
],
'installable': True,
'installable': False,
}
4 changes: 2 additions & 2 deletions product_import_helper/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Product Import Helper",
"summary": "Helper for importing product",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Import",
"website": "https://github.com/akretion/odoo-import-helper",
"author": " Akretion",
Expand All @@ -15,5 +15,5 @@
"import_helper_base",
"account_product_fiscal_classification",
],
"installable": True,
"installable": False,
}

0 comments on commit 6bdf8d8

Please sign in to comment.