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~ new file mode 100644 index 000000000..1fba75bc4 --- /dev/null +++ b/export_stockinfo_xls/__openerp__.py~ @@ -0,0 +1,22 @@ +{ + 'name': 'Export Product Stock in Excel', + 'version': '0.2', + 'category': 'Warehouse', + 'license': "AGPL-3", + 'summary': "Current Stock Report for all Products in each Warehouse", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'depends': [ + 'base', + 'stock', + 'sale', + 'purchase', + 'report_xlsx' + ], + 'data': [ + 'views/wizard_view.xml', + ], + 'installable': True, + 'auto_install': False, +} diff --git a/sale_discount_total/__openerp__.py b/sale_discount_total/__openerp__.py index 53b2ce905..ccbb8e4b6 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'], 'application': True, 'installable': True, 'auto_install': False, diff --git a/sale_discount_total/__openerp__.py~ b/sale_discount_total/__openerp__.py~ new file mode 100644 index 000000000..53b2ce905 --- /dev/null +++ b/sale_discount_total/__openerp__.py~ @@ -0,0 +1,33 @@ +{ + 'name': 'Sale Discount on Total Amount', + 'version': '1.0', + 'category': 'Sales Management', + 'summary': "Discount on total in Sale and invoice with Discount limit and approval", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + + 'description': """ + +Sale Discount for Total Amount +======================= +Module to manage discount on total amount in Sale. + as an specific amount or percentage +""", + 'depends': ['sale', + 'account' + ], + 'data': [ + 'views/sale_view.xml', + 'views/account_invoice_view.xml', + 'views/invoice_report.xml', + 'views/sale_order_report.xml', + 'views/res_config_view.xml', + + ], + 'demo': [ + ], + 'application': True, + 'installable': True, + 'auto_install': False, +} diff --git a/sale_splitter/__openerp__.py b/sale_splitter/__openerp__.py index 9fe441f55..e74231411 100644 --- a/sale_splitter/__openerp__.py +++ b/sale_splitter/__openerp__.py @@ -38,6 +38,7 @@ 'summary': 'Used for splitting lengthy quotations into sepparate.', 'data': ['views/splitter.xml'], 'depends': ['base','sale'], + 'images': ['static/description/banner.jpg'], 'installable': True, 'license': 'AGPL-3', } diff --git a/sale_splitter/__openerp__.py~ b/sale_splitter/__openerp__.py~ new file mode 100644 index 000000000..9fe441f55 --- /dev/null +++ b/sale_splitter/__openerp__.py~ @@ -0,0 +1,43 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# Item number +# +# Copyright (C) 2016 Cybrosys Techno Solutions (. +# +############################################################################## +{ + 'name': 'Sale Splitter', + 'version': '1.0', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'description': """ + + +======================= + + +""", + + 'sequence': 6, + 'category': 'Sales Management', + 'summary': 'Used for splitting lengthy quotations into sepparate.', + 'data': ['views/splitter.xml'], + 'depends': ['base','sale'], + 'installable': True, + 'license': 'AGPL-3', +} diff --git a/taxless_accounting/__openerp__.py b/taxless_accounting/__openerp__.py index 00f56010c..48dc34eab 100644 --- a/taxless_accounting/__openerp__.py +++ b/taxless_accounting/__openerp__.py @@ -21,6 +21,7 @@ ], 'demo': [ ], + 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False, diff --git a/taxless_accounting/__openerp__.py~ b/taxless_accounting/__openerp__.py~ new file mode 100644 index 000000000..00f56010c --- /dev/null +++ b/taxless_accounting/__openerp__.py~ @@ -0,0 +1,27 @@ +{ + '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': [ + ], + 'license': 'AGPL-3', + 'installable': True, + 'auto_install': False, +}