Repository
OCA/account-fiscal-rule · module folder · Try on Runboat
Module version
1.0.0
Category
Localization/Account Taxes
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-fiscal-rule
Last tracking update
2026-08-07 08:09:31
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Sébastien BEAU, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/account-fiscal-rule:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_move_line_ecotax_pivot account.move.line.ecotax.pivot account.move.line.ecotax pivot New
account_move_line_ecotax_search account.move.line.ecotax search New
account_move_line_ecotax_tree account.move.line.ecotax tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (11)
  • classif_categ_id Many2one → account.ecotax.category
    readonly=True related='classification_id.categ_id' store=True string='Classification category' args: 'account.ecotax.category'
  • collector_id Many2one → ecotax.collector
    readonly=True related='classification_id.collector_id' store=True string='Ecotax collector' args: 'ecotax.collector'
  • company_id Many2one → res.company
    comodel_name='res.company' readonly=True related='account_move_line_id.company_id' store=True
  • currency_id Many2one
    store=True
  • ecotax_type Selection
    readonly=True related='classification_id.ecotax_type' store=True
  • invoice_date Date
    related='account_move_line_id.date' store=True
  • invoice_state Selection
    related='account_move_line_id.parent_state' store=True
  • product_id Many2one
    store=True
  • sector_id Many2one → ecotax.sector
    readonly=True related='classification_id.sector_id' store=True string='Ecotax sector' args: 'ecotax.sector'
  • supplier_status Selection
    readonly=True related='classification_id.supplier_status' store=True
  • weight Float
    readonly=True related='product_id.weight' store=True
Public methods (0)

No public methods.