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.

36 lines
865 B

  1. # Copyright 2019 Coop IT Easy SCRLfs
  2. # Robin Keunen <robin@coopiteasy.be>
  3. # Pierrick Brun <pierrick.brun@akretion.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).{
  5. {
  6. 'name': "POS Container",
  7. 'version': '12.0.1.0.0',
  8. 'summary': """
  9. Allows managing pre-weighted containers for bulk shop""",
  10. "author": "Coop IT Easy SCRLfs, "
  11. "Odoo Community Association (OCA)",
  12. 'license': "AGPL-3",
  13. 'website': "https://github.com/OCA/pos/",
  14. 'category': 'Point of Sale',
  15. 'depends': ['point_of_sale'],
  16. 'data': [
  17. 'data/product.xml',
  18. 'views/container.xml',
  19. 'templates/templates.xml',
  20. 'security/ir.model.access.csv',
  21. ],
  22. 'demo': [
  23. 'demo/demo.xml',
  24. ],
  25. 'qweb': [
  26. 'static/src/xml/pos.xml',
  27. ],
  28. 'installable': True,
  29. }