Repository
OCA/l10n-spain · module folder · Try on Runboat
Module version
1.0.0
Category
Localisation/Accounting
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://www.acysos.com/
Last tracking update
2026-08-07 07:03:03
Authors
Odoo Community Association (OCA), Acysos S.L.
Maintainers
Odoo Community Association (OCA), Acysos S.L.
Committers
Stéphane Bidoul, Alexandre Fayolle, Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, agaldona, Roberto Lizana
Odoo dependencies
Python dependencies
unidecode
System dependencies
None
Required by
None
Description
        Exporta el registro de tipo 0 del Modelo 340.
        Actualmente solo obligatorio para la Comunidad Foral de Navarra.
        

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_mod340_form_type0 l10n.es.aeat.mod340.form.type0 l10n.es.aeat.mod340.report form Inherits l10n_es_aeat_mod340.view_l10n_es_aeat_mod340_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (11)
  • presenter_address_acronym Char
    help='Acronyms of the type of public roadway, example St.' size=2 string='Address Acronym'
  • presenter_address_door Char
    size=2 string='Door'
  • presenter_address_floor Char
    size=2 string='Floor'
  • presenter_address_name Char
    size=52 string='Street Name'
  • presenter_address_number Integer
    size=5 string='Number'
  • presenter_address_stair Char
    size=2 string='Stair'
  • presenter_city_id Many2one → res.better.zip
    help='Use the name or the zip to search the location' select=1 string='Location' args: 'res.better.zip'
  • presenter_name Char
    size=40 string='Name And Surname'
  • presenter_name_contact Char
    size=40 string='Name And Surname Contact'
  • presenter_phone_contact Char
    size=9 string='Phone Contact'
  • presenter_vat Char
    size=9 states={'confirmed': [('readonly', True)]} string='VAT number'
Public methods (3)
  • on_change_name_contact(self)
    @api.onchange('contact_name')
  • on_change_phone_contact(self)
    @api.onchange('contact_phone')
  • on_change_representative_vat(self)
    @api.onchange('representative_vat')

Loading…

Loading…