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.

24 lines
805 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. # @author: François Kawala
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': "Point of Sale - Tare barecode labels for loose goods",
  5. 'version': '12.0.1.0.0',
  6. 'category': 'Point of Sale',
  7. 'summary': """Point of Sale - Print and scan tare \
  8. barecodes labels to sell loose goods.""",
  9. 'author': "Le Nid, Odoo Community Association (OCA)",
  10. 'website': "https://github.com/OCA/pos",
  11. 'license': 'AGPL-3',
  12. 'maintainers': ['fkawala'],
  13. 'depends': ['point_of_sale'],
  14. 'demo': ['demo/pos_barcode_tare_demo.xml'],
  15. 'data': [
  16. 'pos_barcode_tare.xml',
  17. 'views/pos_config_view.xml',
  18. 'data/barcode_rule.xml',
  19. ],
  20. 'qweb': [
  21. 'static/src/xml/pos_barcode_tare.xml',
  22. ],
  23. 'installable': True,
  24. }