TIP: You can type at any time to perform a new search.
Company - Search View
res_company_search_view · OCA/multi-company
- Repository
- OCA/multi-company · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Tools
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/multi-company
- Last tracking update
- 2026-08-07 09:06:27
- Authors
- Odoo Community Association (OCA), GRAP
- Maintainers
- Odoo Community Association (OCA), GRAP
- Committers
- Weblate, OCA-git-bot, Raf Ven, oca-ci
- Odoo dependencies
-
odoo/odoo:- base
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module simply add a search view for the `res.company` model. It is used to be extended in other modules. Technically, it is an adaptation of the `res.partner` search view. (`base.view_res_partner_filter`) In addition, the following address fields on `res.company` are made stored, so they become searchable and usable in filters and groupings: - `street` - `street2` - `zip` - `city` - `state_id` - `country_id`
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_res_company_search |
res.company | search | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (6)
-
cityCharstore=True -
country_idMany2onestore=True -
state_idMany2onestore=True -
streetCharstore=True -
street2Charstore=True -
zipCharstore=True
No public methods.
Loading…
Loading…