{
    "name": "Xenoptics Data Import/Export Templates",
    "version": "19.0.1.3.0",
    "summary": "Curated Favorite Export field sets for HR bulk import/export",
    "description": """
Feature-parity closure for the XENHR -> Odoo migration's task #7 (export +
template + import triad for employees, holidays, leave balances, leave
applications, attendance).

Odoo's built-in generic Import/Export wizard (base_import) already provides
a full round-trip for every model -- export any list view, edit the file,
re-import it, with column-header auto-mapping and a dry-run error preview.
That covers the mechanism. The only real gap versus XENHR's dedicated
per-resource export/template screens is that Odoo's raw field list is huge
(200+ technical fields on hr.employee) and not HR-friendly.

This module ships pre-saved "Favorite Exports" (ir.exports records) with a
curated, human-relevant field subset for the 4 resources that don't already
have a dedicated report/export of their own:

- Employees (hr.employee)
- Employee Detail & Personal Information (hr.employee) -- the Private
  Information tab / self-service Personal Information page fields
  (citizenship, education, health, transportation, contact/address), so
  those can be bulk created/updated by Excel the same round-trip way.
- Leave applications (hr.leave)
- Leave balances / allocations (hr.leave.allocation)
- Company holidays / global time off (resource.calendar.leaves)

These same curated exports double as the import template: export with this
Favorite selected -> gives a workbook with only the relevant columns -> edit
rows in Excel -> re-import the same file (Odoo auto-maps columns by header
label). Attendance is intentionally excluded: the real source of truth is
HRSystem's biometric/GPS data via xeno_attendance, which already has its
own Excel export at /odoo/attendances/bymonth/export (task #10) -- Odoo's
native hr.attendance model is not where attendance data lives.
""",
    "author": "Xenoptics",
    "license": "LGPL-3",
    "category": "Human Resources",
    "depends": ["hr", "hr_holidays", "xeno_leave", "xeno_attendance", "xeno_theme_slate",
                "xeno_foreigner_details"],
    "data": [
        "data/ir_exports_data.xml",
    ],
    "installable": True,
    "application": False,
}
