[ADD] design period
This commit is contained in:
parent
77ff5ba804
commit
54d8488db2
@ -31,8 +31,7 @@ class ContractOrderAnnex(models.Model, IDocument, Extension):
|
||||
counter = fields.Integer(string="№", help="Counter of Contract Annexes",)
|
||||
currency_id = fields.Many2one(related="company_id.currency_id", readonly=True,)
|
||||
|
||||
development_period = fields.Integer("Product Development Period (days)",)
|
||||
|
||||
design_period = fields.Integer(string="Design Period",)
|
||||
design_cost = fields.Monetary(string="Design Cost",)
|
||||
|
||||
design_doc_period = fields.Integer(string="Documentation Design Period (days)",)
|
||||
|
@ -21,6 +21,7 @@
|
||||
<field name="date_conclusion"/>
|
||||
</group>
|
||||
<group name="design" string="Design">
|
||||
<field name="design_period"/>
|
||||
<field name="design_cost"/>
|
||||
<field name="design_doc_period"/>
|
||||
<field name="design_doc_cost"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user