TIP: You can type at any time to perform a new search.
Product Origin (French Departments)
l10n_fr_department_product_origin · OCA/l10n-france
- 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
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → res.country.departmentcomodel_name='res.country.department'ondelete='restrict'string='Department of Origin' -
department_id_domainBinarycompute='_compute_department_id_domain'help='Technical field, used to compute dynamically department domain depending on the state.'
-
onchange_department_id(self)@api.onchange('department_id') -
onchange_state_id(self)@api.onchange('state_id')
New fields (2)
-
department_idMany2one → res.country.departmentcomodel_name='res.country.department'compute='_compute_department_id'inverse='_inverse_department_id'store=Truestring='Department of Origin' -
department_id_domainBinarycompute='_compute_department_id_domain'help='Technical field, used to compute dynamically department domain depending on the state.'
-
onchange_department_id(self)@api.onchange('department_id') -
onchange_state_id(self)@api.onchange('state_id')