Skip to content

Commit

Permalink
[TEST] l10n_br_fiscal: test chatter
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Dec 9, 2024
1 parent eb72e1f commit 8a0b137
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions l10n_br_fiscal/views/document_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,16 @@
</page>
</notebook>
</sheet>
<t t-if="model == 'l10n_br_fiscal.document'">
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers" />
<field
name="message_ids"
widget="mail_thread"
options="{'post_refresh': 'recipients', 'open_attachments': True}"
/>
</div>
</t>
</form>
</field>
</record>
Expand Down

0 comments on commit 8a0b137

Please sign in to comment.