Browse Source

Fix version number

follow release based version numbering.
pull/10/head
Mohamed M. Hagag 9 years ago
committed by GitHub
parent
commit
56291c6c65
  1. 2
      export_stockinfo_xls/__manifest__.py

2
export_stockinfo_xls/__manifest__.py

@ -1,6 +1,6 @@
{
'name': 'Export Product Stock in Excel',
'version': '0.2',
'version': '10.0.2.0',
'category': 'Inventory',
'license': "AGPL-3",
'summary': "Current Stock Report for all Products in each Warehouse",

Loading…
Cancel
Save