Contents Menu Expand Light mode Dark mode Auto light/dark mode
Odoo Tools
Odoo Tools
  • Guides
    • User guide
      • Odoo Configuration
      • Odoo Environment Management
      • Odoo Database Management
      • Manage Users
    • Developer Guide
  • Command line utilities
  • Environment Variables
  • EnvironmentVariable
  • EnvironmentVariables
  • StoredBoolEnv
  • StoredEnv
  • StoredSetEnv
  • References
    • Api
      • Context
      • Odoo Environment
      • Odoo Management
      • Database Management
      • Addons Management
      • Api Objects
    • Compatibility
    • module_path()
    • pipe()
    • Utils
    • ConfigParser
    • ProtectedDict
    • convert_env_value()
    • filter_excluded_paths()
    • from_bool()
    • is_subdir_of()
    • obj_set()
    • random_string()
    • to_bool()
    • to_csv()
    • to_path_list()
    • Modules
      • Search
      • base_addons_path()
      • build_dependencies()
      • build_module_dependencies()
      • fast_search_manifests()
      • filter_installable()
      • filter_noninstallable()
      • filter_python_dependencies()
      • find_addons_paths()
      • find_modules()
      • find_modules_paths()
      • get_filter()
      • get_manifest()
      • Render Modules
      • MyFilterMessages
      • MyWriter
      • render_description_str()
      • Odoo Translation
      • PoFileReader
      • PoFileWriter
      • get_comments()
      • get_modules()
    • Services
      • Fields
      • Models
      • Objects
Back to top
Edit this page

Models#

class odoo_tools.services.models.BaseModel(data)[source]#
classmethod parse(data)[source]#
class odoo_tools.services.models.Extendable[source]#
extend(other)[source]#
class odoo_tools.services.models.ParentedObject(*args, **kwargs)[source]#
get_parent(klass)[source]#
set_parent(parent)[source]#
Next
Objects
Previous
Fields
Copyright © 2022, Loïc Faure-Lacroix
Made with Sphinx and @pradyunsg's Furo
On this page
  • Models
    • BaseModel
      • BaseModel.parse()
    • Extendable
      • Extendable.extend()
    • ParentedObject
      • ParentedObject.get_parent()
      • ParentedObject.set_parent()