解决收藏报错的问题

This commit is contained in:
胡尧
2025-01-14 15:48:49 +08:00
parent 4aa6b59204
commit b9d95c0751
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@
<tree position="attributes">
<attribute name="multi_edit"></attribute>
<attribute name="editable"></attribute>
<attribute name="create">False</attribute>
<attribute name="create">false</attribute>
</tree>
</field>
</record>

View File

@@ -285,7 +285,7 @@
<tree position="attributes">
<!-- <attribute name="default_order">schedule_status desc,date_order asc</attribute> -->
<attribute name="default_order">create_date desc</attribute>
<attribute name="create">False</attribute>
<attribute name="create">false</attribute>
<attribute name="decoration-warning">delivery_warning == 'warning'</attribute>
<attribute name="decoration-danger">delivery_warning == 'overdue'</attribute>
</tree>