Repository
odoo/odoo · module folder
Module version
0.1
Category
Hidden/Tests
Folder size
0.02 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 06:47:06
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Raphael Collet, Julien Castiaux, Gorash, Krzysztof Magusiak (krma)
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
test_inherit_depends
Description
A module to verify the inheritance.

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints 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.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…