mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[ADD] agreement
This commit is contained in:
8
agreement/models/agreement_status.py
Normal file
8
agreement/models/agreement_status.py
Normal 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)
|
||||
Reference in New Issue
Block a user