Browse Source

[ADD]Banner added

pull/11/merge
cybroodoo 8 years ago
parent
commit
291b9de22f
  1. 1
      export_stockinfo_xls/__openerp__.py
  2. 2
      export_stockinfo_xls/__openerp__.py~
  3. 1
      library_management/__openerp__.py
  4. 31
      library_management/__openerp__.py~
  5. 1
      sale_discount_total/__openerp__.py
  6. 1
      taxless_accounting/__openerp__.py
  7. 26
      taxless_accounting/__openerp__.py~

1
export_stockinfo_xls/__openerp__.py

@ -17,6 +17,7 @@
'data': [
'views/wizard_view.xml',
],
'images': ['static/description/banner.jpg'],
'installable': True,
'auto_install': False,
}

2
export_stockinfo_xls/__openerp__.py~

@ -1,7 +1,7 @@
{
'name': 'Export Product Stock in Excel',
'version': '0.2',
'category': 'Inventory',
'category': 'Warehouse',
'license': "AGPL-3",
'summary': "Current Stock Report for all Products in each Warehouse",
'author': 'Cybrosys Techno Solutions',

1
library_management/__openerp__.py

@ -26,6 +26,7 @@ Module to manage library.
],
'images': [],
'demo': [],
'images': ['static/description/banner.jpg'],
'installable' : True,
'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,
}

1
sale_discount_total/__openerp__.py

@ -27,6 +27,7 @@ Module to manage discount on total amount in Sale.
],
'demo': [
],
'images': ['static/description/banner.jpg'],
'installable': True,
'auto_install': False,
}

1
taxless_accounting/__openerp__.py

@ -21,6 +21,7 @@
],
'demo': [
],
'images': ['static/description/banner.jpg'],
'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': [
'account_view.xml',
],
'demo': [
],
'installable': True,
'auto_install': False,
}
Loading…
Cancel
Save