This commit is contained in:
2026-03-09 15:49:51 +01:00
parent c009b15ed0
commit 7cafd8381f
2 changed files with 9 additions and 34 deletions

View File

@@ -242,7 +242,7 @@ class PurchaseAssociation(ModelSQL,ModelView):
__name__ = 'purchase.association'
name = fields.Char("Name")
party = fields.Many2One('party.party',"Party")
description = fields.Char("Description")
rule = fields.Text("Description")
class PurchaseCrop(ModelSQL,ModelView):
"Crop"