Repository
OCA/account-fiscal-rule · module folder · Try on Runboat
Module version
1.0.0
Category
Localization/Account Taxes
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 08:43:06
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Raphaël Valyi, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module is an extension of the module *account_ecotax* for sale
orders. Please refer to the README of the module *account_ecotax* for
more info about ecotax management.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
document_tax_totals document_tax_totals ir.ui.view qweb Inherits sale.document_tax_totals
report_saleorder_document report_saleorder_document ir.ui.view qweb Inherits sale.report_saleorder_document
view_order_form sale.order form Inherits sale.view_order_form
view_sale_line_ecotax_form sale.order.line.ecotax.form sale.order.line form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • amount_ecotax Float
    compute='_compute_ecotax' digits='Ecotaxe' store=True string='Included Ecotaxe'
Public methods (0)

No public methods.

New fields (3)
  • ecotax_amount_unit Float
    compute='_compute_ecotax' digits='Ecotax' store=True string='Ecotax Unit'
  • ecotax_line_ids One2many → sale.order.line.ecotax
    compute='_compute_ecotax_line_ids' copy=True readonly=False store=True string='Ecotax Lines' args: 'sale.order.line.ecotax', 'sale_order_line_id'
  • subtotal_ecotax Float
    compute='_compute_ecotax' digits='Ecotax' store=True string='Ecotax'
Public methods (1)
  • edit_ecotax_lines(self)

New fields (4)
  • currency_id Many2one
    readonly=True related='sale_order_line_id.currency_id'
  • product_id Many2one → product.product
    readonly=True related='sale_order_line_id.product_id' args: 'product.product'
  • quantity Float
    readonly=True related='sale_order_line_id.product_uom_qty'
  • sale_order_line_id Many2one → sale.order.line
    auto_join=True comodel_name='sale.order.line' index=True ondelete='cascade' readonly=True required=True string='Sale Line'
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
80 days ago
Last activity
8 days ago
Repository
OCA/account-fiscal-rule
Pull request
[19.0][MIG] account_ecotax_sale: Migration to 19.0 (#599)