test-inherit

test_inherit
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/test_inherit
VERSION
VERSION 0.1
CATEGORY
CATEGORYHidden/Tests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSRaphael Collet, Julien Castiaux, Gorash, Krzysztof Magusiak (krma)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - test_orm
    - web
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module to verify the inheritance.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (18)

New fields (1)
  • daughter_ids One2many → test_inherit_daughter
    string='My daughter_ids' args: 'test_inherit_daughter', 'partner_id'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    default='Foo'
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (2)
  • field_in_mother_2 Char
  • state Selection
    default=None selection_add=[('c', 'C')]
Public methods (0)

No public methods.

New fields (2)
  • field_in_mother_3 Char
  • state Selection
    selection_add=[('d', 'D'), ('b')]
Public methods (0)

No public methods.

New fields (4)
  • field_in_mother Char
  • name Char
    default='Bar' required=True
  • partner_id Many2one → res.partner
    args: 'res.partner'
  • state Selection
    default='a' args: [('a', 'A'), ('b', 'B')]
Public methods (1)
  • bar(self)

New fields (2)
  • field_in_mother_4 Char
  • state Selection
    selection_add=[('e', 'E')]
Public methods (1)
  • foo(self)

New fields (1)
  • bar Integer
Public methods (1)
  • stuff(self)

New fields (2)
  • field_in_daughter Char
    args: 'Field1'
  • template_id Many2one → test.inherit.mother
    delegate=True ondelete='cascade' required=True args: 'test.inherit.mother', 'Template'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    default='Baz'
  • template_id Many2one
Public methods (0)

No public methods.

New fields (1)
  • published Boolean
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • stuff(self)

New fields (1)
  • foo Integer
Public methods (1)
  • stuff(self)

New fields (3)
  • name Char
    required=True args: 'Name'
  • property_bar Integer
    company_dependent=True string='Bar'
  • property_foo Integer
    company_dependent=True string='Foo'
Public methods (0)

No public methods.

New fields (2)
  • property_bar Integer
    company_dependent=False compute='_compute_bar'
  • property_foo Integer
    company_dependent=False
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • foo Char
Public methods (0)

No public methods.

New fields (1)
  • body Text
    translate=True
Public methods (1)
  • bar(self)

New fields (2)
  • other Selection
    args: '_other_values'
  • state Selection
    selection_add=[('bar', 'Bar'), ('baz', 'Baz')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/18.0/test_inherit
VERSION
VERSION 0.1
CATEGORY
CATEGORYHidden/Tests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERS
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:26:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - test_new_api
    - web
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module to verify the inheritance.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (14)

New fields (1)
  • daughter_ids One2many → test.inherit.daughter
    args: 'test.inherit.daughter', 'partner_id'
Public methods (0)

No public methods.

New fields (1)
  • bar Integer
Public methods (1)
  • stuff(self)

New fields (2)
  • field_in_daughter Char
    args: 'Field1'
  • template_id Many2one → test.inherit.mother
    delegate=True ondelete='cascade' required=True args: 'test.inherit.mother', 'Template'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    default='Baz'
  • template_id Many2one
Public methods (0)

No public methods.

New fields (3)
  • name Char
    default='Foo'
  • state Selection
    default='a' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (4)
  • field_in_mother Char
  • name Char
    default='Bar' required=True
  • partner_id Many2one → res.partner
    args: 'res.partner'
  • state Selection
    default=None selection_add=[('c', 'C')]
Public methods (0)

No public methods.

New fields (1)
  • state Selection
    selection_add=[('d', 'D'), ('b')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • stuff(self)

New fields (1)
  • foo Integer
Public methods (1)
  • stuff(self)

New fields (3)
  • name Char
    required=True args: 'Name'
  • property_bar Integer
    company_dependent=True string='Bar'
  • property_foo Integer
    company_dependent=True string='Foo'
Public methods (0)

No public methods.

New fields (2)
  • property_bar Integer
    company_dependent=False compute='_compute_bar'
  • property_foo Integer
    company_dependent=False
Public methods (0)

No public methods.

New fields (1)
  • published Boolean
Public methods (0)

No public methods.

New fields (1)
  • body Text
    translate=True
Public methods (0)

No public methods.

New fields (2)
  • other Selection
    args: '_other_values'
  • state Selection
    selection_add=[('bar', 'Bar'), ('baz', 'Baz')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/test_inherit
VERSION
VERSION 0.1
CATEGORY
CATEGORYHidden/Tests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSMartin Trigaux, Rémy Voet (ryv)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - test_new_api
    - web
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module to verify the inheritance.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (14)

New fields (1)
  • daughter_ids One2many → test.inherit.daughter
    args: 'test.inherit.daughter', 'partner_id'
Public methods (0)

No public methods.

New fields (1)
  • bar Integer
Public methods (1)
  • stuff(self)

New fields (2)
  • field_in_daughter Char
    args: 'Field1'
  • template_id Many2one → test.inherit.mother
    delegate=True ondelete='cascade' required=True args: 'test.inherit.mother', 'Template'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    default='Baz'
  • template_id Many2one
Public methods (0)

No public methods.

New fields (3)
  • name Char
    default='Foo'
  • state Selection
    default='a' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (4)
  • field_in_mother Char
  • name Char
    default='Bar' required=True
  • partner_id Many2one → res.partner
    args: 'res.partner'
  • state Selection
    default=None selection_add=[('c', 'C')]
Public methods (0)

No public methods.

New fields (1)
  • state Selection
    selection_add=[('d', 'D'), ('b')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • stuff(self)

New fields (1)
  • foo Integer
Public methods (1)
  • stuff(self)

New fields (3)
  • name Char
    required=True args: 'Name'
  • property_bar Integer
    company_dependent=True string='Bar'
  • property_foo Integer
    company_dependent=True string='Foo'
Public methods (0)

No public methods.

New fields (2)
  • property_bar Integer
    company_dependent=False compute='_compute_bar'
  • property_foo Integer
    company_dependent=False
Public methods (0)

No public methods.

New fields (1)
  • published Boolean
Public methods (0)

No public methods.

New fields (1)
  • body Text
    translate=True
Public methods (0)

No public methods.

New fields (2)
  • other Selection
    args: '_other_values'
  • state Selection
    selection_add=[('bar', 'Bar'), ('baz', 'Baz')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/test_inherit
VERSION
VERSION 0.1
CATEGORY
CATEGORYHidden/Tests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSVictor Feyens
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - test_new_api
    - web
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module to verify the inheritance.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (13)

New fields (1)
  • daughter_ids One2many → test.inherit.daughter
    args: 'test.inherit.daughter', 'partner_id'
Public methods (0)

No public methods.

New fields (1)
  • bar Integer
Public methods (1)
  • stuff(self)

New fields (2)
  • field_in_daughter Char
    args: 'Field1'
  • template_id Many2one → test.inherit.mother
    delegate=True ondelete='cascade' required=True args: 'test.inherit.mother', 'Template'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    default='Baz'
  • template_id Many2one
Public methods (0)

No public methods.

New fields (3)
  • name Char
    default='Foo'
  • state Selection
    default='a' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (4)
  • field_in_mother Char
  • name Char
    default='Bar' required=True
  • partner_id Many2one → res.partner
    args: 'res.partner'
  • state Selection
    default=None selection_add=[('c', 'C')]
Public methods (0)

No public methods.

New fields (1)
  • state Selection
    selection_add=[('d', 'D'), ('b')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • stuff(self)

New fields (1)
  • foo Integer
Public methods (1)
  • stuff(self)

New fields (3)
  • name Char
    required=True args: 'Name'
  • property_bar Integer
    company_dependent=True string='Bar'
  • property_foo Integer
    company_dependent=True string='Foo'
Public methods (0)

No public methods.

New fields (2)
  • property_bar Integer
    company_dependent=False compute='_compute_bar'
  • property_foo Integer
    company_dependent=False
Public methods (0)

No public methods.

New fields (1)
  • published Boolean
Public methods (0)

No public methods.

New fields (2)
  • other Selection
    args: '_other_values'
  • state Selection
    selection_add=[('bar', 'Bar'), ('baz', 'Baz')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/15.0/test_inherit
VERSION
VERSION 0.1
CATEGORY
CATEGORYHidden/Tests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Adrian Torres, Xavier-Do
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:25:30
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - test_new_api
    - web
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module to verify the inheritance.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (13)

New fields (1)
  • daughter_ids One2many → test.inherit.daughter
    args: 'test.inherit.daughter', 'partner_id'
Public methods (0)

No public methods.

New fields (1)
  • bar Integer
Public methods (1)
  • stuff(self)

New fields (2)
  • field_in_daughter Char
    args: 'Field1'
  • template_id Many2one → test.inherit.mother
    delegate=True ondelete='cascade' required=True args: 'test.inherit.mother', 'Template'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    default='Baz'
  • template_id Many2one
Public methods (0)

No public methods.

New fields (3)
  • name Char
    default='Foo'
  • state Selection
    default='a' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (4)
  • field_in_mother Char
  • name Char
    default='Bar' required=True
  • partner_id Many2one → res.partner
    args: 'res.partner'
  • state Selection
    default=None selection_add=[('c', 'C')]
Public methods (0)

No public methods.

New fields (1)
  • state Selection
    selection_add=[('d', 'D'), ('b')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • stuff(self)

New fields (1)
  • foo Integer
Public methods (1)
  • stuff(self)

New fields (3)
  • name Char
    required=True args: 'Name'
  • property_bar Integer
    company_dependent=True string='Bar'
  • property_foo Integer
    company_dependent=True string='Foo'
Public methods (0)

No public methods.

New fields (2)
  • property_bar Integer
    company_dependent=False compute='_compute_bar'
  • property_foo Integer
    company_dependent=False
Public methods (0)

No public methods.

New fields (1)
  • published Boolean
Public methods (0)

No public methods.

New fields (2)
  • other Selection
    args: '_other_values'
  • state Selection
    selection_add=[('bar', 'Bar'), ('baz', 'Baz')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/14.0/test_inherit
VERSION
VERSION 0.1
CATEGORY
CATEGORYHidden/Tests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Yannick Tivisse, Xavier-Do
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - test_new_api
    - web
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module to verify the inheritance.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (12)

New fields (1)
  • daughter_ids One2many → test.inherit.daughter
    args: 'test.inherit.daughter', 'partner_id'
Public methods (0)

No public methods.

New fields (1)
  • bar Integer
Public methods (1)
  • stuff(self)

New fields (2)
  • field_in_daughter Char
    args: 'Field1'
  • template_id Many2one → test.inherit.mother
    delegate=True ondelete='cascade' required=True args: 'test.inherit.mother', 'Template'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    default='Baz'
  • template_id Many2one
Public methods (0)

No public methods.

New fields (3)
  • name Char
    default='Foo'
  • state Selection
    default='a' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (4)
  • field_in_mother Char
  • name Char
    default='Bar' required=True
  • partner_id Many2one → res.partner
    args: 'res.partner'
  • state Selection
    default=None selection_add=[('c', 'C')]
Public methods (0)

No public methods.

New fields (1)
  • state Selection
    selection_add=[('d', 'D'), ('b')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • stuff(self)

New fields (1)
  • foo Integer
Public methods (1)
  • stuff(self)

New fields (3)
  • name Char
    required=True args: 'Name'
  • property_bar Integer
    company_dependent=True string='Bar'
  • property_foo Integer
    company_dependent=True string='Foo'
Public methods (0)

No public methods.

New fields (2)
  • property_bar Integer
    company_dependent=False compute='_compute_bar'
  • property_foo Integer
    company_dependent=False
Public methods (0)

No public methods.

New fields (2)
  • other Selection
    args: '_other_values'
  • state Selection
    selection_add=[('bar', 'Bar'), ('baz', 'Baz')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/test_inherit
VERSION
VERSION 0.1
CATEGORY
CATEGORYTests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Martin Trigaux, Adrian Torres, Xavier-Do
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - test_new_api
    - web
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module to verify the inheritance.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (12)

New fields (1)
  • daughter_ids One2many → test.inherit.daughter
    args: 'test.inherit.daughter', 'partner_id'
Public methods (0)

No public methods.

New fields (1)
  • bar Integer
Public methods (1)
  • stuff(self)

New fields (2)
  • field_in_daughter Char
    args: 'Field1'
  • template_id Many2one → test.inherit.mother
    delegate=True ondelete='cascade' required=True args: 'test.inherit.mother', 'Template'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    default='Baz'
  • template_id Many2one
Public methods (0)

No public methods.

New fields (3)
  • name Char
    default='Foo'
  • state Selection
    default='a' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (4)
  • field_in_mother Char
  • name Char
    default='Bar' required=True
  • partner_id Many2one → res.partner
    args: 'res.partner'
  • state Selection
    default=None selection_add=[('c', 'C')]
Public methods (0)

No public methods.

New fields (1)
  • state Selection
    selection_add=[('d', 'D'), ('b')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • stuff(self)

New fields (1)
  • foo Integer
Public methods (1)
  • stuff(self)

New fields (3)
  • name Char
    required=True args: 'Name'
  • property_bar Integer
    company_dependent=True string='Bar'
  • property_foo Integer
    company_dependent=True string='Foo'
Public methods (0)

No public methods.

New fields (2)
  • property_bar Integer
    company_dependent=False compute='_compute_bar'
  • property_foo Integer
    company_dependent=False
Public methods (0)

No public methods.

New fields (2)
  • other Selection
    args: '_other_values'
  • state Selection
    selection_add=[('bar', 'Bar'), ('baz', 'Baz')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/12.0/test_inherit
VERSION
VERSION 0.1
CATEGORY
CATEGORYTests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSYannick Tivisse, Xavier-Do
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module to verify the inheritance.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (11)

New fields (1)
  • daughter_ids One2many → test.inherit.daughter
    args: 'test.inherit.daughter', 'partner_id'
Public methods (0)

No public methods.

New fields (1)
  • bar Integer
Public methods (1)
  • stuff(self)

New fields (2)
  • field_in_daughter Char
    args: 'Field1'
  • template_id Many2one → test.inherit.mother
    delegate=True ondelete='cascade' required=True args: 'test.inherit.mother', 'Template'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    default='Baz'
  • template_id Many2one
Public methods (0)

No public methods.

New fields (3)
  • name Char
    default='Foo'
  • state Selection
    default='a' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (4)
  • field_in_mother Char
  • name Char
    default='Bar' required=True
  • partner_id Many2one → res.partner
    args: 'res.partner'
  • state Selection
    default=None selection_add=[('c', 'C')]
Public methods (0)

No public methods.

New fields (1)
  • state Selection
    selection_add=[('d', 'D')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • stuff(self)

New fields (1)
  • foo Integer
Public methods (1)
  • stuff(self)

New fields (3)
  • name Char
    required=True args: 'Name'
  • property_bar Integer
    company_dependent=True string='Bar'
  • property_foo Integer
    company_dependent=True string='Foo'
Public methods (0)

No public methods.

New fields (2)
  • property_bar Integer
    company_dependent=False compute='_compute_bar'
  • property_foo Integer
    company_dependent=False
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/test_inherit
VERSION
VERSION 0.1
CATEGORY
CATEGORYTests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSChristophe Simonis, GitHub
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module to verify the inheritance.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (11)

New fields (1)
  • daughter_ids One2many → test.inherit.daughter
    args: 'test.inherit.daughter', 'partner_id'
Public methods (0)

No public methods.

New fields (1)
  • bar Integer
Public methods (1)
  • stuff(self)

New fields (2)
  • field_in_daughter Char
    args: 'Field1'
  • template_id Many2one → test.inherit.mother
    delegate=True ondelete='cascade' required=True args: 'test.inherit.mother', 'Template'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    default='Baz'
  • template_id Many2one
Public methods (0)

No public methods.

New fields (3)
  • name Char
    default='Foo'
  • state Selection
    default='a' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (4)
  • field_in_mother Char
  • name Char
    default='Bar' required=True
  • partner_id Many2one → res.partner
    args: 'res.partner'
  • state Selection
    default=None selection_add=[('c', 'C')]
Public methods (0)

No public methods.

New fields (1)
  • state Selection
    selection_add=[('d', 'D')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • stuff(self)

New fields (1)
  • foo Integer
Public methods (1)
  • stuff(self)

New fields (3)
  • name Char
    required=True args: 'Name'
  • property_bar Integer
    company_dependent=True string='Bar'
  • property_foo Integer
    company_dependent=True string='Foo'
Public methods (0)

No public methods.

New fields (2)
  • property_bar Integer
    company_dependent=False compute='_compute_bar'
  • property_foo Integer
    company_dependent=False
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/test_inherit
VERSION
VERSION 0.1
CATEGORY
CATEGORYTests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Olivier Dony, Christophe Simonis
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module to verify the inheritance.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (11)

New fields (1)
  • daughter_ids One2many → test.inherit.daughter
    args: 'test.inherit.daughter', 'partner_id'
Public methods (0)

No public methods.

New fields (1)
  • bar Integer
Public methods (1)
  • stuff(self)

New fields (2)
  • field_in_daughter Char
    args: 'Field1'
  • template_id Many2one → test.inherit.mother
    delegate=True ondelete='cascade' required=True args: 'test.inherit.mother', 'Template'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    default='Baz'
  • template_id Many2one
Public methods (0)

No public methods.

New fields (3)
  • name Char
    default='Foo'
  • state Selection
    default='a' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (4)
  • field_in_mother Char
  • name Char
    default='Bar' required=True
  • partner_id Many2one → res.partner
    args: 'res.partner'
  • state Selection
    default=None selection_add=[('c', 'C')]
Public methods (0)

No public methods.

New fields (1)
  • state Selection
    selection_add=[('d', 'D')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • stuff(self)

New fields (1)
  • foo Integer
Public methods (1)
  • stuff(self)

New fields (3)
  • name Char
    required=True args: 'Name'
  • property_bar Integer
    company_dependent=True string='Bar'
  • property_foo Integer
    company_dependent=True string='Foo'
Public methods (0)

No public methods.

New fields (2)
  • property_bar Integer
    company_dependent=False compute='_compute_bar'
  • property_foo Integer
    company_dependent=False
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/test_inherit
VERSION
VERSION 0.1
CATEGORY
CATEGORYTests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSMartin Trigaux, Denis Ledoux, Christophe Simonis, Yannick Tivisse
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module to verify the inheritance.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (8)

New fields (1)
  • daughter_ids One2many → test.inherit.daughter
    args: 'test.inherit.daughter', 'partner_id'
Public methods (0)

No public methods.

New fields (2)
  • field_in_daughter Char
    args: 'Field1'
  • template_id Many2one → test.inherit.mother
    delegate=True ondelete='cascade' required=True args: 'test.inherit.mother', 'Template'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    default='Baz'
  • template_id Many2one
Public methods (0)

No public methods.

New fields (1)
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (4)
  • field_in_mother Char
  • name Char
    default='Bar' required=True
  • partner_id Many2one → res.partner
    args: 'res.partner'
  • state Selection
    selection_add=[('c', 'C')]
Public methods (0)

No public methods.

New fields (1)
  • state Selection
    selection_add=[('d', 'D')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • property_bar Integer
    company_dependent=False compute='_compute_bar'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/test_inherit
VERSION
VERSION 0.1
CATEGORY
CATEGORYTests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Antony Lesuisse, Xavier Morel, Nicolas Lempereur
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module to verify the inheritance.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (8)

New fields (1)
  • daughter_ids One2many → test.inherit.daughter
    args: 'test.inherit.daughter', 'partner_id'
Public methods (0)

No public methods.

New fields (2)
  • field_in_daughter Char
    args: 'Field1'
  • template_id Many2one → test.inherit.mother
    delegate=True ondelete='cascade' required=True args: 'test.inherit.mother', 'Template'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    default='Baz'
  • template_id Many2one
Public methods (0)

No public methods.

New fields (1)
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (4)
  • field_in_mother Char
  • name Char
    default='Bar' required=True
  • partner_id Many2one → res.partner
    args: 'res.partner'
  • state Selection
    selection_add=[('c', 'C')]
Public methods (0)

No public methods.

New fields (1)
  • state Selection
    selection_add=[('d', 'D')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • property_bar Integer
    company_dependent=False compute='_compute_bar'
Public methods (0)

No public methods.