TIP: You can type at any time to perform a new search.
Informes financieros para España
l10n_es_account_financial_report · OCA/l10n-spain
- Repository
- OCA/l10n-spain · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Localisation/Accounting
- Folder size
- 0.48 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://github.com/OCA/l10n-spain
- Last tracking update
- 2026-08-07 07:03:02
- Authors
- Odoo Community Association (OCA), Zikzakmedia SL, J. Gutierrez, Tecnativa
- Maintainers
- Odoo Community Association (OCA), Zikzakmedia SL, J. Gutierrez, Tecnativa
- Committers
- Pedro M. Baeza, OCA Transbot, oca-travis
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_journal_entries_report_view |
Print journal by entries | account.journal.entries.report | form | New |
journal_entries |
journal_entries | ir.ui.view | qweb | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (4)
-
journal_idsMany2many → account.journalcomodel_name='account.journal'default=_default_journal_idsrelation='account_journal_entries_report_journals_rel'required=Truestring='Journal' -
landscapeBooleandefault=Truestring='Landscape mode' -
period_idsMany2many → account.periodcomodel_name='account.period'relation='account_journal_entries_report_periods_rel'string='Period' -
sort_selectionSelectiondefault='name'required=Truestring='Entries Sorted By' args: [('date', 'By date'), ('name', 'By entry number'), ('ref', 'By reference number')]
-
print_report(self)@api.multiPrint report.
New fields (0)
No new fields.
Public methods (1)-
render_html(self, data=None)@api.multi
Loading…