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:
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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)
  • active Boolean
    default=True
  • city Char
  • company_id Many2one → res.company
    comodel_name='res.company' required=True string='Company'
  • country_id Many2one → res.country
    comodel_name='res.country'
  • email Char
  • name Char
    required=True string='Branch'
  • phone Char
  • state_id Many2one → res.country.state
    comodel_name='res.country.state' domain="[('country_id', '=?', country_id)]" string='Fed. State'
  • street Char
  • street2 Char
  • zip Char
Public methods (0)

No public methods.

New fields (1)
  • branch_ids One2many → res.branch
    comodel_name='res.branch' inverse_name='company_id'
Public methods (0)

No public methods.