Ecotax Reporting

account_ecotax_report
REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/16.0/account_ecotax_report
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYLocalization/Account Taxes
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSSébastien BEAU, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-fiscal-rule:
    - account_ecotax
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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
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.