TIP: You can type at any time to perform a new search.
Sanitary Registry
company_sanitary_registry · OCA/community-data-files
- Repository
- OCA/community-data-files · module folder · Try on Runboat
- Module version
- 1.2.0
- Category
- Uncategorized
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/community-data-files
- Last tracking update
- 2026-08-07 08:43:00
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Carlos Roca, eduardo, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to add the sanitary registry of a company. Furthermore it adds a template that can be used on your reports.
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sanitary_registry_template |
sanitary_registry_template | ir.ui.view | qweb | New |
sanitary_registry_tree |
sanitary.registry tree | sanitary.registry | list | New |
sanitary_registry_warehouse_category_tree |
sanitary.registry.warehouse.category.tree | sanitary.registry.warehouse.category | list | New |
view_company_form |
res.company | form | Inherits base.view_company_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
sanitary_registryCharrelated='sanitary_registry_id.name' -
sanitary_registry_idMany2one → sanitary.registryargs: 'sanitary.registry'
No public methods.
New fields (1)
-
nameChar
No public methods.
New fields (4)
-
category_complete_nameCharrelated='category_id.complete_name' -
category_idMany2one → product.categoryargs: 'product.category' -
sanitary_registry_idMany2one → sanitary.registryrequired=True args: 'sanitary.registry' -
warehouse_idMany2one → stock.warehouseargs: 'stock.warehouse'
-
get_active_sanitary_registry(self, category, warehouse)@api.modelMethod to get the most specific sanitary registry for a given product category and warehouse.
Loading…
Loading…
Loading…