This commit is contained in:
2026-03-15 11:45:42 +01:00
parent 319d8a4afb
commit 93f0e6b0af
5 changed files with 285 additions and 238 deletions

View File

@@ -80,6 +80,7 @@ class Party(metaclass=PoolMeta):
tol_max = fields.Numeric("Tol + in %")
wb = fields.Many2One('purchase.weight.basis',"Weight basis")
association = fields.Many2One('purchase.association',"Association")
origin =fields.Char("Origin")
execution = fields.One2Many('party.execution','party',"")
sla = fields.One2Many('party.execution.sla','party', "Sla")
initial = fields.Char("Initials")

View File

@@ -12,6 +12,9 @@
<label name="association"/>
<field name="association"/>
<newline/>
<label name="origin"/>
<field name="origin"/>
<newline/>
<label name="initial"/>
<field name="initial"/>
</page>