You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

115 lines
3.5 KiB

8 years ago
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ==============
  5. {module_title}
  6. ==============
  7. ============================================
  8. Generate Barcodes for Products and Customers
  9. ============================================
  10. This module expends Odoo functionnality, allowing user to generate barcode
  11. depending on a given barcode rule.
  12. For exemple, a typical pattern for products is "23.....{NNNDD}" that means
  13. that:
  14. * the EAN13 code will begin by '23' ;
  15. * followed by 5 digits (named Barcode Base in this module, ) ;
  16. * and after 5 others digits to define the variable price ;
  17. * a 13 digit control
  18. With this module, it is possible to:
  19. * Affect a pattern (barcode.rule) to a product.product or a res.partner
  20. * Generate the next Barcode base of a pattern. (to avoid duplicate barcode)
  21. * Generate a barcode, based on a pattern and a barcode base
  22. Configuration
  23. =============
  24. To configure this module, you need to:
  25. * Go to Point Of Sale / Configuration / Barcode Nomenclatures and select
  26. * Select a Nomenclature
  27. * Create or select a rule
  28. .. figure:: barcodes_generate/static/description/barcode_rule_tree.png
  29. * Check 'Available for Products', or 'Available for Partners' Checkbox.
  30. .. figure:: barcodes_generate/static/description/barcode_rule_form.png
  31. Usage
  32. =====
  33. To use this module, you need to:
  34. * Go to a Product form (or a Partner Form):
  35. * set a rule to the current object
  36. .. figure:: barcodes_generate/static/description/product_product_form_empty.png
  37. * Click on 'Generate Base and Barcode'
  38. .. figure:: barcodes_generate/static/description/product_product_form_generated.png
  39. Alternatively you can set manually a barcode base, and click only on Generate barcode.
  40. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  41. :alt: Try me on Runbot
  42. :target: https://runbot.odoo-community.org/runbot/184/9.0
  43. Known issues / Roadmap
  44. ======================
  45. Dependency to point_of_sale is required because barcode field, defined in 'base'
  46. module (in the res.partner model), is defined in a 'point_of_sale' view.
  47. Furthermore, barcode nomenclature menu is available on Point Of Sale submenu.
  48. It's a relative problem, because product barcodes generation will occures
  49. mostly in a Point of Sale context.
  50. You could comment 'point_of_sale' dependencies if you want to use this module
  51. without point of sale installed.
  52. Bug Tracker
  53. ===========
  54. Bugs are tracked on `GitHub Issues
  55. <https://github.com/OCA/pos/issues>`_. In case of trouble, please
  56. check there if your issue has already been reported. If you spotted it first,
  57. help us smashing it by providing a detailed and welcomed feedback.
  58. Credits
  59. =======
  60. Images
  61. ------
  62. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  63. * Icon of the module is based on the Oxygen Team work and is under LGPL licence:
  64. http://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org.html
  65. Contributors
  66. ------------
  67. * Sylvain LE GAL (https://twitter.com/legalsylvain)
  68. Maintainer
  69. ----------
  70. .. image:: https://odoo-community.org/logo.png
  71. :alt: Odoo Community Association
  72. :target: https://odoo-community.org
  73. This module is maintained by the OCA.
  74. OCA, or the Odoo Community Association, is a nonprofit organization whose
  75. mission is to support the collaborative development of Odoo features and
  76. promote its widespread use.
  77. To contribute to this module, please visit https://odoo-community.org.