diff --git a/product_return_pos/__manifest__.py b/product_return_pos/__manifest__.py index 0eae07e14..8765221cd 100644 --- a/product_return_pos/__manifest__.py +++ b/product_return_pos/__manifest__.py @@ -2,7 +2,7 @@ ################################################################################### # # Cybrosys Technologies Pvt. Ltd. -# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Copyright (C) 2019-TODAY Cybrosys Technologies(). # This program is free software: you can modify # it under the terms of the GNU Affero General Public License (AGPL) as # published by the Free Software Foundation, either version 3 of the @@ -19,7 +19,7 @@ ################################################################################### { 'name': 'Product Return In POS', - 'version': '12.0.0.1.0', + 'version': '12.0.1.1.0', 'category': 'Point of Sale', 'summary': 'POS Order Return', 'author': 'Cybrosys Techno Solutions', @@ -32,7 +32,7 @@ 'views/return.xml', 'views/pos_template.xml', ], - 'qweb': ['static/src/xml/*.xml'], + 'qweb': ['static/src/xml/pos_return.xml'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False, diff --git a/product_return_pos/doc/RELEASE_NOTES.md b/product_return_pos/doc/RELEASE_NOTES.md index 348974b05..011166015 100644 --- a/product_return_pos/doc/RELEASE_NOTES.md +++ b/product_return_pos/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 12.0.1.0.0 ##### ADD - Initial commit for Product Return In POS + +#### 30.08.2019 +#### Version 12.0.1.1.0 +##### FIX +- Fixed Qweb file load issue.