| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Community Apps Dependencies | Show |
| Lines of code | 2185 |
| Technical Name |
do_school_reports |
| License | OPL-1 |
| Website | http://doincredible.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Community Apps Dependencies | Show |
| Lines of code | 2185 |
| Technical Name |
do_school_reports |
| License | OPL-1 |
| Website | http://doincredible.com |
School ERP — Reports & Exports
Generate clean data exports and provide the statutory-export hook that localizations implement — one consistent export experience everywhere.
A single, predictable home for school data exports
The Reports & Exports module gives principals and administrators a guided way to extract school data, and gives developers a clean extension point for country-specific statutory reporting. The core ships generic, country-neutral exports out of the box, while localization layers plug their national datasets into the very same hook.
The result is one consistent export experience everywhere: universal reporting and country-specific rules stay cleanly separated, file output stays well-formed across every export, and adding a new regulatory submission never means touching core code.
Everything you need to export & report
Export Wizard
Pick an available export and download the generated file in a couple of clicks via do.export.wizard.
Statutory-Export Hook
An abstract contract, do.statutory.export, that any reporting dataset can implement.
Built-in Schools Export
A generic, country-neutral schools CSV export ships with the core out of the box.
CSV Generation Helper
A shared helper produces consistent, well-formed CSV output across every export.
Localization-Friendly
Country modules add their own statutory exports without touching core code.
Stable Contract
Clear methods — _get_available_exports and _run_export — keep extensions simple and predictable.
See it in action
From menu to download in five steps
Who can do what
| Role | Access |
|---|---|
| Principal | Run the export wizard and download the generated files. |
| School Admin | Run the export wizard and download the generated files. |
Part of a connected suite
Builds on do_school_core for base school data and the shared security groups (Principal, School Admin).
Extended by localization layers — for example the India UDISE+ statutory export — which register additional export codes on the same hook without modifying core.
Under the hood
Odoo Version: 19.0 (Community)
Models: do.statutory.export (abstract hook), do.export.wizard
Dependencies: do_school_core
License: LGPL-3
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module