__openerp__.py 338 B

123456789101112131415
  1. # -*- encoding: utf-8 -*-
  2. {
  3. "name": "Back to draft on pos orders",
  4. "version": "8.0.1.0.0",
  5. "category": "Sales Management",
  6. "author": "Eiru",
  7. "website": "http://www.serviciosbaeza.com",
  8. "depends": [
  9. "point_of_sale",
  10. ],
  11. "data": [
  12. "views/pos_order_view.xml",
  13. ],
  14. "installable": True,
  15. }