5 changed files with 51 additions and 3 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, |
|||
} |
@ -0,0 +1,26 @@ |
|||
{ |
|||
'name': 'Taxless Sale & Purchase', |
|||
'version': '1.0', |
|||
'category': 'Purchase Management', |
|||
'sequence': 7, |
|||
'summary': 'hide Tax from Sales and Purchases', |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': 'http://www.cybrosys.com', |
|||
'description': """ |
|||
|
|||
|
|||
======================= |
|||
|
|||
|
|||
""", |
|||
'depends': ['base', 'sale', 'purchase', 'taxless_accounting'], |
|||
'data': [ |
|||
'purchase_view.xml' |
|||
|
|||
], |
|||
'demo': [ |
|||
], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
} |
Loading…
Reference in new issue