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:
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 IDNameModelTypeStatus
view_res_company_search res.company search New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (6)
  • city Char
    store=True
  • country_id Many2one
    store=True
  • state_id Many2one
    store=True
  • street Char
    store=True
  • street2 Char
    store=True
  • zip Char
    store=True
Public methods (0)

No public methods.

Loading…

Loading…