Skip to content

Commit

Permalink
fix(agreement_legal) Fix OCA#62
Browse files Browse the repository at this point in the history
  • Loading branch information
ygol committed Feb 19, 2025
1 parent 3d72191 commit 46a7b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agreement_legal/models/agreement.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def _get_default_parties(self):
"customer address.(Address Type = Other)",
)
signed_contract_filename = fields.Char(string="Filename")
signed_contract = fields.Binary(string="Signed Document", tracking=True)
signed_contract = fields.Binary(string="Signed Document")
field_id = fields.Many2one(
"ir.model.fields",
string="Field",
Expand Down

0 comments on commit 46a7b15

Please sign in to comment.