Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
dev added mail.thread to spp service point
Browse files Browse the repository at this point in the history
  • Loading branch information
reichie020212 committed Dec 19, 2023
1 parent 716c9ab commit e4e4730
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions spp_service_points/models/registrant.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def unlink(self):

class OpenSPPServicePoint(models.Model):
_name = "spp.service.point"
_inherit = ["mail.thread"]
_description = "Service Point"
_order = "id desc"

Expand Down
4 changes: 4 additions & 0 deletions spp_service_points/views/service_points_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
/>
</group>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" />
<field name="message_ids" />
</div>
</form>
</field>
</record>
Expand Down

0 comments on commit e4e4730

Please sign in to comment.