This commit is contained in:
2026-03-09 15:17:34 +01:00
parent 372d04b30f
commit 83ef3c6ae9
9 changed files with 246 additions and 1791 deletions

View File

@@ -82,6 +82,7 @@ class Party(metaclass=PoolMeta):
association = fields.Many2One('purchase.association',"Association")
execution = fields.One2Many('party.execution','party',"")
sla = fields.One2Many('party.execution.sla','party', "Sla")
initial = fields.Char("Initials")
def IsAvailableForControl(self,sh):
return True