Browse Source

License detail included

pull/81/head
cybroodoo 10 years ago
parent
commit
c3fab16c2a
  1. 1
      taxless_accounting/__openerp__.py
  2. 26
      taxless_accounting/__openerp__.py~
  3. 1
      taxless_purchase_sale/__openerp__.py
  4. 26
      taxless_purchase_sale/__openerp__.py~

1
taxless_accounting/__openerp__.py

@ -21,6 +21,7 @@
],
'demo': [
],
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
}

26
taxless_accounting/__openerp__.py~

@ -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,
}

1
taxless_purchase_sale/__openerp__.py

@ -21,6 +21,7 @@
],
'demo': [
],
'license': 'AGPL-3',
'installable': True,
'auto_install': False,
}

26
taxless_purchase_sale/__openerp__.py~

@ -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…
Cancel
Save