test-inherits

test_inherits
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/test_inherits
VERSION
VERSION 0.1
CATEGORY
CATEGORYHidden/Tests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSCamptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSRaphael Collet, Yannick Tivisse, Gorash, Zachary (zavan)
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:47
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 using _inherits.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (9)

New fields (2)
  • another_unit_id Many2one → test.another_unit
    ondelete='cascade' required=True args: 'test.another_unit', 'Another Unit'
  • val2 Integer
    required=True args: 'Value 2'
Public methods (0)

No public methods.

New fields (2)
  • ro_with_default Char
    default='roro' groups=fields.NO_ACCESS
  • val1 Integer
    required=True args: 'Value 1'
Public methods (0)

No public methods.

New fields (3)
  • field_in_box Char
    args: 'Field1'
  • size Integer
  • unit_id Many2one → test.unit
    ondelete='cascade' required=True args: 'test.unit', 'Unit'
Public methods (0)

No public methods.

New fields (2)
  • box_id Many2one → test.box
    ondelete='cascade' required=True args: 'test.box', 'Box'
  • field_in_pallet Char
    args: 'Field2'
Public methods (0)

No public methods.

New fields (6)
  • line_ids One2many → test.unit.line
    args: 'test.unit.line', 'unit_id'
  • name Char
    required=True translate=True args: 'Name'
  • readonly_name Char
    readonly=True args: 'Readonly Name'
  • size Integer
  • state Selection
    string='State' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    required=True args: 'Name'
  • unit_id Many2one → test.unit
    required=True args: 'test.unit'
Public methods (0)

No public methods.

New fields (3)
  • contract_name Char
  • parent_id Many2one → test.unstored.inherits.parent
    args: 'test.unstored.inherits.parent'
  • test_unstored_inherits_shared_line_ids One2many → test.unstored.inherits.shared.line
    compute='_compute_test_unstored_inherits_shared_line_ids' readonly=False store=True args: 'test.unstored.inherits.shared.line', 'test_unstored_inherits_child_id'
Public methods (0)

No public methods.

New fields (2)
  • child_id Many2one → test.unstored.inherits.child
    compute='_compute_child_id' compute_sudo=True groups='hr.group_hr_user' ondelete='cascade' required=True search='_search_child_id' store=False args: 'test.unstored.inherits.child'
  • name Char
Public methods (0)

No public methods.

New fields (2)
  • name Char
  • test_unstored_inherits_child_id Many2one → test.unstored.inherits.child
    args: 'test.unstored.inherits.child'
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_inherits
VERSION
VERSION 0.1
CATEGORY
CATEGORYHidden/Tests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSCamptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERS
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:26:00
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 using _inherits.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (6)

New fields (2)
  • another_unit_id Many2one → test.another_unit
    ondelete='cascade' required=True args: 'test.another_unit', 'Another Unit'
  • val2 Integer
    required=True args: 'Value 2'
Public methods (0)

No public methods.

New fields (1)
  • val1 Integer
    required=True args: 'Value 1'
Public methods (0)

No public methods.

New fields (3)
  • field_in_box Char
    args: 'Field1'
  • size Integer
  • unit_id Many2one → test.unit
    ondelete='cascade' required=True args: 'test.unit', 'Unit'
Public methods (0)

No public methods.

New fields (2)
  • box_id Many2one → test.box
    ondelete='cascade' required=True args: 'test.box', 'Box'
  • field_in_pallet Char
    args: 'Field2'
Public methods (0)

No public methods.

New fields (6)
  • line_ids One2many → test.unit.line
    args: 'test.unit.line', 'unit_id'
  • name Char
    required=True translate=True args: 'Name'
  • readonly_name Char
    readonly=True args: 'Readonly Name'
  • size Integer
  • state Selection
    string='State' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    required=True args: 'Name'
  • unit_id Many2one → test.unit
    required=True args: 'test.unit'
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_inherits
VERSION
VERSION 0.1
CATEGORY
CATEGORYHidden/Tests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSCamptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSMartin Trigaux
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:11
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 using _inherits.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (6)

New fields (2)
  • another_unit_id Many2one → test.another_unit
    ondelete='cascade' required=True args: 'test.another_unit', 'Another Unit'
  • val2 Integer
    required=True args: 'Value 2'
Public methods (0)

No public methods.

New fields (1)
  • val1 Integer
    required=True args: 'Value 1'
Public methods (0)

No public methods.

New fields (3)
  • field_in_box Char
    args: 'Field1'
  • size Integer
  • unit_id Many2one → test.unit
    ondelete='cascade' required=True args: 'test.unit', 'Unit'
Public methods (0)

No public methods.

New fields (2)
  • box_id Many2one → test.box
    ondelete='cascade' required=True args: 'test.box', 'Box'
  • field_in_pallet Char
    args: 'Field2'
Public methods (0)

No public methods.

New fields (6)
  • line_ids One2many → test.unit.line
    args: 'test.unit.line', 'unit_id'
  • name Char
    required=True translate=True args: 'Name'
  • readonly_name Char
    readonly=True args: 'Readonly Name'
  • size Integer
  • state Selection
    string='State' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    required=True args: 'Name'
  • unit_id Many2one → test.unit
    required=True args: 'test.unit'
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_inherits
VERSION
VERSION 0.1
CATEGORY
CATEGORYHidden/Tests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSCamptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSRaphael Collet, Victor Feyens
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:55
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 using _inherits.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (6)

New fields (2)
  • another_unit_id Many2one → test.another_unit
    ondelete='cascade' required=True args: 'test.another_unit', 'Another Unit'
  • val2 Integer
    required=True args: 'Value 2'
Public methods (0)

No public methods.

New fields (1)
  • val1 Integer
    required=True args: 'Value 1'
Public methods (0)

No public methods.

New fields (3)
  • field_in_box Char
    args: 'Field1'
  • size Integer
  • unit_id Many2one → test.unit
    ondelete='cascade' required=True args: 'test.unit', 'Unit'
Public methods (0)

No public methods.

New fields (2)
  • box_id Many2one → test.box
    ondelete='cascade' required=True args: 'test.box', 'Box'
  • field_in_pallet Char
    args: 'Field2'
Public methods (0)

No public methods.

New fields (6)
  • line_ids One2many → test.unit.line
    args: 'test.unit.line', 'unit_id'
  • name Char
    required=True translate=True args: 'Name'
  • readonly_name Char
    readonly=True args: 'Readonly Name'
  • size Integer
  • state Selection
    string='State' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    required=True args: 'Name'
  • unit_id Many2one → test.unit
    required=True args: 'test.unit'
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_inherits
VERSION
VERSION 0.1
CATEGORY
CATEGORYHidden/Tests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSCamptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSRaphael Collet, Adrian Torres, Xavier-Do, Victor Feyens
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:25:30
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 using _inherits.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (6)

New fields (2)
  • another_unit_id Many2one → test.another_unit
    ondelete='cascade' required=True args: 'test.another_unit', 'Another Unit'
  • val2 Integer
    required=True args: 'Value 2'
Public methods (0)

No public methods.

New fields (1)
  • val1 Integer
    required=True args: 'Value 1'
Public methods (0)

No public methods.

New fields (3)
  • field_in_box Char
    args: 'Field1'
  • size Integer
  • unit_id Many2one → test.unit
    ondelete='cascade' required=True args: 'test.unit', 'Unit'
Public methods (0)

No public methods.

New fields (2)
  • box_id Many2one → test.box
    ondelete='cascade' required=True args: 'test.box', 'Box'
  • field_in_pallet Char
    args: 'Field2'
Public methods (0)

No public methods.

New fields (6)
  • line_ids One2many → test.unit.line
    args: 'test.unit.line', 'unit_id'
  • name Char
    required=True translate=True args: 'Name'
  • readonly_name Char
    readonly=True args: 'Readonly Name'
  • size Integer
  • state Selection
    string='State' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    required=True args: 'Name'
  • unit_id Many2one → test.unit
    required=True args: 'test.unit'
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_inherits
VERSION
VERSION 0.1
CATEGORY
CATEGORYHidden/Tests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSCamptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSRaphael Collet, Christophe Simonis, Yannick Tivisse, Adrian Torres, Xavier-Do
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14: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 using _inherits.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (6)

New fields (2)
  • another_unit_id Many2one → test.another_unit
    ondelete='cascade' required=True args: 'test.another_unit', 'Another Unit'
  • val2 Integer
    required=True args: 'Value 2'
Public methods (0)

No public methods.

New fields (1)
  • val1 Integer
    required=True args: 'Value 1'
Public methods (0)

No public methods.

New fields (3)
  • field_in_box Char
    args: 'Field1'
  • size Integer
  • unit_id Many2one → test.unit
    ondelete='cascade' required=True args: 'test.unit', 'Unit'
Public methods (0)

No public methods.

New fields (2)
  • box_id Many2one → test.box
    ondelete='cascade' required=True args: 'test.box', 'Box'
  • field_in_pallet Char
    args: 'Field2'
Public methods (0)

No public methods.

New fields (6)
  • line_ids One2many → test.unit.line
    args: 'test.unit.line', 'unit_id'
  • name Char
    required=True translate=True args: 'Name'
  • readonly_name Char
    readonly=True args: 'Readonly Name'
  • size Integer
  • state Selection
    string='State' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    required=True args: 'Name'
  • unit_id Many2one → test.unit
    required=True args: 'test.unit'
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_inherits
VERSION
VERSION 0.1
CATEGORY
CATEGORYTests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSCamptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSRaphael Collet, Adrian Torres, Xavier-Do
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06: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 using _inherits.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (6)

New fields (2)
  • another_unit_id Many2one → test.another_unit
    ondelete='cascade' required=True args: 'test.another_unit', 'Another Unit'
  • val2 Integer
    required=True args: 'Value 2'
Public methods (0)

No public methods.

New fields (1)
  • val1 Integer
    required=True args: 'Value 1'
Public methods (0)

No public methods.

New fields (3)
  • field_in_box Char
    args: 'Field1'
  • size Integer
  • unit_id Many2one → test.unit
    ondelete='cascade' required=True args: 'test.unit', 'Unit'
Public methods (0)

No public methods.

New fields (2)
  • box_id Many2one → test.box
    ondelete='cascade' required=True args: 'test.box', 'Box'
  • field_in_pallet Char
    args: 'Field2'
Public methods (0)

No public methods.

New fields (6)
  • line_ids One2many → test.unit.line
    args: 'test.unit.line', 'unit_id'
  • name Char
    required=True translate=True args: 'Name'
  • readonly_name Char
    readonly=True args: 'Readonly Name'
  • size Integer
  • state Selection
    string='State' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
Public methods (0)

No public methods.

New fields (2)
  • name Char
    required=True args: 'Name'
  • unit_id Many2one → test.unit
    required=True args: 'test.unit'
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_inherits
VERSION
VERSION 0.1
CATEGORY
CATEGORYTests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSCamptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSRaphael Collet, Martin Trigaux, Yannick Tivisse, Xavier-Do
WEBSITE
WEBSITEhttp://www.camptocamp.com
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 using _inherits.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (5)

New fields (2)
  • another_unit_id Many2one → test.another_unit
    ondelete='cascade' required=True args: 'test.another_unit', 'Another Unit'
  • val2 Integer
    required=True args: 'Value 2'
Public methods (0)

No public methods.

New fields (1)
  • val1 Integer
    required=True args: 'Value 1'
Public methods (0)

No public methods.

New fields (3)
  • field_in_box Char
    args: 'Field1'
  • size Integer
  • unit_id Many2one → test.unit
    ondelete='cascade' required=True args: 'test.unit', 'Unit'
Public methods (0)

No public methods.

New fields (2)
  • box_id Many2one → test.box
    ondelete='cascade' required=True args: 'test.box', 'Box'
  • field_in_pallet Char
    args: 'Field2'
Public methods (0)

No public methods.

New fields (4)
  • name Char
    required=True args: 'Name'
  • size Integer
  • state Selection
    string='State' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
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_inherits
VERSION
VERSION 0.1
CATEGORY
CATEGORYTests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSCamptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSRaphael Collet
WEBSITE
WEBSITEhttp://www.camptocamp.com
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 using _inherits.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (3)

New fields (3)
  • field_in_box Char
    args: 'Field1'
  • size Integer
  • unit_id Many2one → test.unit
    ondelete='cascade' required=True args: 'test.unit', 'Unit'
Public methods (0)

No public methods.

New fields (2)
  • box_id Many2one → test.box
    ondelete='cascade' required=True args: 'test.box', 'Box'
  • field_in_pallet Char
    args: 'Field2'
Public methods (0)

No public methods.

New fields (4)
  • name Char
    required=True args: 'Name'
  • size Integer
  • state Selection
    string='State' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
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_inherits
VERSION
VERSION 0.1
CATEGORY
CATEGORYTests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSCamptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSRaphael Collet, Olivier Dony
WEBSITE
WEBSITEhttp://www.camptocamp.com
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 using _inherits.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (3)

New fields (2)
  • field_in_box Char
    args: 'Field1'
  • unit_id Many2one → test.unit
    ondelete='cascade' required=True args: 'test.unit', 'Unit'
Public methods (0)

No public methods.

New fields (2)
  • box_id Many2one → test.box
    ondelete='cascade' required=True args: 'test.box', 'Box'
  • field_in_pallet Char
    args: 'Field2'
Public methods (0)

No public methods.

New fields (3)
  • name Char
    required=True args: 'Name'
  • state Selection
    string='State' args: [('a', 'A'), ('b', 'B')]
  • surname Char
    compute='_compute_surname'
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_inherits
VERSION
VERSION 0.1
CATEGORY
CATEGORYTests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSCamptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSChristophe Simonis
WEBSITE
WEBSITEhttp://www.camptocamp.com
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 using _inherits.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (3)

New fields (2)
  • field_in_box Char
    args: 'Field1'
  • unit_id Many2one → test.unit
    ondelete='cascade' required=True args: 'test.unit', 'Unit'
Public methods (0)

No public methods.

New fields (2)
  • box_id Many2one → test.box
    ondelete='cascade' required=True args: 'test.box', 'Box'
  • field_in_pallet Char
    args: 'Field2'
Public methods (0)

No public methods.

New fields (1)
  • surname Char
    compute='_compute_surname'
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_inherits
VERSION
VERSION 0.1
CATEGORY
CATEGORYTests
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSCamptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSRaphael Collet, Guewen Baconnier
WEBSITE
WEBSITEhttp://www.camptocamp.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 using _inherits.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (3)

New fields (2)
  • field_in_box Char
    args: 'Field1'
  • unit_id Many2one → test.unit
    ondelete='cascade' required=True args: 'test.unit', 'Unit'
Public methods (0)

No public methods.

New fields (2)
  • box_id Many2one → test.box
    ondelete='cascade' required=True args: 'test.box', 'Box'
  • field_in_pallet Char
    args: 'Field2'
Public methods (0)

No public methods.

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

No public methods.