[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,8 @@
from odoo import models, fields
#Main Agreement Status Records Model
class AgreementStatus(models.Model):
_name = 'partner_agreement.type'
#General
name = fields.Char(string="Title", required=True)