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.

33 lines
1.1 KiB

  1. # Copyright (C) 2013 - Today: GRAP (http://www.grap.coop)
  2. # @author Julien WESTE
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # @author: Quentin DUPONT (https://twitter.com/pondupont)
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. "name": "Point Of Sale - Multiple Cash Control",
  8. "summary": "Allow user to control each statement and add extra checks",
  9. "version": "12.0.1.0.0",
  10. "category": "Point of Sale",
  11. "author": "GRAP, Odoo Community Association (OCA)",
  12. "website": "http://www.grap.coop",
  13. "license": "AGPL-3",
  14. "depends": [
  15. "point_of_sale",
  16. "pos_cash_move_reason"
  17. ],
  18. "data": [
  19. "views/view_account_journal.xml",
  20. "views/view_pos_config.xml",
  21. "views/view_pos_session.xml",
  22. "wizard/wizard_pos_update_statement_balance.xml"
  23. ],
  24. 'demo': [
  25. 'demo/res_groups.xml',
  26. 'demo/account_account.xml',
  27. 'demo/account_journal.xml',
  28. 'demo/pos_move_reason.xml',
  29. 'demo/pos_config.xml',
  30. ],
  31. "installable": True,
  32. }