Files
famlaw/activeblue_familylaw/report/report_notice_ssn.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

186 lines
13 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- FL-12.930(a) — Notice of Social Security Number
Auto-populated from fl.party record.
Required to be filed with the court under seal per FL 119.0714.
SSN fields are NOT printed on any court document served on other party —
this notice goes directly to the court, filed separately under seal.
See spec §8.3: SSNs stored encrypted, never displayed in UI.
-->
<odoo>
<data>
<record id="action_report_notice_ssn" model="ir.actions.report">
<field name="name">Notice of Social Security Number (FL-12.930(a))</field>
<field name="model">fl.party</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">activeblue_familylaw.report_notice_ssn</field>
<field name="report_file">activeblue_familylaw/report/report_notice_ssn</field>
<field name="print_report_name">'SSN Notice - ' + object.name</field>
<field name="binding_model_id" ref="model_fl_party"/>
<field name="binding_type">report</field>
</record>
<template id="report_notice_ssn">
<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;">
<!-- CONFIDENTIAL Banner -->
<div style="background: #6c757d; color: #fff; padding: 10px; text-align: center; margin-bottom: 16px; font-size: 12pt; font-weight: bold;">
CONFIDENTIAL — FILED UNDER SEAL<br/>
<span style="font-size: 9pt; font-weight: normal;">
Not to be served on opposing party — For court records only
</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;">
<t t-esc="o.case_id.petitioner_id.name if o.case_id and o.case_id.petitioner_id else '__________________'"/>, Petitioner,<br/>
vs.<br/>
<t t-esc="o.case_id.respondent_id.name if o.case_id and o.case_id.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.case_id.court_case_number if o.case_id else '____________________'"/><br/>
Division: <t t-esc="o.case_id.division if o.case_id else '___'"/>
</td>
</tr>
</table>
<!-- Title -->
<div style="text-align: center; font-size: 13pt; font-weight: bold; margin-bottom: 20px; text-decoration: underline;">
NOTICE OF SOCIAL SECURITY NUMBER
</div>
<div style="text-align: center; font-size: 10pt; margin-bottom: 20px; color: #555;">
Florida Family Law Rules of Procedure Form 12.930(a)
</div>
<!-- Privacy Notice -->
<div style="border: 1px solid #6c757d; padding: 10px; margin-bottom: 20px; background: #f8f9fa; font-size: 10pt;">
<strong>IMPORTANT PRIVACY NOTICE:</strong> This document contains social security numbers
and is filed with the court under seal pursuant to Rule 2.420, Florida Rules of Judicial
Administration, and Section 119.0714, Florida Statutes. This document is
<strong>NOT</strong> to be served on the opposing party or any other person. It is to be
filed directly with the clerk of court under seal. Access is restricted to court personnel
and authorized parties only.
</div>
<!-- SECTION 1: Party Submitting -->
<div style="margin-bottom: 16px;">
<strong>1.</strong> The undersigned party,
<strong><t t-esc="o.name"/></strong>,
[ ] Petitioner [ ] Respondent, hereby provides the following Social Security Number(s)
for use by the court in proceedings pursuant to Chapter 61, Florida Statutes:
</div>
<!-- SECTION 2: Submitting Party's SSN -->
<div style="border: 1px solid #000; padding: 12px; margin-bottom: 16px; font-size: 11pt;">
<strong>SUBMITTING PARTY:</strong><br/><br/>
Name: <strong><t t-esc="o.name"/></strong><br/>
Date of Birth: <t t-esc="str(o.date_of_birth) if o.date_of_birth else '__________________'"/><br/><br/>
Social Security Number: _____ - _____ - _____<br/>
<div style="font-size: 9pt; color: #666; margin-top: 8px; font-style: italic;">
(Enter SSN by hand on this sealed document — do NOT type or print SSN through automated system)
</div>
</div>
<!-- SECTION 3: Minor Children SSNs -->
<t t-if="o.case_id and o.case_id.child_ids">
<div style="margin-bottom: 12px;">
<strong>2.</strong> Social Security Numbers for minor children in this proceeding:
</div>
<div style="border: 1px solid #000; padding: 12px; margin-bottom: 16px;">
<table style="width: 100%; font-size: 10pt; border-collapse: collapse;">
<tr style="background: #e9ecef; font-weight: bold;">
<td style="padding: 4px; border: 1px solid #ccc;">Child's Full Name</td>
<td style="padding: 4px; border: 1px solid #ccc;">Date of Birth</td>
<td style="padding: 4px; border: 1px solid #ccc;">Social Security Number</td>
</tr>
<t t-foreach="o.case_id.child_ids" t-as="child">
<tr>
<td style="padding: 4px; border: 1px solid #ccc;"><t t-esc="child.name"/></td>
<td style="padding: 4px; border: 1px solid #ccc;"><t t-esc="str(child.date_of_birth) if child.date_of_birth else '____________'"/></td>
<td style="padding: 4px; border: 1px solid #ccc;">_____ - _____ - _____</td>
</tr>
</t>
</table>
<div style="font-size: 9pt; color: #666; margin-top: 8px; font-style: italic;">
(Enter SSNs by hand — do NOT type through automated system)
</div>
</div>
</t>
<t t-else="">
<div style="margin-bottom: 16px;">
<strong>2.</strong> Minor children's Social Security Numbers (if applicable):<br/><br/>
<table style="width: 100%; font-size: 10pt; border-collapse: collapse;">
<tr style="background: #e9ecef; font-weight: bold;">
<td style="padding: 4px; border: 1px solid #ccc;">Child's Full Name</td>
<td style="padding: 4px; border: 1px solid #ccc;">Date of Birth</td>
<td style="padding: 4px; border: 1px solid #ccc;">Social Security Number</td>
</tr>
<tr><td style="padding: 6px; border: 1px solid #ccc;">________________________</td><td style="padding: 6px; border: 1px solid #ccc;">____________</td><td style="padding: 6px; border: 1px solid #ccc;">_____ - _____ - _____</td></tr>
<tr><td style="padding: 6px; border: 1px solid #ccc;">________________________</td><td style="padding: 6px; border: 1px solid #ccc;">____________</td><td style="padding: 6px; border: 1px solid #ccc;">_____ - _____ - _____</td></tr>
<tr><td style="padding: 6px; border: 1px solid #ccc;">________________________</td><td style="padding: 6px; border: 1px solid #ccc;">____________</td><td style="padding: 6px; border: 1px solid #ccc;">_____ - _____ - _____</td></tr>
</table>
</div>
</t>
<!-- SECTION 4: Statement -->
<div style="margin-bottom: 20px;">
<strong>3.</strong> I understand that this information is provided solely for the purpose of
child support enforcement and is confidential pursuant to applicable Florida law.
This document is filed under seal and is not subject to public records disclosure.
</div>
<!-- Signature Block -->
<div style="margin-top: 30px;">
<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.name"/>, Pro Se
</div>
</td>
<td style="padding-left: 20px;">
<div style="margin-top: 20px;">Date: ______________________</div>
</td>
</tr>
</table>
</div>
<!-- Certificate of Filing (not service) -->
<div style="margin-top: 20px; border-top: 1px solid #000; padding-top: 12px; font-size: 10pt;">
<strong style="text-decoration: underline;">CERTIFICATE OF FILING</strong><br/>
I hereby certify that this Notice of Social Security Number has been filed with the
Clerk of Court <strong>under seal</strong> and has <strong>NOT</strong> been served on any other party,
on _______________________, 20____.
<div style="margin-top: 20px; border-top: 1px solid #000; width: 50%; padding-top: 4px;">
Signature
</div>
</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. This document is confidential.
Do NOT serve on opposing party. File under seal with clerk only.
Case: <t t-esc="o.case_id.name if o.case_id else 'N/A'"/> | Generated: <t t-esc="context_today()"/>
</div>
</div>
</t>
</t>
</t>
</template>
</data>
</odoo>