[ADD] agreement

This commit is contained in:
Maxime Chambreuil
2018-10-12 17:31:37 -05:00
parent 024126a72c
commit ee10168976
31 changed files with 1228 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from odoo import models, fields, api
class Partner(models.Model):
_inherit = 'res.partner'
agreements = fields.One2many('partner_agreement.agreement', 'name', string="Agreements")