Browse Source

Changed 'installable' to False

pull/81/head
cybroodoo 9 years ago
parent
commit
f4684e59f2
  1. 2
      library_management/__openerp__.py
  2. 31
      library_management/__openerp__.py~
  3. 2
      sale_discount_total/__openerp__.py
  4. 8
      sale_discount_total/__openerp__.py~
  5. 2
      taxless_accounting/__openerp__.py
  6. 26
      taxless_accounting/__openerp__.py~
  7. 2
      taxless_purchase_sale/__openerp__.py
  8. 26
      taxless_purchase_sale/__openerp__.py~

2
library_management/__openerp__.py

@ -26,6 +26,6 @@ Module to manage library.
],
'images': [],
'demo': [],
'installable' : True,
'installable' : False,
'application': True,
}

31
library_management/__openerp__.py~

@ -0,0 +1,31 @@
{
'name': 'Public Library Management ',
'version': '1.0',
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'category': 'Tools',
'summary': 'book management',
'description': """
Public Library Management
================================
Module to manage library.
Books Information,
Publisher and Author Information,
Book Rack Tracking etc...
""",
'depends' : ['base', 'sale', 'report_intrastat', 'stock', 'mail', 'account', 'account_accountant'],
'data' : [
'view/registration.xml',
'view/library.xml',
'view/user_view.xml',
'res_config_view.xml',
'view/report_invoice.xml',
'report.xml',
'security/ir.model.access.csv',
'demo.xml',
],
'images': [],
'demo': [],
'installable' : True,
'application': True,
}

2
sale_discount_total/__openerp__.py

@ -29,6 +29,6 @@ Module to manage discount for total amount in Sale.
],
'demo': [
],
'installable': True,
'installable': False,
'auto_install': False,
}

8
sale_discount_total/__openerp__.py~

@ -3,7 +3,7 @@
'version': '1.0',
'category': 'sale',
'sequence': 6,
'summary': "extension of default Sale Management module meant to provide discount for total amount",
'summary': "A module meant to provide discount for total amount and Discount limit with approval in sales",
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'website': 'http://www.cybrosys.com',
@ -21,10 +21,10 @@ Module to manage discount for total amount in Sale.
'data': [
'views/sale_view.xml',
'views/account_invoice_view.xml',
'views/invoice_report.xml',
'views/invoice_report.xml',
'views/sale_order_report.xml',
'views/sale_discount_approval_view.xml',
'views/sale_discount_approval_workflow.xml'
'views/sale_discount_approval_view.xml',
'views/sale_discount_approval_workflow.xml'
],
'demo': [

2
taxless_accounting/__openerp__.py

@ -21,6 +21,6 @@
],
'demo': [
],
'installable': True,
'installable': False,
'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': [
'account_view.xml',
],
'demo': [
],
'installable': True,
'auto_install': False,
}

2
taxless_purchase_sale/__openerp__.py

@ -21,6 +21,6 @@
],
'demo': [
],
'installable': True,
'installable': False,
'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': [
'purchase_view.xml'
],
'demo': [
],
'installable': False,
'auto_install': False,
}
Loading…
Cancel
Save