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

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