diff --git a/export_stockinfo_xls/__openerp__.py b/export_stockinfo_xls/__openerp__.py index 1fba75bc4..3c105b105 100644 --- a/export_stockinfo_xls/__openerp__.py +++ b/export_stockinfo_xls/__openerp__.py @@ -17,6 +17,7 @@ 'data': [ 'views/wizard_view.xml', ], + 'images': ['static/description/banner.jpg'], 'installable': True, 'auto_install': False, } diff --git a/export_stockinfo_xls/__openerp__.py~ b/export_stockinfo_xls/__openerp__.py~ index e8e80d3df..1fba75bc4 100644 --- a/export_stockinfo_xls/__openerp__.py~ +++ b/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', diff --git a/library_management/__openerp__.py b/library_management/__openerp__.py index 4bf2d23da..97642e1d1 100644 --- a/library_management/__openerp__.py +++ b/library_management/__openerp__.py @@ -26,6 +26,7 @@ Module to manage library. ], 'images': [], 'demo': [], + 'images': ['static/description/banner.jpg'], 'installable' : True, 'application': True, } diff --git a/library_management/__openerp__.py~ b/library_management/__openerp__.py~ new file mode 100644 index 000000000..4bf2d23da --- /dev/null +++ b/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, +} diff --git a/sale_discount_total/__openerp__.py b/sale_discount_total/__openerp__.py index a5a9f0082..18d7f25c6 100644 --- a/sale_discount_total/__openerp__.py +++ b/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, } diff --git a/taxless_accounting/__openerp__.py b/taxless_accounting/__openerp__.py index e1490217a..98ab9b63d 100644 --- a/taxless_accounting/__openerp__.py +++ b/taxless_accounting/__openerp__.py @@ -21,6 +21,7 @@ ], 'demo': [ ], + 'images': ['static/description/banner.jpg'], 'installable': True, 'auto_install': False, } diff --git a/taxless_accounting/__openerp__.py~ b/taxless_accounting/__openerp__.py~ new file mode 100644 index 000000000..e1490217a --- /dev/null +++ b/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, +}