Repository
OCA/l10n-spain · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.17 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-spain
Last tracking update
2026-08-07 08:42:46
Authors
Odoo Community Association (OCA), Binhex System Solutions
Maintainers
Odoo Community Association (OCA), Binhex System Solutions
Committers
Enric Tobella, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/account-financial-reporting:
OCA/l10n-spain:
OCA/server-ux:
odoo/odoo:
- web
- bus
- uom
Python dependencies
unidecode
System dependencies
None
Required by
None
Description
Módulo para la presentación del modelo 415 de la Agencia Tributaria
Canaria.

Instrucciones del modelo:
<https://www3.gobiernodecanarias.org/tributos/atc/estatico/asistencia_contribuyente/modelos/ref_y_propios/igic/mod415/pdf/instrucciones/415.pdf>

Code Analysis

Views touched (11)
XML IDNameModelTypeStatus
communication_failed 415 communication failed ir.ui.view qweb New
communication_success 415 communication success ir.ui.view qweb New
partner_record_search_view l10n.es.atc.mod415.partner_record search Inherits l10n_es_aeat_mod347.partner_record_search_view
report_415_partner report_415_partner ir.ui.view qweb New
view_l10n_es_atc_mod415_partner_record_form l10n.es.atc.mod415.partner_record form Inherits l10n_es_aeat_mod347.view_l10n_es_aeat_mod347_partner_record_form
view_l10n_es_atc_mod415_partner_record_tree l10n.es.atc.mod415.partner_record tree Inherits l10n_es_aeat_mod347.view_l10n_es_aeat_mod347_partner_record_tree
view_l10n_es_atc_mod415_real_estate_record_form l10n.es.atc.mod415.real_estate_record form Inherits l10n_es_aeat_mod347.view_l10n_es_aeat_mod347_real_estate_record_form
view_l10n_es_atc_mod415_real_estate_record_tree l10n.es.atc.mod415.real_estate_record tree Inherits l10n_es_aeat_mod347.view_l10n_es_aeat_mod347_real_estate_record_tree
view_l10n_es_atc_mod415_report_form l10n.es.atc.mod415.report form Inherits l10n_es_aeat_mod347.view_l10n_es_aeat_mod347_report_form
view_move_form_mod415 account.move.supplier.form.mod415 account.move form Inherits account.view_move_form
view_partner_form_mod415 Partners - Add 'exclude from 415' res.partner form Inherits l10n_es_aeat.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (6)

New fields (1)
  • not_in_mod415 Boolean
    default=False help='If you mark this field, this invoice will not be included in any ATC 415 model report.' args: 'Force not included in 415 report'
Public methods (0)

No public methods.

New fields (1)
  • partner_record_id Many2one → l10n.es.atc.mod415.partner_record
    comodel_name='l10n.es.atc.mod415.partner_record' default=_default_partner_record index=True ondelete='cascade' required=True string='Partner record'
Public methods (0)

No public methods.

New fields (2)
  • move_record_ids One2many → l10n.es.atc.mod415.move.record
    comodel_name='l10n.es.atc.mod415.move.record' inverse_name='partner_record_id' string='Move records'
  • report_id Many2one → l10n.es.atc.mod415.report
    comodel_name='l10n.es.atc.mod415.report' default=_default_record_id ondelete='cascade' string='Modelo 415'
Public methods (1)
  • button_print(self)

New fields (1)
  • report_id Many2one → l10n.es.atc.mod415.report
    comodel_name='l10n.es.atc.mod415.report' default=_default_record_id index=1 ondelete='cascade' string='Modelo 415'
Public methods (0)

No public methods.

New fields (3)
  • number Char
    default='415'
  • partner_record_ids One2many → l10n.es.atc.mod415.partner_record
    comodel_name='l10n.es.atc.mod415.partner_record' inverse_name='report_id' string='Partner Records'
  • real_estate_record_ids One2many → l10n.es.atc.mod415.real_estate_record
    comodel_name='l10n.es.atc.mod415.real_estate_record' inverse_name='report_id' string='Real Estate Records'
Public methods (2)
  • btn_list_records(self)
  • calculate(self)

New fields (1)
  • not_in_mod415 Boolean
    default=False help='If you mark this field, this partner will not be included in any ATC 415 model report, independently from the total amount of its operations.' args: 'Not included in 415 report'
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
3 days ago
Last activity
3 days ago
Repository
OCA/l10n-spain
Pull request
[19.0][MIG] l10n_es_atc_mod415 (#5168)