__openerp__.py 352 B

1234567891011121314151617181920
  1. {
  2. "name": "Account Bank Statement Fix",
  3. "version": "8.0.1.2.0",
  4. 'author': 'EIRU',
  5. 'website': 'www.eiru.com.py',
  6. 'license': 'AGPL-3',
  7. "category": "Accounting",
  8. "description": """
  9. """,
  10. 'depends': [
  11. 'account'
  12. ],
  13. 'data': [
  14. ],
  15. 'demo': [],
  16. 'test': [],
  17. 'installable': True,
  18. }