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
547 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Mhadhbi Achraf(https://github.com/AMhadhbi).
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'List View Number right',
  6. 'version': '10.0.1.0.0',
  7. 'category': 'web',
  8. 'summary': "Set alignment right of number type of fields",
  9. 'author': "Mhadhbi Achraf,Odoo Community Association (OCA)",
  10. 'website': 'https://github.com/AMhadhbi',
  11. 'license': 'AGPL-3',
  12. 'depends': ['web'],
  13. 'data': [
  14. 'views/asset.xml',
  15. ],
  16. 'installable': True,
  17. }