Skip to content

Commit

Permalink
Schedule send fixed and confirmation sent fixed by creating missing f…
Browse files Browse the repository at this point in the history
…ields
  • Loading branch information
dcruz authored and ecino committed May 23, 2024
1 parent 793c3d3 commit c3693cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions crm_compassion/models/event_compassion.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ class EventCompassion(models.Model):
default=lambda self: self.env.company,
readonly=False,
)
country_id = fields.Many2one("res.country", "Country", readonly=False)

##########################################################################
# FIELDS METHODS #
Expand Down
2 changes: 2 additions & 0 deletions crm_compassion/views/event_compassion_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@
<field name="street" placeholder="Street..." />
<br class="oe_read_only" />
<field name="zip_id" />
<br class="oe_read_only" />
<field name="country_id" />
</div>
</group>
</group>
Expand Down

0 comments on commit c3693cf

Please sign in to comment.