修复销售总监创建报价单时在其他信息中不能选择其他销售人员
This commit is contained in:
@@ -54,6 +54,9 @@
|
||||
<field name="model">sale.order</field>
|
||||
<field name="inherit_id" ref="sale.view_order_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='user_id']" position="replace">
|
||||
<field name="user_id" widget="many2one_avatar_user" context="{'is_sale': True }"/>
|
||||
</xpath>
|
||||
<xpath expr="//form/header/button[@name='action_quotation_send'][1]" position="replace">
|
||||
<button name="action_quotation_send" string="通过EMAIL发送" type="object"
|
||||
class="btn-primary" data-hotkey="g" context="{'validate_analytic': True}"
|
||||
|
||||
Reference in New Issue
Block a user