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.

23 lines
654 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Point of Sale - Transfer Account',
  7. 'version': '9.0.1.0.0',
  8. 'category': 'Point Of Sale',
  9. 'author': 'La Louve, Odoo Community Association (OCA)',
  10. 'website': 'http://www.lalouve.net',
  11. 'depends': [
  12. 'point_of_sale',
  13. ],
  14. 'data': [
  15. 'views/view_pos_config.xml',
  16. ],
  17. 'demo': [
  18. 'demo/account_account.xml',
  19. 'demo/pos_config.xml',
  20. ],
  21. 'installable': True,
  22. }