Skip to content

Commit 676ae71

Browse files
[FIX] estate: important commit
1 parent a540d56 commit 676ae71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

estate/models/estate_property_offer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def _inverse_date_deadline(self):
4848

4949
# Button logic
5050
def accept_button(self):
51+
# hello from alup
5152
for record in self:
5253
offer_recordset = record.property_id.offer_ids
5354
for offer in offer_recordset:

0 commit comments

Comments
 (0)