Browse Source

Mar 19 [UPDT] : Updated 'product_barcode'

pull/278/merge
AjmalCybro 1 year ago
parent
commit
582cb2355a
  1. 0
      product_barcode/README.rst
  2. 1
      product_barcode/__init__.py
  3. 0
      product_barcode/__manifest__.py
  4. 0
      product_barcode/doc/RELEASE_NOTES.md
  5. 0
      product_barcode/models/__init__.py
  6. 4
      product_barcode/models/product_form.py
  7. 0
      product_barcode/static/description/assets/icons/check.png
  8. 0
      product_barcode/static/description/assets/icons/chevron.png
  9. 0
      product_barcode/static/description/assets/icons/cogs.png
  10. 0
      product_barcode/static/description/assets/icons/consultation.png
  11. 0
      product_barcode/static/description/assets/icons/ecom-black.png
  12. 0
      product_barcode/static/description/assets/icons/education-black.png
  13. 0
      product_barcode/static/description/assets/icons/hotel-black.png
  14. 0
      product_barcode/static/description/assets/icons/license.png
  15. 0
      product_barcode/static/description/assets/icons/lifebuoy.png
  16. 0
      product_barcode/static/description/assets/icons/manufacturing-black.png
  17. 0
      product_barcode/static/description/assets/icons/pos-black.png
  18. 0
      product_barcode/static/description/assets/icons/puzzle.png
  19. 0
      product_barcode/static/description/assets/icons/restaurant-black.png
  20. 0
      product_barcode/static/description/assets/icons/service-black.png
  21. 0
      product_barcode/static/description/assets/icons/trading-black.png
  22. 0
      product_barcode/static/description/assets/icons/training.png
  23. 0
      product_barcode/static/description/assets/icons/update.png
  24. 0
      product_barcode/static/description/assets/icons/user.png
  25. 0
      product_barcode/static/description/assets/icons/wrench.png
  26. 0
      product_barcode/static/description/assets/misc/categories.png
  27. 0
      product_barcode/static/description/assets/misc/check-box.png
  28. 0
      product_barcode/static/description/assets/misc/compass.png
  29. 0
      product_barcode/static/description/assets/misc/corporate.png
  30. 0
      product_barcode/static/description/assets/misc/customer-support.png
  31. 0
      product_barcode/static/description/assets/misc/cybrosys-logo.png
  32. 0
      product_barcode/static/description/assets/misc/features.png
  33. 0
      product_barcode/static/description/assets/misc/logo.png
  34. 0
      product_barcode/static/description/assets/misc/pictures.png
  35. 0
      product_barcode/static/description/assets/misc/pie-chart.png
  36. 0
      product_barcode/static/description/assets/misc/right-arrow.png
  37. 0
      product_barcode/static/description/assets/misc/star.png
  38. 0
      product_barcode/static/description/assets/misc/support.png
  39. 0
      product_barcode/static/description/assets/misc/whatsapp.png
  40. 0
      product_barcode/static/description/assets/modules/1.png
  41. 0
      product_barcode/static/description/assets/modules/2.png
  42. 0
      product_barcode/static/description/assets/modules/3.png
  43. 0
      product_barcode/static/description/assets/modules/4.png
  44. 0
      product_barcode/static/description/assets/modules/5.gif
  45. 0
      product_barcode/static/description/assets/modules/6.png
  46. 0
      product_barcode/static/description/assets/screenshots/1.png
  47. 0
      product_barcode/static/description/assets/screenshots/2.png
  48. 0
      product_barcode/static/description/assets/screenshots/hero.gif
  49. 0
      product_barcode/static/description/banner.png
  50. 0
      product_barcode/static/description/icon.png
  51. 0
      product_barcode/static/description/index.html

0
product_barcode/README.rst

1
product_barcode/__init__.py

@ -19,5 +19,4 @@
# If not, see <http://www.gnu.org/licenses/>. # If not, see <http://www.gnu.org/licenses/>.
# #
############################################################################# #############################################################################
from . import models from . import models

0
product_barcode/__manifest__.py

0
product_barcode/doc/RELEASE_NOTES.md

0
product_barcode/models/__init__.py

4
product_barcode/models/product_form.py

@ -32,7 +32,7 @@ class ProductAutoBarcode(models.Model):
"""generate barcode when create new product""" """generate barcode when create new product"""
res = super(ProductAutoBarcode, self).create(vals) res = super(ProductAutoBarcode, self).create(vals)
ean = generate_ean(str(res.id)) ean = generate_ean(str(res.id))
res.barcode = '21' + ean[2:] res.barcode = '21' + ean
return res return res
@ -89,5 +89,5 @@ class ProductTemplateAutoBarcode(models.Model):
"""generate barcode number when create new product""" """generate barcode number when create new product"""
templates = super(ProductTemplateAutoBarcode, self).create(vals_list) templates = super(ProductTemplateAutoBarcode, self).create(vals_list)
ean = generate_ean(str(templates.id)) ean = generate_ean(str(templates.id))
templates.barcode = '22' + ean[2:] templates.barcode = '22' + ean
return templates return templates

0
product_barcode/static/description/assets/icons/check.png

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

0
product_barcode/static/description/assets/icons/chevron.png

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 310 B

0
product_barcode/static/description/assets/icons/cogs.png

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
product_barcode/static/description/assets/icons/consultation.png

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
product_barcode/static/description/assets/icons/ecom-black.png

Before

Width:  |  Height:  |  Size: 576 B

After

Width:  |  Height:  |  Size: 576 B

0
product_barcode/static/description/assets/icons/education-black.png

Before

Width:  |  Height:  |  Size: 733 B

After

Width:  |  Height:  |  Size: 733 B

0
product_barcode/static/description/assets/icons/hotel-black.png

Before

Width:  |  Height:  |  Size: 911 B

After

Width:  |  Height:  |  Size: 911 B

0
product_barcode/static/description/assets/icons/license.png

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
product_barcode/static/description/assets/icons/lifebuoy.png

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
product_barcode/static/description/assets/icons/manufacturing-black.png

Before

Width:  |  Height:  |  Size: 673 B

After

Width:  |  Height:  |  Size: 673 B

0
product_barcode/static/description/assets/icons/pos-black.png

Before

Width:  |  Height:  |  Size: 878 B

After

Width:  |  Height:  |  Size: 878 B

0
product_barcode/static/description/assets/icons/puzzle.png

Before

Width:  |  Height:  |  Size: 653 B

After

Width:  |  Height:  |  Size: 653 B

0
product_barcode/static/description/assets/icons/restaurant-black.png

Before

Width:  |  Height:  |  Size: 905 B

After

Width:  |  Height:  |  Size: 905 B

0
product_barcode/static/description/assets/icons/service-black.png

Before

Width:  |  Height:  |  Size: 839 B

After

Width:  |  Height:  |  Size: 839 B

0
product_barcode/static/description/assets/icons/trading-black.png

Before

Width:  |  Height:  |  Size: 427 B

After

Width:  |  Height:  |  Size: 427 B

0
product_barcode/static/description/assets/icons/training.png

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 627 B

0
product_barcode/static/description/assets/icons/update.png

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
product_barcode/static/description/assets/icons/user.png

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 988 B

0
product_barcode/static/description/assets/icons/wrench.png

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
product_barcode/static/description/assets/misc/categories.png

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
product_barcode/static/description/assets/misc/check-box.png

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
product_barcode/static/description/assets/misc/compass.png

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

0
product_barcode/static/description/assets/misc/corporate.png

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
product_barcode/static/description/assets/misc/customer-support.png

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

0
product_barcode/static/description/assets/misc/cybrosys-logo.png

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

0
product_barcode/static/description/assets/misc/features.png

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 589 B

0
product_barcode/static/description/assets/misc/logo.png

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

0
product_barcode/static/description/assets/misc/pictures.png

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

0
product_barcode/static/description/assets/misc/pie-chart.png

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

0
product_barcode/static/description/assets/misc/right-arrow.png

Before

Width:  |  Height:  |  Size: 967 B

After

Width:  |  Height:  |  Size: 967 B

0
product_barcode/static/description/assets/misc/star.png

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

0
product_barcode/static/description/assets/misc/support.png

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
product_barcode/static/description/assets/misc/whatsapp.png

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

0
product_barcode/static/description/assets/modules/1.png

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

0
product_barcode/static/description/assets/modules/2.png

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

0
product_barcode/static/description/assets/modules/3.png

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

0
product_barcode/static/description/assets/modules/4.png

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

0
product_barcode/static/description/assets/modules/5.gif

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

0
product_barcode/static/description/assets/modules/6.png

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

0
product_barcode/static/description/assets/screenshots/1.png

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 115 KiB

0
product_barcode/static/description/assets/screenshots/2.png

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

0
product_barcode/static/description/assets/screenshots/hero.gif

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

0
product_barcode/static/description/banner.png

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

0
product_barcode/static/description/icon.png

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

0
product_barcode/static/description/index.html

Loading…
Cancel
Save