This commit is contained in:
gsinghpal
2026-03-13 12:38:28 -04:00
parent db4b9aa278
commit fc3c966484
2975 changed files with 1614 additions and 498 deletions

View File

@@ -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"