__openerp__.py 572 B

12345678910111213141516171819202122232425
  1. {
  2. 'name': 'Amount Total in sale order tree',
  3. 'version': '1.0',
  4. 'category': 'sale',
  5. 'sequence': 6,
  6. 'summary': "Amount Total in sale order tree",
  7. 'author': 'EIRU',
  8. 'company': 'EIRU',
  9. 'website': 'http://www.eiru.com',
  10. 'description': """
  11. Add field total in sale_order_line_tree
  12. ==============================================
  13. Add field total in sale_order_line_tree
  14. """,
  15. 'depends': ['sale', 'base', 'stock'],
  16. 'data': [
  17. 'views/sale_view.xml'
  18. ],
  19. 'demo': [
  20. ],
  21. 'installable': True,
  22. 'auto_install': False,
  23. }