Repository
OCA/l10n-france · module folder · Try on Runboat
Module version
1.0.0
Category
Localization/Account Taxes
Folder size
1.0 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-france
Last tracking update
2026-08-07 07:57:16
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexandre Fayolle, SilvioC2C, Weblate, OCA Transbot, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
l10n_fr_ecotaxe_product, l10n_fr_ecotaxe_sale
Description

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
ecotaxe_category_form account.ecotaxe.category form New
ecotaxe_category_search account.ecotaxe.category search New
ecotaxe_category_tree account.ecotaxe.category tree New
ecotaxe_classification_form account.ecotaxe.classification form New
ecotaxe_classification_search account.ecotaxe.classification search New
ecotaxe_classification_tree account.ecotaxe.classification tree New
product_template_form_ecotaxe product.template.ecotaxe.form product.template form Inherits product.product_template_form_view
view_move_form_inherit l10n_fr_ecotaxe.move.form account.move form Inherits account.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (3)
  • code Char
    required=True
  • description Char
  • name Char
    required=True
Public methods (0)

No public methods.

New fields (12)
  • account_ecotaxe_categ_id Many2one → account.ecotaxe.category
    comodel_name='account.ecotaxe.category' string='Ecotaxe category'
  • active Boolean
    default=True
  • code Char
  • company_id Many2one → res.company
    comodel_name='res.company' default=_default_company_id help='Specify a company if you want to define this Ecotaxe Classification only for specific company. Otherwise, this Fiscal Classification will be available for all companies.'
  • default_fixed_ecotaxe Float
    help='Default fixed ecotaxe amount.'
  • ecotaxe_coef Float
    digits='Ecotaxe'
  • ecotaxe_deb_code Char
  • ecotaxe_product_status Selection
    required=True string='Product Status' args: [('M', 'Menager'), ('P', 'Professionnel')]
  • ecotaxe_scale_code Char
  • ecotaxe_supplier_status Selection
    help="FAB ==> Fabricant : est établi en France et fabrique des EEE\nsous son propre nom ou sa propre marque, ou fait concevoir ou\n fabriquer des EEE et les commercialise sous\n son propre nom et sa propre marque\nREV ==> Revendeur sous sa marque : est établi en France et vend,\n sous son propre nom ou sa propre marque des EEE produits\n par d'autres fournisseursINT ==> Introducteur : est établi en France et met sur le marché\ndes EEE provenant d'un autre Etat membreIMP ==> Importateur : est établi en France et met sur marché\ndes EEE provenant de pays hors Union EuropéenneDIS ==> Vendeur à distance : est établie dans un autre Etat\nmembre ou dans un pays tiers et vend en France des EEE par\ncommunication à distance" required=True string='Supplier Status' args: [('FAB', 'Fabricant'), ('REV', 'Revendeur sous sa marque'), ('INT', 'Introducteur'), ('IMP', 'Importateur'), ('DIS', 'Vendeur à distance')]
  • ecotaxe_type Selection
    help='If ecotaxe is weight based,the ecotaxe coef must take into account\nthe weight unit of measure (kg by default)' required=True args: [('fixed', 'Fixed'), ('weight_based', 'Weight based')]
  • name Char
    required=True
Public methods (0)

No public methods.

New fields (1)
  • amount_ecotaxe Monetary
    compute='_compute_ecotaxe' store=True string='Included Ecotaxe'
Public methods (0)

No public methods.

New fields (2)
  • subtotal_ecotaxe Float
    compute='_compute_ecotaxe' store=True
  • unit_ecotaxe_amount Float
    compute='_compute_ecotaxe' store=True string='Ecotaxe Unit.'
Public methods (0)

No public methods.

New fields (3)
  • ecotaxe_amount Monetary
    compute='_compute_ecotaxe' help='Ecotaxe Amount computed form Classification' store=True
  • ecotaxe_classification_id Many2one → account.ecotaxe.classification
    string='Ecotaxe Classification' args: 'account.ecotaxe.classification'
  • manual_fixed_ecotaxe Monetary
    help='Manual Fixed ecotaxe.\nAllow to subtite default Ecotaxe Classification\n'
Public methods (0)

No public methods.

Loading…