Skip to content

Commit

Permalink
T1676 : update paragraphs management
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasGajo committed Oct 31, 2024
1 parent 70e43f4 commit 5f0a8f3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions sbc_translation/views/correspondence_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,11 @@
</group>
<group string="Letter content">
<field name="unread_comments"/>
<field name="paragraph_ids">
<tree editable="bottom" default_order="page_id asc,sequence asc">
<field name="sequence" widget="handle"/>
<field name="original_text"/>
<field name="translated_text"/>
<field name="comments"/>
<field name="page_id" invisible="1"/>
<field name="page_ids">
<tree>
<field name="original_text" />
<field name="english_text" />
<field name="translated_text" />
</tree>
</field>
</group>
Expand Down

0 comments on commit 5f0a8f3

Please sign in to comment.