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.

18 lines
527 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Alex Comba - Agile Business Group
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Pos Invoice Journal',
  6. 'summary': 'Use a different journal for the invoices created from the pos',
  7. 'version': '8.0.1.0.0',
  8. 'license': 'AGPL-3',
  9. 'author': 'Agile Business Group, Odoo Community Association (OCA)',
  10. 'website': 'http://www.agilebg.com',
  11. 'depends': [
  12. 'point_of_sale',
  13. ],
  14. 'data': [
  15. 'views/pos_config.xml',
  16. ],
  17. }