2 changed files with 23 additions and 1 deletions
@ -0,0 +1,22 @@ |
|||
{ |
|||
'name': 'Export Product Stock in Excel', |
|||
'version': '0.2', |
|||
'category': 'Inventory', |
|||
'license': "AGPL-3", |
|||
'summary': "Current Stock Report for all Products in each Warehouse", |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': 'http://www.cybrosys.com', |
|||
'depends': [ |
|||
'base', |
|||
'stock', |
|||
'sale', |
|||
'purchase', |
|||
'report_xlsx' |
|||
], |
|||
'data': [ |
|||
'views/wizard_view.xml', |
|||
], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
} |
Loading…
Reference in new issue