Continent management

base_continent
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/10.0/base_continent
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYGeneric Modules/Base
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, Amaris, senseFly
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, Amaris, senseFly
COMMITTERS
COMMITTERSQuentin THEURET, Pedro M. Baeza, Stéphane Bidoul (ACSONE), oca-travis, OCA-git-bot
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - sales_team
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
res_partner_form_add_continent res.partner.form.add_continent res.partner field Inherits base.view_partner_form
view_continent_form res.continent.form res.continent form New
view_continent_tree res.continent.tree res.continent tree New
view_country_form_add_continent res.country.form.add_continent res.country field Inherits base.view_country_form
view_country_tree_add_continent res.country.tree.add_continent res.country field Inherits base.view_country_tree
view_res_partner_filter res.partner.filter.add_continent res.partner group Inherits base.view_res_partner_filter
Models touched (3)

New fields (3)
  • code Char
    required=True size=2 string='Continent Code'
  • country_ids One2many → res.country
    comodel_name='res.country' inverse_name='continent_id' string='Countries'
  • name Char
    help='The full name of the continent.' required=True string='Continent Name' translate=True
Public methods (0)

No public methods.

New fields (1)
  • continent_id Many2one → res.continent
    comodel_name='res.continent' ondelete='restrict' string='Continent'
Public methods (0)

No public methods.

New fields (1)
  • continent_id Many2one → res.continent
    readonly=True related='country_id.continent_id' store=True string='Continent' args: 'res.continent'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/9.0/base_continent
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYGeneric Modules/Base
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module introduces continent management.
============================================
Links continents to countries,
adds continent field on partner form

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
res_partner_form_add_continent res.partner.form.add_continent res.partner field Inherits base.view_partner_form
view_continent_form res.continent.form res.continent form New
view_continent_tree res.continent.tree res.continent tree New
view_country_form_add_continent res.country.form.add_continent res.country field Inherits base.view_country_form
view_country_tree_add_continent res.country.tree.add_continent res.country field Inherits base.view_country_tree
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/8.0/base_continent
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYGeneric Modules/Base
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSStéphane Bidoul, Alexis de Lattre, Yannick Vaucher, Alexandre Fayolle, Sandy Carter, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Matjaž Mozetič
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
res_partner_form_add_continent res.partner.form.add_continent res.partner field Inherits base.view_partner_form
view_continent_form res.continent.form res.continent form New
view_continent_tree res.continent.tree res.continent tree New
view_country_form_add_continent res.country.form.add_continent res.country field Inherits base.view_country_form
view_country_tree_add_continent res.country.tree.add_continent res.country field Inherits base.view_country_tree
view_res_partner_filter res.partner.filter.add_continent res.partner group Inherits base.view_res_partner_filter
Models touched (3)

New fields (2)
  • country_ids One2many → res.country
    string='Countries' args: 'res.country', 'continent_id'
  • name Char
    help='The full name of the continent.' required=True string='Continent Name' translate=True
Public methods (0)

No public methods.

New fields (1)
  • continent_id Many2one → res.continent
    ondelete='restrict' string='Continent' args: 'res.continent'
Public methods (0)

No public methods.

New fields (1)
  • continent_id Many2one → res.continent
    readonly=True related='country_id.continent_id' store=True string='Continent' args: 'res.continent'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/7.0/base_continent
VERSION
VERSION 1.0
CATEGORY
CATEGORYGeneric Modules/Base
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSRomain Deheele, Alexandre Fayolle, Sandy Carter, Stéphane Bidoul (ACSONE), OCA Transbot
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module introduces continent management.
============================================
Links continents to countries,
adds continent field on partner form

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
res_partner_form_add_continent res.partner.form.add_continent res.partner field Inherits base.view_partner_form
view_continent_form res.continent.form res.continent form New
view_continent_tree res.continent.tree res.continent tree New
view_country_form_add_continent res.country.form.add_continent res.country field Inherits base.view_country_form
view_country_tree_add_continent res.country.tree.add_continent res.country field Inherits base.view_country_tree
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.