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.

23 lines
700 B

  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",
  5. "summary": "Manage Tare in Point Of Sale module",
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Point of Sale',
  8. 'author': "GRAP, Le Nid, Odoo Community Association (OCA)",
  9. 'website': "https://github.com/OCA/pos",
  10. 'license': 'AGPL-3',
  11. 'maintainers': ['fkawala'],
  12. 'depends': ['point_of_sale'],
  13. 'demo': ['demo/pos_tare_demo.xml'],
  14. 'data': [
  15. 'views/templates.xml',
  16. 'views/pos_config_view.xml',
  17. 'data/barcode_rule.xml',
  18. ],
  19. 'qweb': [
  20. 'static/src/xml/pos_tare.xml',
  21. ],
  22. 'installable': True,
  23. }