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.

17 lines
531 B

  1. # Copyright 2018 Eficent Business and IT Consulting Services, S.L.
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  3. {
  4. 'name': 'POS Config Show Accounting',
  5. 'version': '11.0.1.0.0',
  6. 'category': 'Point Of Sale',
  7. 'author': "Eficent,"
  8. "Odoo Community Association (OCA)",
  9. 'website': 'https://github.com/OCA/pos',
  10. 'summary': 'Always display accounting settings in POS Config',
  11. "license": "LGPL-3",
  12. 'depends': [
  13. "point_of_sale",
  14. ],
  15. 'installable': True,
  16. }