修改确认按钮名称
This commit is contained in:
@@ -24,10 +24,10 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//form/header/button[@name='button_confirm'][2]" position="replace">
|
<xpath expr="//form/header/button[@name='button_confirm'][2]" position="replace">
|
||||||
<button name="button_confirm" type="object" context="{'validate_analytic': True}"
|
<button name="button_confirm" type="object" context="{'validate_analytic': True}"
|
||||||
string="确认" id="draft_confirm"
|
string="确认订单" id="draft_confirm"
|
||||||
/>
|
/>
|
||||||
<button name="button_confirming" type="object"
|
<button name="button_confirming" type="object"
|
||||||
string="确认订单"
|
string="确认"
|
||||||
attrs="{'invisible': ['&',('check_status','!=', False),('state', 'not in', ['draft','send'])]}"
|
attrs="{'invisible': ['&',('check_status','!=', False),('state', 'not in', ['draft','send'])]}"
|
||||||
/>
|
/>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|||||||
Reference in New Issue
Block a user