Browse Source

[FIX] Bug Fixed 'product_return_pos'

pull/124/head
Ajmalcybrosys 6 years ago
parent
commit
e33092fcbc
  1. 6
      product_return_pos/__manifest__.py
  2. 5
      product_return_pos/doc/RELEASE_NOTES.md

6
product_return_pos/__manifest__.py

@ -2,7 +2,7 @@
###################################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2017-TODAY Cybrosys Technologies(<https://www.cybrosys.com>).
# Copyright (C) 2019-TODAY Cybrosys Technologies(<https://www.cybrosys.com>).
# 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,

5
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.

Loading…
Cancel
Save