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.

25 lines
727 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.1",
  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", "legalsylvain"],
  12. "depends": [
  13. "point_of_sale",
  14. ],
  15. "data": [
  16. "views/templates.xml",
  17. "views/view_pos_config.xml",
  18. "views/view_pos_order.xml",
  19. "data/barcode_rule.xml",
  20. ],
  21. "qweb": [
  22. "static/src/xml/pos_tare.xml",
  23. ],
  24. "installable": True,
  25. }