Skip to content

Commit 4567438

Browse files
author
odoo
committed
fix: Update document_ids field context to use 'id' for correct reference
1 parent da20474 commit 4567438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

records_management/views/records_box_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</group>
4343
<notebook>
4444
<page string="Documents">
45-
<field name="document_ids" nolabel="1" context="{'default_box_id': active_id}">
45+
<field name="document_ids" nolabel="1" context="{'default_box_id': id}">
4646
<list editable="bottom">
4747
<field name="name"/>
4848
<field name="document_type_id"/>

0 commit comments

Comments
 (0)