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.

22 lines
741 B

  1. # Copyright 2020 ForgeFlow, S.L.
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'POS Statement Closing Balance',
  5. 'version': '12.0.1.0.1',
  6. 'category': 'Point Of Sale',
  7. 'summary': 'Allows to set a closing balance in your statements and '
  8. 'auto-post the difference between theoretical and actual.',
  9. 'author': 'ForgeFlow, Odoo Community Association (OCA)',
  10. 'website': 'http://www.github.com/OCA/pos',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'pos_cash_move_reason',
  14. ],
  15. 'data': [
  16. 'wizards/pos_update_statement_closing_balance.xml',
  17. 'views/pos_session_views.xml',
  18. 'views/account_journal_views.xml',
  19. ],
  20. 'installable': True,
  21. }