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
570 B

  1. # Copyright 2015-2017 ACSONE SA/NV (<http://acsone.eu>)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': "POS payment entries globalization",
  5. 'summary': """Globalize POS Payment""",
  6. 'author': 'ACSONE SA/NV,'
  7. 'Odoo Community Association (OCA)',
  8. 'website': "http://github.com/OCA/pos",
  9. 'category': 'Point Of Sale',
  10. 'version': '11.0.1.0.0',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'point_of_sale',
  14. ],
  15. 'data': [
  16. 'views/account_journal_view.xml',
  17. ],
  18. 'installable': True,
  19. }