# -*- coding: utf-8 -*- # © 2014-2016 Abbaye du Barroux (http://www.barroux.org) # © 2016 Akretion (http://www.akretion.com>) # @author: Frère Bernard # @author: Alexis de Lattre # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Base Partner One2many Phone', 'version': '10.0.1.0.0', 'category': 'Phone', 'license': 'AGPL-3', 'summary': 'One2many link between partners and phone numbers', 'description': """ Base Partner One2many Phone =========================== With this module, one partner can have N phone numbers. It adds a new table dedicated to phone numbers and a one2many link between partners and phone numbers. It has been developped by brother Bernard from Barroux Abbey and Alexis de Lattre from Akretion. """, 'author': 'Barroux', 'website': 'http://www.barroux.org', 'depends': ['base_phone'], 'data': [ 'partner_phone_view.xml', 'security/ir.model.access.csv', ], 'installable': True, }