销售订单内”取消“按钮变为”拒绝接单“按钮

This commit is contained in:
hujiaying
2024-08-27 09:46:34 +08:00
parent fbbce6332d
commit ebb8007549

View File

@@ -129,6 +129,9 @@
<field name="signature" position="attributes">
<attribute name="attrs">{'readonly': [('state', 'in', ['cancel','sale'])]}</attribute>
</field>
<xpath expr="//button[@name='action_cancel']" position="attributes">
<attribute name="string">拒绝接单</attribute>
</xpath>
</field>
</record>