Files
famlaw/activeblue_familylaw/report/report_default_motion.xml
Carlos Garcia 7a7463a2d1 Phase 4: QWeb PDF reports (12 court documents)
Financial affidavits (FL-12.902(b)/(c)), child support worksheet
(FL-12.902(e)), motion to modify (FL 61.14), notice of deposition
(FL 1.310), motion to compel (FL 1.380), income withholding order
(FL 61.1301/FL SDU), fee waiver application (FL 57.082), SSN notice
(FL-12.930(a) — filed under seal), mandatory disclosure certificate
(FL-12.932), default motion packet (FL 12.922 — 3-part), and parenting
plan (FL-12.995(a)). All 12 reports registered in __manifest__.py.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-04 23:34:37 -04:00

313 lines
20 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Motion for Default Judgment (FL 12.922)
Auto-populated from fl.case record.
Filed when respondent fails to respond within 20 days of service (FL 1.140).
Includes: Motion for Default, Proposed Default Judgment, Clerk instructions.
This report is triggered by the default_motion_file deadline type in fl_deadline.py.
-->
<odoo>
<data>
<record id="action_report_default_motion" model="ir.actions.report">
<field name="name">Motion for Default Judgment (FL 12.922)</field>
<field name="model">fl.case</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">activeblue_familylaw.report_default_motion</field>
<field name="report_file">activeblue_familylaw/report/report_default_motion</field>
<field name="print_report_name">'Motion for Default - ' + object.name</field>
<field name="binding_model_id" ref="model_fl_case"/>
<field name="binding_type">report</field>
</record>
<template id="report_default_motion">
<t t-call="web.html_container">
<t t-foreach="docs" t-as="o">
<t t-call="web.external_layout">
<div class="page" style="font-family: Times New Roman, serif; font-size: 11pt; line-height: 1.8;">
<!-- Urgency Banner -->
<div style="background: #dc3545; color: #fff; padding: 10px; text-align: center; margin-bottom: 16px; font-size: 11pt; font-weight: bold;">
DEFAULT PROCEEDINGS — FL 12.922 / FL 1.140<br/>
<span style="font-size: 9pt; font-weight: normal;">
File with clerk only after 20-day response deadline has passed with no response from Respondent
</span>
</div>
<!-- Court Header -->
<div style="text-align: center; margin-bottom: 20px;">
IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT<br/>
IN AND FOR MIAMI-DADE COUNTY, FLORIDA<br/>
FAMILY DIVISION
</div>
<!-- Caption -->
<table style="width: 100%; margin-bottom: 20px; border-collapse: collapse;">
<tr>
<td style="width: 55%; vertical-align: top; padding-right: 20px;">
In Re: The Matter of:<br/><br/>
<strong><t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>,</strong><br/>
Petitioner,<br/><br/>
and<br/><br/>
<strong><t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/>,</strong><br/>
Respondent.
</td>
<td style="width: 45%; border-left: 1px solid #000; padding-left: 20px; vertical-align: top;">
Case No.: <t t-esc="o.court_case_number or '____________________'"/><br/>
Division: <t t-esc="o.division or '___'"/><br/>
Judge: <t t-esc="o.judge_id.name if o.judge_id else '____________________'"/>
</td>
</tr>
</table>
<!-- ===== PART 1: MOTION FOR CLERK'S DEFAULT ===== -->
<div style="text-align: center; font-size: 13pt; font-weight: bold; margin-bottom: 20px; text-decoration: underline;">
MOTION FOR CLERK'S DEFAULT
</div>
<div style="margin-bottom: 12px;">
<strong>PETITIONER, <t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>,</strong>
pro se, pursuant to Rule 1.500(a), Florida Rules of Civil Procedure, and
Florida Family Law Rule of Procedure Form 12.922(a), moves for entry of
default against the Respondent, and states:
</div>
<div style="margin-bottom: 12px;">
<strong>1.</strong> Petitioner filed a Petition for
<t t-esc="dict([('dissolution','Dissolution of Marriage'),('paternity','Establishment of Paternity'),('child_support','Child Support'),('modification','Modification of Child Support'),('injunction','Injunction / Domestic Violence')]).get(o.case_type, 'the above-captioned matter')"/>
in the above-styled case.
</div>
<div style="margin-bottom: 12px;">
<strong>2.</strong> The Petition and Summons were served upon the Respondent,
<strong><t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/></strong>,
on <t t-esc="str(o.service_date) if o.service_date else '__________________'"/>,
as evidenced by the Proof of Service on file with this Court.
</div>
<div style="margin-bottom: 12px;">
<strong>3.</strong> Pursuant to Rule 1.140(a), Florida Rules of Civil Procedure,
the Respondent was required to file a written response within twenty (20) days
of service, i.e., on or before
<t t-esc="str(o.answer_deadline) if o.answer_deadline else '__________________'"/>.
</div>
<div style="margin-bottom: 12px;">
<strong>4.</strong> The Respondent has failed to file any responsive pleading,
appearance, or motion within the time required by law and has not sought any
extension of time from this Court.
</div>
<div style="margin-bottom: 20px;">
<strong>5.</strong> The Respondent is NOT on active military duty, to the best of
Petitioner's knowledge, as required by the Servicemembers Civil Relief Act (50 U.S.C. §§ 3901 et seq.).
[ ] Verified by SCRA search on: ________________
</div>
<div style="margin-bottom: 20px;">
<strong>WHEREFORE,</strong> Petitioner respectfully requests that the Clerk of Court
enter a default against the Respondent,
<strong><t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/></strong>,
for failure to respond to the Petition as required by law.
</div>
<!-- Signature -->
<div style="margin-top: 20px;">
<table style="width: 100%;">
<tr>
<td style="width: 55%;">
<div style="border-top: 1px solid #000; margin-top: 40px; padding-top: 4px;">
<t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>, Pro Se Petitioner
</div>
<t t-if="o.petitioner_id and o.petitioner_id.street">
<div style="font-size: 10pt; margin-top: 4px;">
<t t-esc="o.petitioner_id.street"/>, <t t-esc="o.petitioner_id.city"/>, FL <t t-esc="o.petitioner_id.zip"/>
</div>
</t>
</td>
<td style="padding-left: 20px;">
<div style="margin-top: 20px;">Date: ______________________</div>
</td>
</tr>
</table>
</div>
<!-- PAGE BREAK for separate document -->
<div style="page-break-before: always;"/>
<!-- ===== PART 2: CLERK'S DEFAULT (for clerk to sign) ===== -->
<div style="text-align: center; margin-bottom: 20px; margin-top: 20px;">
IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT<br/>
IN AND FOR MIAMI-DADE COUNTY, FLORIDA<br/>
FAMILY DIVISION
</div>
<table style="width: 100%; margin-bottom: 20px; border-collapse: collapse;">
<tr>
<td style="width: 55%; vertical-align: top; padding-right: 20px;">
<t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>, Petitioner,<br/>
vs.<br/>
<t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/>, Respondent.
</td>
<td style="width: 45%; border-left: 1px solid #000; padding-left: 20px; vertical-align: top;">
Case No.: <t t-esc="o.court_case_number or '____________________'"/>
</td>
</tr>
</table>
<div style="text-align: center; font-size: 13pt; font-weight: bold; margin-bottom: 20px; text-decoration: underline;">
CLERK'S DEFAULT
</div>
<div style="margin-bottom: 20px;">
A default is hereby entered in the above-styled cause against the Respondent,
<strong><t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/></strong>,
for failure to file any paper in this action or otherwise defend as required by law,
pursuant to Rule 1.500(a), Florida Rules of Civil Procedure.
</div>
<div style="margin-top: 40px;">
<table style="width: 100%;">
<tr>
<td style="width: 55%;">
<div style="border-top: 1px solid #000; margin-top: 40px; padding-top: 4px;">
CLERK OF THE CIRCUIT COURT<br/>
Miami-Dade County, Florida
</div>
</td>
<td style="padding-left: 20px;">
<div style="margin-top: 20px;">Date: ______________________</div>
</td>
</tr>
</table>
<div style="margin-top: 20px; font-size: 10pt;">
By: _________________________ Deputy Clerk
</div>
</div>
<!-- PAGE BREAK for Motion for Default Final Judgment -->
<div style="page-break-before: always;"/>
<!-- ===== PART 3: MOTION FOR DEFAULT FINAL JUDGMENT ===== -->
<div style="text-align: center; margin-bottom: 20px; margin-top: 20px;">
IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT<br/>
IN AND FOR MIAMI-DADE COUNTY, FLORIDA<br/>
FAMILY DIVISION
</div>
<table style="width: 100%; margin-bottom: 20px; border-collapse: collapse;">
<tr>
<td style="width: 55%; vertical-align: top; padding-right: 20px;">
<t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>, Petitioner,<br/>
vs.<br/>
<t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/>, Respondent.
</td>
<td style="width: 45%; border-left: 1px solid #000; padding-left: 20px; vertical-align: top;">
Case No.: <t t-esc="o.court_case_number or '____________________'"/><br/>
Division: <t t-esc="o.division or '___'"/>
</td>
</tr>
</table>
<div style="text-align: center; font-size: 13pt; font-weight: bold; margin-bottom: 20px; text-decoration: underline;">
MOTION FOR DEFAULT FINAL JUDGMENT
</div>
<div style="margin-bottom: 12px;">
<strong>PETITIONER,</strong> pursuant to Rule 1.500(e), Florida Rules of Civil Procedure,
and Florida Family Law Rule of Procedure Form 12.922(b), moves this Court for
entry of a Default Final Judgment against the Respondent, and states:
</div>
<div style="margin-bottom: 12px;">
<strong>1.</strong> A Clerk's Default has been entered against the Respondent in this action.
</div>
<div style="margin-bottom: 12px;">
<strong>2.</strong> The Petitioner has filed all required financial disclosure documents
pursuant to Rule 12.285, Florida Family Law Rules of Procedure.
</div>
<div style="margin-bottom: 12px;">
<strong>3.</strong> The Petitioner requests that this Court enter a Default Final Judgment
granting the relief requested in the Petition, including:
<ol style="margin-top: 8px;">
<t t-if="o.case_type in ('dissolution', 'paternity', 'child_support', 'modification')">
<li>Establishment of child support pursuant to Section 61.30, Florida Statutes,
in the amount of $<t t-esc="'%,.2f' % (o.calculated_support or 0.0)"/> per month
(per attached Child Support Guidelines Worksheet);</li>
</t>
<t t-if="o.case_type == 'dissolution'">
<li>Dissolution of the marriage between the parties;</li>
<li>Approval of the parenting plan and timesharing schedule;</li>
</t>
<li>Such other and further relief as the Court deems just and proper.</li>
</ol>
</div>
<div style="margin-bottom: 20px;">
<strong>4.</strong> No hearing is required as this is an uncontested matter by default.
The Petitioner respectfully requests this Court enter judgment based on the
pleadings and financial affidavit on file.
</div>
<div style="margin-bottom: 20px;">
<strong>WHEREFORE,</strong> Petitioner requests entry of a Default Final Judgment
granting the relief set forth in the Petition.
</div>
<!-- Signature -->
<div style="margin-top: 20px;">
<table style="width: 100%;">
<tr>
<td style="width: 55%;">
<div style="border-top: 1px solid #000; margin-top: 40px; padding-top: 4px;">
<t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>, Pro Se Petitioner
</div>
</td>
<td style="padding-left: 20px;">
<div style="margin-top: 20px;">Date: ______________________</div>
</td>
</tr>
</table>
</div>
<!-- Certificate of Service -->
<div style="margin-top: 20px; border-top: 1px solid #000; padding-top: 12px; font-size: 10pt;">
<strong style="text-decoration: underline;">CERTIFICATE OF SERVICE</strong><br/>
I hereby certify that a copy of the foregoing has been served on
<t t-esc="o.respondent_id.name if o.respondent_id else 'the Respondent'"/>
by [ ] U.S. Mail [ ] Email [ ] E-Filing Portal
on _______________________, 20____.
</div>
<!-- Checklist box -->
<div style="border: 2px solid #003366; padding: 12px; margin-top: 20px; font-size: 10pt; background: #f0f4ff;">
<strong>DEFAULT PACKET CHECKLIST — Attach all of the following:</strong>
<ol style="margin-top: 6px;">
<li>[ ] This Motion for Clerk's Default (Part 1 above)</li>
<li>[ ] Proof of Service (process server affidavit on file)</li>
<li>[ ] SCRA Military Search printout (SCRA.dmdc.osd.mil)</li>
<li>[ ] Clerk's Default (Part 2 — clerk signs this)</li>
<li>[ ] Motion for Default Final Judgment (Part 3 above)</li>
<li>[ ] Financial Affidavit (FL-12.902(b) or (c)) — notarized</li>
<li>[ ] Child Support Guidelines Worksheet (FL-12.902(e))</li>
<li>[ ] Proposed Final Judgment (blank order for judge to sign)</li>
</ol>
</div>
<!-- Disclaimer -->
<div style="margin-top: 12px; font-size: 8pt; color: #666; border-top: 1px solid #ccc; padding-top: 6px;">
Generated by ActiveBlue Family Law. Verify all information before filing.
SCRA search required before any default against a Respondent (federal law).
Case: <t t-esc="o.name"/> | Generated: <t t-esc="context_today()"/>
</div>
</div>
</t>
</t>
</t>
</template>
</data>
</odoo>