Browse Source

[FIX] Bug Fixed

pull/134/merge
Ajmalcybrosys 6 years ago
parent
commit
c09e586146
  1. 2
      product_barcode/__manifest__.py
  2. 5
      product_barcode/doc/RELEASE_NOTES.md
  3. 2
      product_barcode/views/product_label.xml

2
product_barcode/__manifest__.py

@ -22,7 +22,7 @@
{ {
'name': 'Product Barcode Generator', 'name': 'Product Barcode Generator',
'version': '13.0.1.0.1', 'version': '13.0.1.1.0',
'summary': 'Generates EAN13 Standard Barcode for Product.', 'summary': 'Generates EAN13 Standard Barcode for Product.',
'category': 'Inventory', 'category': 'Inventory',
'author': 'Cybrosys Techno solutions', 'author': 'Cybrosys Techno solutions',

5
product_barcode/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 13.0.1.0.0 #### Version 13.0.1.0.0
##### ADD ##### ADD
- Initial Commit - Initial Commit
#### 11.25.2019
#### Version 13.0.1.1.0
##### FIX
- Bug Fixed

2
product_barcode/views/product_label.xml

@ -13,7 +13,7 @@
[<strong t-field="product.default_code"/>] [<strong t-field="product.default_code"/>]
</t> </t>
<strong t-field="product.name"/> <strong t-field="product.name"/>
<strong><span t-esc="', '.join(map(lambda x: x.name, product.attribute_value_ids))"/></strong> <strong><span t-esc="', '.join(map(lambda x: x.name, product.product_template_attribute_value_ids))"/></strong>
</td> </td>
</tr> </tr>
</thead> </thead>

Loading…
Cancel
Save