Repository
OCA/l10n-france · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-france
Last tracking update
2026-08-07 08:09:28
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Sylvain LE GAL, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/l10n-france:
OCA/product-attribute:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
product_template_search_view product.template search Inherits product_origin.product_template_search_view
view_product_product_form product.product form Inherits product_origin.view_product_product_form
view_product_product_form_variant product.product form Inherits product_origin.view_product_product_form_variant
view_product_template_form product.template form Inherits product_origin.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • department_id Many2one → res.country.department
    comodel_name='res.country.department' ondelete='restrict' string='Department of Origin'
  • department_id_domain Binary
    compute='_compute_department_id_domain' help='Technical field, used to compute dynamically department domain depending on the state.'
Public methods (2)
  • onchange_department_id(self)
    @api.onchange('department_id')
  • onchange_state_id(self)
    @api.onchange('state_id')

New fields (2)
  • department_id Many2one → res.country.department
    comodel_name='res.country.department' compute='_compute_department_id' inverse='_inverse_department_id' store=True string='Department of Origin'
  • department_id_domain Binary
    compute='_compute_department_id_domain' help='Technical field, used to compute dynamically department domain depending on the state.'
Public methods (2)
  • onchange_department_id(self)
    @api.onchange('department_id')
  • onchange_state_id(self)
    @api.onchange('state_id')