Repository
OCA/account-fiscal-rule · module folder · Try on Runboat
Module version
1.3.0
Category
Accounting & Finance
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-fiscal-rule
Last tracking update
2026-08-07 07:47:47
Authors
Odoo Community Association (OCA), Sygel Technology
Maintainers
Odoo Community Association (OCA), Sygel Technology
Committers
Daniel Reis, Ethan Hildick, sergiocorato, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
l10n_es_aeat_mod303_oss, l10n_es_aeat_mod369, l10n_es_aeat_mod390_oss, l10n_es_aeat_sii_oss, l10n_es_vat_book_oss, l10n_it_fatturapa_out_oss
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
l10n_eu_oss_wizard_form_view l10n eu oss wizard form view l10n.eu.oss.wizard form New
res_config_settings_view_form_l10n_eu_oss res.config.settings.view.form.inherit.l10n.eu.oss res.config.settings form Inherits account.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • oss_country_id Many2one → res.country
    comodel_name='res.country' string='Oss Country'
Public methods (0)

No public methods.

New fields (8)
  • company_id Many2one → res.company
    default=_get_default_company_id required=True string='Company' args: 'res.company'
  • done_country_ids Many2many → res.country
    default=_default_done_country_ids string='Already Supported' args: 'res.country', 'l10n_eu_oss_country_rel_done'
  • general_tax Many2one → account.tax
    comodel_name='account.tax' required=True string='General Tax'
  • price_include_tax Boolean
    default=False string='Price Include Tax'
  • reduced_tax Many2one → account.tax
    comodel_name='account.tax' string='Reduced Tax'
  • second_superreduced_tax Many2one → account.tax
    comodel_name='account.tax' string='Second Super Reduced Tax'
  • superreduced_tax Many2one → account.tax
    comodel_name='account.tax' string='Super Reduced Tax'
  • todo_country_ids Many2many → res.country
    default=_default_todo_country_ids required=True string='EU Customers From' args: 'res.country', 'l10n_eu_oss_country_rel_todo'
Public methods (3)
  • generate_dict_taxes(self, selected_taxes, oss_rate_id)
  • generate_eu_oss_taxes(self)
  • update_fpos(self, fpos_id, taxes_data)

New fields (5)
  • general_rate Float
    digits=(16, 4) string='General Rate'
  • oss_country_id Many2one → res.country
    comodel_name='res.country' string='Country'
  • reduced_rate Float
    digits=(16, 4) string='Reduced Rate'
  • second_superreduced_rate Float
    digits=(16, 4) string='Second Super Reduced Rate'
  • superreduced_rate Float
    digits=(16, 4) string='Super Reduced Rate'
Public methods (1)
  • get_rates_list(self)

Loading…

Loading…

Loading…

Loading…

Loading…