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.

20 lines
696 B

5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
  1. # -*- coding: utf-8 -*-
  2. # @author: François Kawala
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': "Point of Sale - Tare barecode labels for loose goods",
  6. 'version': '9.0.0.0.1',
  7. 'category': 'Point of Sale',
  8. 'summary': 'Point of Sale - Print and scan tare 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. 'depends': ['point_of_sale'],
  13. 'data': [
  14. 'views/pos_config_view.xml',
  15. 'views/pos_barcode_tare.xml',
  16. ],
  17. 'qweb': [
  18. 'static/src/xml/pos_barcode_tare.xml',
  19. ],
  20. 'installable': True,
  21. }