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.

19 lines
500 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': "POS cash in-out reason",
  6. 'summary': """""",
  7. 'author': 'ACSONE SA/NV,'
  8. 'Odoo Community Association (OCA)',
  9. 'website': "http://acsone.eu",
  10. 'category': 'POS',
  11. 'version': '8.0.1.0.0',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'point_of_sale',
  15. ],
  16. 'data': [
  17. 'wizard/pos_box.xml',
  18. ],
  19. }