changes
This commit is contained in:
@@ -16,6 +16,22 @@
|
||||
<field name="x_fc_contact_type" placeholder="Select contact type..."/>
|
||||
</xpath>
|
||||
|
||||
<!-- ADP Applications smart button for authorizers -->
|
||||
<xpath expr="//div[@name='button_box']" position="inside">
|
||||
<button name="action_view_adp_applications" type="object"
|
||||
class="oe_stat_button" icon="fa-file-text"
|
||||
invisible="x_fc_adp_application_count == 0">
|
||||
<field name="x_fc_adp_application_count" widget="statinfo" string="Applications"/>
|
||||
</button>
|
||||
</xpath>
|
||||
|
||||
<!-- Authorizer number for OTs/PTs/authorizer contacts -->
|
||||
<xpath expr="//field[@name='x_fc_contact_type']" position="after">
|
||||
<field name="x_fc_authorizer_number" string="ADP Reg. Number"
|
||||
invisible="x_fc_contact_type not in ('occupational_therapist', 'physiotherapist', 'adp_agent')"
|
||||
placeholder="e.g. 3000001234"/>
|
||||
</xpath>
|
||||
|
||||
<!-- ODSP section in notebook -->
|
||||
<xpath expr="//notebook" position="inside">
|
||||
<page string="ODSP" name="odsp_info"
|
||||
|
||||
Reference in New Issue
Block a user