4 changed files with 54 additions and 0 deletions
@ -0,0 +1,26 @@ |
|||
{ |
|||
'name': 'Taxless Accounting', |
|||
'version': '1.0', |
|||
'category': 'Accounting', |
|||
'sequence': 6, |
|||
'summary': 'Lets hide Tax from Accounting', |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': 'http://www.cybrosys.com', |
|||
'description': """ |
|||
|
|||
|
|||
======================= |
|||
|
|||
|
|||
""", |
|||
'depends': ['account','base','account_voucher'], |
|||
'data': [ |
|||
'views/account_view.xml', |
|||
|
|||
], |
|||
'demo': [ |
|||
], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
} |
@ -0,0 +1,26 @@ |
|||
{ |
|||
'name': 'Taxless Sale & Purchase', |
|||
'version': '1.0', |
|||
'category': 'Purchase', |
|||
'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': [ |
|||
'views/purchase_view.xml' |
|||
|
|||
], |
|||
'demo': [ |
|||
], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
} |
Loading…
Reference in new issue