解决冲突

This commit is contained in:
胡尧
2025-05-23 09:42:52 +08:00
21 changed files with 189 additions and 26 deletions

View File

@@ -21,6 +21,12 @@
<field name="part_number"/>
<field name="part_name"/>
</xpath>
<xpath expr="//button[@name='button_done']" position="attributes">
<attribute name="class"/>
</xpath>
<xpath expr="//button[@name='button_in_progress']/following-sibling::button[1]" position="attributes">
<attribute name="class">oe_highlight</attribute>
</xpath>
</field>
</record>