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.
27 lines
577 B
27 lines
577 B
{
|
|
'name': 'Taxless Sale & Purchase',
|
|
'version': '1.0',
|
|
'category': 'Sale 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': [
|
|
'views/purchase_view.xml'
|
|
|
|
],
|
|
'demo': [
|
|
],
|
|
'license': 'AGPL-3',
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|
|
|