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.

28 lines
818 B

  1. # Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': "POS cash in-out reason",
  5. 'summary': """""",
  6. 'author': 'ACSONE SA/NV,'
  7. 'GRAP,'
  8. 'Odoo Community Association (OCA)',
  9. 'website': "https://www.github.com/OCA/pos",
  10. 'category': 'Point Of sale',
  11. 'version': '12.0.3.0.2',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'point_of_sale',
  15. ],
  16. 'data': [
  17. 'security/ir_rule.xml',
  18. 'security/res_groups.xml',
  19. 'security/ir.model.access.csv',
  20. 'views/view_pos_move_reason.xml',
  21. 'views/view_pos_session.xml',
  22. 'wizard/wizard_pos_move_reason.xml',
  23. ],
  24. 'demo': [
  25. 'demo/account_account.xml',
  26. 'demo/pos_move_reason.xml',
  27. ],
  28. }