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.

26 lines
818 B

  1. # Copyright (C) 2017-Today: La Louve (<http://www.lalouve.net/>)
  2. # Copyright (C) 2019-Today: Druidoo (<https://www.druidoo.io>)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Point of Sale - Price to Weight',
  7. 'version': '12.0.2.0.0',
  8. 'category': 'Point Of Sale',
  9. 'summary': 'Compute weight based on barcodes with prices',
  10. 'author': 'La Louve, GRAP, Odoo Community Association (OCA)',
  11. 'website': 'http://www.lalouve.net/',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'point_of_sale',
  15. ],
  16. 'data': [
  17. 'data/barcode_rule.xml',
  18. 'views/assets.xml',
  19. 'views/view_pos_config.xml',
  20. ],
  21. 'demo': [
  22. 'demo/product_product.xml',
  23. ],
  24. 'installable': True,
  25. }