diff --git a/sale_splitter/__openerp__.py b/sale_splitter/__openerp__.py index 296d11163..10a863b48 100644 --- a/sale_splitter/__openerp__.py +++ b/sale_splitter/__openerp__.py @@ -20,15 +20,24 @@ # ############################################################################## { - 'name': 'SALE ORDER SPLITTER', + '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 suppurate.', 'data': ['views/splitter.xml'], 'depends': ['base','sale'], - 'installable': True -} \ No newline at end of file + 'installable': True, + 'license': 'AGPL-3', +} diff --git a/sale_splitter/__openerp__.py~ b/sale_splitter/__openerp__.py~ new file mode 100644 index 000000000..296d11163 --- /dev/null +++ b/sale_splitter/__openerp__.py~ @@ -0,0 +1,34 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# Item number +# +# Copyright (C) 2016 Cybrosys Techno Solutions (. +# +############################################################################## +{ + 'name': 'SALE ORDER SPLITTER', + 'version': '1.0', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'sequence': 6, + 'category': 'Sales Management', + 'summary': 'Used for splitting lengthy quotations into suppurate.', + 'data': ['views/splitter.xml'], + 'depends': ['base','sale'], + 'installable': True +} \ No newline at end of file diff --git a/sale_splitter/static/description/icon.png b/sale_splitter/static/description/icon.png index ace79d30f..5df9e67bf 100644 Binary files a/sale_splitter/static/description/icon.png and b/sale_splitter/static/description/icon.png differ