TIP: You can type at any time to perform a new search.
Base multi branch company
base_multi_branch_company · OCA/server-ux
- Repository
- OCA/server-ux · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- base
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/server-ux
- Last tracking update
- 2026-08-07 07:57:01
- Authors
- Odoo Community Association (OCA), Ecosoft
- Maintainers
- Odoo Community Association (OCA), Ecosoft
- Committers
- Saran440, OCA-git-bot, oca-ci
- Odoo dependencies
-
odoo/odoo:- base
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_branch_view_form |
res.branch.view.form | res.branch | form | New |
res_branch_view_search |
res.branch.view.search | res.branch | search | New |
res_branch_view_tree |
res.branch.view.tree | res.branch | tree | New |
view_company_form |
res.company | form | Inherits base.view_company_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (11)
-
activeBooleandefault=True -
cityChar -
company_idMany2one → res.companycomodel_name='res.company'required=Truestring='Company' -
country_idMany2one → res.countrycomodel_name='res.country' -
emailChar -
nameCharrequired=Truestring='Branch' -
phoneChar -
state_idMany2one → res.country.statecomodel_name='res.country.state'domain="[('country_id', '=?', country_id)]"string='Fed. State' -
streetChar -
street2Char -
zipChar
No public methods.
New fields (1)
-
branch_idsOne2many → res.branchcomodel_name='res.branch'inverse_name='company_id'
No public methods.