09.03.26
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user