TIP: You can type at any time to perform a new search.
Fechamento fiscal do período
l10n_br_fiscal_closing · OCA/l10n-brazil
- Repository
- OCA/l10n-brazil · module folder · Try on Runboat
- Module version
- 1.1.1
- Category
- Uncategorized
- Folder size
- 0.1 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-brazil
- Last tracking update
- 2026-08-07 08:42:49
- Authors
- Odoo Community Association (OCA), KMEE
- Maintainers
- Odoo Community Association (OCA), KMEE
- Committers
- Raphaël Valyi, Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior, Marcos
- Odoo dependencies
- Python dependencies
- erpbrasil.base, email-validator, num2words, phonenumbers
- System dependencies
- None
- Required by
- None
- Description
Este módulo permite a exportação dos documentos fiscais por período.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fiscal_closing_form |
l10n_br_fiscal.closing.form | l10n_br_fiscal.closing | form | New |
fiscal_closing_tree |
l10n_br_fiscal.closing.tree | l10n_br_fiscal.closing | list | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (31)
-
attachment_idsMany2many → ir.attachmentcomodel_name='ir.attachment'string='Other accountant files' -
blockBooleanhelp='Avoid new fiscal moves'string='Block period' -
company_idMany2one → res.companycomodel_name='res.company'string='Company' -
document_cfe_idsOne2many → l10n_br_fiscal.documentcomodel_name='l10n_br_fiscal.document'domain=[('document_type', '=', MODELO_FISCAL_CFE)]inverse_name='close_id'string='CFe Documents' -
document_cfeecf_idsOne2many → l10n_br_fiscal.documentcomodel_name='l10n_br_fiscal.document'domain=[('document_type', '=', MODELO_FISCAL_CUPOM_FISCAL_ECF)]inverse_name='close_id'string='CFe ECF Documents' -
document_cte_idsOne2many → l10n_br_fiscal.documentcomodel_name='l10n_br_fiscal.document'domain=[('document_type', '=', MODELO_FISCAL_CTE)]inverse_name='close_id'string='CTE Documents' -
document_nfce_idsOne2many → l10n_br_fiscal.documentcomodel_name='l10n_br_fiscal.document'domain=[('document_type', '=', MODELO_FISCAL_NFCE)]inverse_name='close_id'string='NFCe Documents' -
document_nfe_idsOne2many → l10n_br_fiscal.documentcomodel_name='l10n_br_fiscal.document'domain=[('document_type', '=', MODELO_FISCAL_NFE)]inverse_name='close_id'string=' NFe Documents' -
document_nfse_idsOne2many → l10n_br_fiscal.documentcomodel_name='l10n_br_fiscal.document'domain=[('document_type', '=', MODELO_FISCAL_NFSE)]inverse_name='close_id'string='NFSe Documents' -
document_rl_idsOne2many → l10n_br_fiscal.documentcomodel_name='l10n_br_fiscal.document'domain=[('document_type', '=', MODELO_FISCAL_RL)]inverse_name='close_id'string='RL Documents' -
export_typeSelectiondefault='period'required=Trueselection=[('period', 'By Period'), ('all', 'All')]string='Export' -
file_cofinsBinarystring='COFINS' -
file_csllBinarystring='CSLL' -
file_honorariosBinarystring='Accountant Fee' -
file_icmsBinarystring='ICMS' -
file_icms_stBinarystring='ICMS ST' -
file_ipiBinarystring='IPI' -
file_irpjBinarystring='IRPJ' -
file_issBinarystring='ISS' -
file_nameCharcompute='_compute_name'index=Truesize=11store=True -
file_pisBinarystring='PIS' -
file_simplesBinarystring='National Simple Taxes' -
group_folderBooleanstring='Group documents' -
include_pdf_fileBooleanstring='Include PDF files' -
monthCharindex=Truesize=2 -
nameCharcompute='_compute_name'index=Truesize=7store=True -
notesTextstring='Accountant notes' -
raizChardefault=Falsestring='Folder structure path' -
stateSelectiondefault='draft'readonly=Trueselection=[('draft', 'Draft'), ('open', 'Open'), ('closed', 'Closed')] -
yearCharindex=True -
zip_fileBinaryreadonly=True
-
action_close(self)Sobrescrever este método para, notificar seguidores, processar documentos anexos, criar contas a pagar -
action_export(self)
New fields (1)
-
close_idMany2one → l10n_br_fiscal.closingcomodel_name='l10n_br_fiscal.closing'string='Close ID'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…