Initial commit

This commit is contained in:
gsinghpal
2026-02-22 01:22:18 -05:00
commit 5200d5baf0
2394 changed files with 386834 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="view_mod_awaiting_funding_wizard_form" model="ir.ui.view">
<field name="name">fusion_claims.mod.awaiting.funding.wizard.form</field>
<field name="model">fusion_claims.mod.awaiting.funding.wizard</field>
<field name="arch" type="xml">
<form string="Application Submitted to March of Dimes">
<field name="sale_order_id" invisible="1"/>
<div class="alert alert-info mb-3">
<i class="fa fa-clock-o"/>
Record the date the application was submitted to March of Dimes for funding review.
This will move the case to <strong>Awaiting Funding</strong> status.
</div>
<group>
<field name="application_submitted_date"/>
<field name="notes" placeholder="Optional notes..."/>
</group>
<footer>
<button name="action_confirm" type="object"
string="Confirm" class="btn-primary" icon="fa-check"/>
<button string="Cancel" class="btn-secondary" special="cancel"/>
</footer>
</form>
</field>
</record>
</odoo>