Implements full Phase 1 of the activeblue_familylaw Odoo 18 module: - 17 Python models (fl.case, fl.party, fl.child, fl.support.calculation, fl.fee.waiver, fl.income.withholding, fl.deadline, fl.hearing, fl.deposition, fl.discovery, fl.document, fl.caselaw, fl.analysis, fl.ai.engine, fl.argument, fl.statute, fl.issue.tag) + hr.expense extension - 3 wizard stubs (intake, analysis, generate-packet) - Security: 4 groups (admin/paralegal/portal-petitioner/portal-respondent) + record rules scoping portal users to their own cases - Seed data: issue tags, FL statutes, FL DCF support schedule, ir.sequence - 13 backend view XML files with FL 61.30 worksheet, fee waiver eligibility banner, DV safety resources, emancipation alerts - Static CSS/JS stubs for Phase 6 portal Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
243 lines
19 KiB
XML
243 lines
19 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
|
|
<!-- ══════════════════════════════════════════════════════
|
|
CHAPTER 61 — DISSOLUTION OF MARRIAGE / SUPPORT
|
|
══════════════════════════════════════════════════════ -->
|
|
|
|
<record id="statute_fl6130" model="fl.statute">
|
|
<field name="name">FL 61.30</field>
|
|
<field name="title">Child Support Guidelines</field>
|
|
<field name="description">Establishes the guidelines for calculating child support in Florida. Provides the Basic Support Obligation schedule based on combined net monthly income and number of children. Governs adjustments for health insurance, childcare, timesharing, and extraordinary expenses.</field>
|
|
<field name="category">child_support</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0061/Sections/0061.30.html</field>
|
|
</record>
|
|
|
|
<record id="statute_fl6114" model="fl.statute">
|
|
<field name="name">FL 61.14</field>
|
|
<field name="title">Modification of Support, Maintenance, Alimony, or Child Support</field>
|
|
<field name="description">Authorizes courts to modify child support and alimony orders when there is a substantial change in circumstances. For child support, requires the change to meet the 15% or $50 threshold under FL 61.30(1)(b).</field>
|
|
<field name="category">modification</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0061/Sections/0061.14.html</field>
|
|
</record>
|
|
|
|
<record id="statute_fl6108" model="fl.statute">
|
|
<field name="name">FL 61.08</field>
|
|
<field name="title">Alimony</field>
|
|
<field name="description">Governs alimony awards in dissolution cases. AMENDED 2023 (HB 1409, effective July 1, 2023): Permanent alimony eliminated. Durational alimony capped at length of marriage. Pre-2023 permanent alimony orders may still be modified under new standards.</field>
|
|
<field name="category">alimony</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0061/Sections/0061.08.html</field>
|
|
</record>
|
|
|
|
<record id="statute_fl6113" model="fl.statute">
|
|
<field name="name">FL 61.13</field>
|
|
<field name="title">Support of Children; Parenting and Time-Sharing</field>
|
|
<field name="description">Governs parental responsibility, timesharing schedules, and parenting plans. FL 61.13(2)(c) specifically addresses timesharing in domestic violence situations. Best interests of the child standard applies.</field>
|
|
<field name="category">timesharing</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0061/Sections/0061.13.html</field>
|
|
</record>
|
|
|
|
<record id="statute_fl6121" model="fl.statute">
|
|
<field name="name">FL 61.21</field>
|
|
<field name="title">Parenting Course; Requirement</field>
|
|
<field name="description">Requires both parents to complete a parenting course when minor children are involved in a dissolution or modification proceeding. Must be completed before final hearing. Miami-Dade approved courses available through the court.</field>
|
|
<field name="category">procedure</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0061/Sections/0061.21.html</field>
|
|
</record>
|
|
|
|
<record id="statute_fl61075" model="fl.statute">
|
|
<field name="name">FL 61.075</field>
|
|
<field name="title">Equitable Distribution of Marital Assets and Liabilities</field>
|
|
<field name="description">Governs the distribution of marital assets and liabilities in dissolution proceedings. Presumption of equal distribution. Applies in dissolution cases — not directly applicable to child support modification.</field>
|
|
<field name="category">dissolution</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0061/Sections/0061.075.html</field>
|
|
</record>
|
|
|
|
<record id="statute_fl61052" model="fl.statute">
|
|
<field name="name">FL 61.052</field>
|
|
<field name="title">Dissolution of Marriage</field>
|
|
<field name="description">Establishes grounds for dissolution of marriage in Florida. Florida is a no-fault divorce state — irretrievable breakdown of the marriage is sufficient grounds. No showing of fault required.</field>
|
|
<field name="category">dissolution</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0061/Sections/0061.052.html</field>
|
|
</record>
|
|
|
|
<record id="statute_fl61021" model="fl.statute">
|
|
<field name="name">FL 61.021</field>
|
|
<field name="title">Residence Requirement</field>
|
|
<field name="description">Requires at least one party to have been a Florida resident for at least 6 months before filing for dissolution of marriage or modification. Must be proven by driver's license, voter registration, or witness testimony.</field>
|
|
<field name="category">procedure</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0061/Sections/0061.021.html</field>
|
|
</record>
|
|
|
|
<record id="statute_fl611301" model="fl.statute">
|
|
<field name="name">FL 61.1301</field>
|
|
<field name="title">Income Deduction Orders</field>
|
|
<field name="description">Mandatory income withholding order must be entered with every child support or alimony order. Employer deducts from paycheck and remits to Florida State Disbursement Unit (SDU). Exceptions only for good cause shown or written agreement between parties.</field>
|
|
<field name="category">enforcement</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0061/Sections/0061.1301.html</field>
|
|
</record>
|
|
|
|
<record id="statute_fl61_30_17" model="fl.statute">
|
|
<field name="name">FL 61.30(17)</field>
|
|
<field name="title">Child Support Retroactivity</field>
|
|
<field name="description">Modified child support is retroactive only to the date the petition for modification was filed. Cannot seek retroactive modification for periods before the filing date. Critical rule often missed by pro se filers.</field>
|
|
<field name="category">modification</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0061/Sections/0061.30.html</field>
|
|
</record>
|
|
|
|
<!-- ══════════════════════════════════════════════════════
|
|
CHAPTER 742 — PATERNITY
|
|
══════════════════════════════════════════════════════ -->
|
|
|
|
<record id="statute_fl74210" model="fl.statute">
|
|
<field name="name">FL 742.10</field>
|
|
<field name="title">Establishment of Paternity</field>
|
|
<field name="description">Governs the establishment of paternity in Florida. Methods include voluntary acknowledgment, administrative order, or court proceedings. Once paternity is established, child support and timesharing may be addressed.</field>
|
|
<field name="category">paternity</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0742/Sections/0742.10.html</field>
|
|
</record>
|
|
|
|
<!-- ══════════════════════════════════════════════════════
|
|
CHAPTER 741 — DOMESTIC VIOLENCE
|
|
══════════════════════════════════════════════════════ -->
|
|
|
|
<record id="statute_fl74130" model="fl.statute">
|
|
<field name="name">FL 741.30</field>
|
|
<field name="title">Domestic Violence Injunctions</field>
|
|
<field name="description">Provides for injunctions for protection against domestic violence. An active injunction affects mediation requirements, timesharing, and all court proceedings. Pro se litigants with active DV injunctions should strongly consider legal representation.</field>
|
|
<field name="category">domestic_violence</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0741/Sections/0741.30.html</field>
|
|
</record>
|
|
|
|
<!-- ══════════════════════════════════════════════════════
|
|
CHAPTER 44 — MEDIATION
|
|
══════════════════════════════════════════════════════ -->
|
|
|
|
<record id="statute_fl44102" model="fl.statute">
|
|
<field name="name">FL 44.102</field>
|
|
<field name="title">Referral to Mediation</field>
|
|
<field name="description">Authorizes courts to refer civil matters to mediation. In family law cases, mediation is generally required before final hearing. Miami-Dade Family Mediation Unit provides services.</field>
|
|
<field name="category">procedure</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0044/Sections/0044.102.html</field>
|
|
</record>
|
|
|
|
<record id="statute_fl44108" model="fl.statute">
|
|
<field name="name">FL 44.108</field>
|
|
<field name="title">Mediation Confidentiality; Mediator Fees</field>
|
|
<field name="description">Governs mediator fees and confidentiality. Miami-Dade County provides county mediators at no cost for qualifying income levels (under 200% FPL). Parties may apply for mediator fee waiver in conjunction with civil indigent status.</field>
|
|
<field name="category">procedure</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0044/Sections/0044.108.html</field>
|
|
</record>
|
|
|
|
<!-- ══════════════════════════════════════════════════════
|
|
CHAPTER 57 — CIVIL INDIGENT STATUS
|
|
══════════════════════════════════════════════════════ -->
|
|
|
|
<record id="statute_fl57082" model="fl.statute">
|
|
<field name="name">FL 57.082</field>
|
|
<field name="title">Determination of Civil Indigent Status</field>
|
|
<field name="description">Process for determining civil indigent status for fee waivers. Income threshold: less than 200% of federal poverty level. Application filed with clerk of court. If approved, filing fees and service fees are waived.</field>
|
|
<field name="category">fee_waiver</field>
|
|
<field name="url">http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0057/Sections/0057.082.html</field>
|
|
</record>
|
|
|
|
<!-- ══════════════════════════════════════════════════════
|
|
FLORIDA RULES OF CIVIL PROCEDURE
|
|
══════════════════════════════════════════════════════ -->
|
|
|
|
<record id="statute_fl1070" model="fl.statute">
|
|
<field name="name">FL 1.070</field>
|
|
<field name="title">Process — Service of Process</field>
|
|
<field name="description">Governs service of process in civil actions. Summons must be served within 120 days of filing. If not served within 120 days, court may dismiss or extend time for good cause. Pro se tip: aim to serve within 30 days of filing.</field>
|
|
<field name="category">procedure</field>
|
|
<field name="url">http://www.floridabar.org/rules/frcp/</field>
|
|
</record>
|
|
|
|
<record id="statute_fl1140" model="fl.statute">
|
|
<field name="name">FL 1.140</field>
|
|
<field name="title">Defenses — Time to Answer</field>
|
|
<field name="description">Respondent has 20 days from date of service to file an answer or other responsive pleading. Failure to respond within 20 days may result in a default judgment being entered against the respondent.</field>
|
|
<field name="category">procedure</field>
|
|
<field name="url">http://www.floridabar.org/rules/frcp/</field>
|
|
</record>
|
|
|
|
<record id="statute_fl1280" model="fl.statute">
|
|
<field name="name">FL 1.280</field>
|
|
<field name="title">General Provisions Governing Discovery</field>
|
|
<field name="description">Governs the scope and limits of discovery in civil proceedings. Discovery may cover any matter relevant to the subject matter of the pending action. Allows discovery of information reasonably calculated to lead to admissible evidence.</field>
|
|
<field name="category">discovery</field>
|
|
<field name="url">http://www.floridabar.org/rules/frcp/</field>
|
|
</record>
|
|
|
|
<record id="statute_fl1310" model="fl.statute">
|
|
<field name="name">FL 1.310</field>
|
|
<field name="title">Depositions Upon Oral Examination</field>
|
|
<field name="description">Governs oral depositions. Minimum 10 days notice required (FL 1.310(b)). Maximum 7 hours per deponent per day (FL 1.310(d)). Video recording allowed with notice. Deponent may object to questions on privilege grounds.</field>
|
|
<field name="category">discovery</field>
|
|
<field name="url">http://www.floridabar.org/rules/frcp/</field>
|
|
</record>
|
|
|
|
<record id="statute_fl1340" model="fl.statute">
|
|
<field name="name">FL 1.340</field>
|
|
<field name="title">Interrogatories to Parties</field>
|
|
<field name="description">Written questions directed to a party. Responding party has 30 days to answer in writing under oath. Limited to 30 interrogatories without court permission. Commonly used to discover income, assets, employment, and expenses.</field>
|
|
<field name="category">discovery</field>
|
|
<field name="url">http://www.floridabar.org/rules/frcp/</field>
|
|
</record>
|
|
|
|
<record id="statute_fl1350" model="fl.statute">
|
|
<field name="name">FL 1.350</field>
|
|
<field name="title">Production of Documents and Things</field>
|
|
<field name="description">Request for production of documents, electronically stored information, or tangible things. Responding party has 30 days to respond. Used to obtain tax returns, pay stubs, bank statements, business records.</field>
|
|
<field name="category">discovery</field>
|
|
<field name="url">http://www.floridabar.org/rules/frcp/</field>
|
|
</record>
|
|
|
|
<record id="statute_fl1370" model="fl.statute">
|
|
<field name="name">FL 1.370</field>
|
|
<field name="title">Requests for Admission</field>
|
|
<field name="description">Written requests to admit or deny specific facts. Responding party has 30 days to respond. Facts not denied within 30 days are deemed admitted. Useful for establishing undisputed facts and narrowing issues before hearing.</field>
|
|
<field name="category">discovery</field>
|
|
<field name="url">http://www.floridabar.org/rules/frcp/</field>
|
|
</record>
|
|
|
|
<record id="statute_fl1351" model="fl.statute">
|
|
<field name="name">FL 1.351</field>
|
|
<field name="title">Production of Documents Without Deposition (Subpoena)</field>
|
|
<field name="description">Allows subpoena of documents from third parties (employers, banks, accountants) without requiring a deposition. Third party has 30 days to respond. Commonly used to subpoena employer payroll records when respondent income is unknown or disputed.</field>
|
|
<field name="category">discovery</field>
|
|
<field name="url">http://www.floridabar.org/rules/frcp/</field>
|
|
</record>
|
|
|
|
<record id="statute_fl1380" model="fl.statute">
|
|
<field name="name">FL 1.380</field>
|
|
<field name="title">Failure to Make Discovery; Sanctions</field>
|
|
<field name="description">Motion to Compel filed when opposing party fails to respond to discovery requests or deposition notice. Court may impose sanctions including striking pleadings, entering default, or finding contempt. File within 5 days of deposition no-show.</field>
|
|
<field name="category">discovery</field>
|
|
<field name="url">http://www.floridabar.org/rules/frcp/</field>
|
|
</record>
|
|
|
|
<!-- ══════════════════════════════════════════════════════
|
|
FLORIDA FAMILY LAW RULES OF PROCEDURE
|
|
══════════════════════════════════════════════════════ -->
|
|
|
|
<record id="statute_fl12285" model="fl.statute">
|
|
<field name="name">FL 12.285</field>
|
|
<field name="title">Mandatory Disclosure</field>
|
|
<field name="description">Both parties must exchange financial information within 45 days of service of petition. Required documents include last 3 years tax returns, last 3 months pay stubs, last 12 months bank statements, and business records if self-employed. Failure may result in sanctions.</field>
|
|
<field name="category">disclosure</field>
|
|
<field name="url">http://www.floridabar.org/rules/flfr/</field>
|
|
</record>
|
|
|
|
<record id="statute_fl12922" model="fl.statute">
|
|
<field name="name">FL 12.922</field>
|
|
<field name="title">Default</field>
|
|
<field name="description">Governs the default process in family law cases. If respondent fails to respond within 20 days of service, petitioner may move for default. Motion for Default filed with clerk, followed by Motion for Final Judgment by Default. Respondent may move to set aside default for good cause.</field>
|
|
<field name="category">procedure</field>
|
|
<field name="url">http://www.floridabar.org/rules/flfr/</field>
|
|
</record>
|
|
|
|
</data>
|
|
</odoo>
|