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
730 B

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