Skip to content

Commit

Permalink
[FIX] l10n_it_fatturapa: fix move line fields not saved
Browse files Browse the repository at this point in the history
Applied suggestion by Github user @fredzamoabg
#2211 (comment)
  • Loading branch information
aleuffre committed Jul 7, 2023
1 parent cb28c60 commit 89ead33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions l10n_it_fatturapa/views/account_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
<field name="related_documents" nolabel="1" />
</group>
</xpath>
<!-- Adding these fields here to enforce saving them -->
<xpath expr="//field[@name='line_ids']/tree" position="inside">
<field name="admin_ref" invisible="1" />
<field name="related_documents" invisible="1" />
</xpath>
</field>
</record>

Expand Down

0 comments on commit 89ead33

Please sign in to comment.