Update account_move_view.xml

This commit is contained in:
zainab2097 2024-09-09 16:56:51 +03:00 committed by GitHub
parent 56254bf21c
commit 991d7d5b14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@
<field name="attach_no" widget="statinfo" string="Documents"/>
</button>
</xpath>
<xpath expr="//page[@name='other_info']" position="inside">
<group name="model_info" string='Model Info'>
<field name='res_model'/>
<field name='res_id'/>
</group>
</xpath>
</field>
</record>