# -*- coding: utf-8 -*- # © 2016 Akretion (http://www.akretion.com) # @author Alexis de Lattre # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Partner Firstname First', 'version': '10.0.1.0.0', 'category': 'Partner', 'license': 'AGPL-3', 'summary': 'Put firstname first in partner names', 'description': """ Partner Firstname First ======================= Changes the behaviour of the OCA module *partner_firstname* to put the firstname before the lastname. This module has been written by Alexis de Lattre from Akretion. """, 'author': 'Akretion', 'website': 'http://www.akretion.com', 'depends': ['partner_firstname'], 'installable': True, }