You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
598 B
28 lines
598 B
{
|
|
'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': [
|
|
],
|
|
'images': ['static/description/banner.jpg'],
|
|
'license': 'AGPL-3',
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|
|
|