Odoo Development
latest
  • First steps
  • Module Development
    • Docs and manifests
    • Guidelines
    • Odoo Python
      • Python decorators
      • Pure Python
      • res.config.settings
      • Update settings on module install
      • Web controllers
      • One2one field in odoo
      • x2many values filling
      • Fields
      • Model constraints
      • Reports models via PostgreSQL views
      • External dependencies in odoo
    • XML
    • HTML
    • CSS
    • YAML
    • Javascript
    • Frontend
    • Point of Sale (POS)
    • Access
    • Hooks
    • Source Diving
    • Odoo Translation Framework
    • Lint
    • Other
  • Debugging
  • Quality assurance
  • Porting Modules
  • Git and Github
  • Continuous Integration
  • Odoo
  • Odoo administration
  • Continuous Delivery
  • Maintenance
  • IDE
  • Other
Odoo Development
  • Docs »
  • Module Development »
  • Odoo Python
  • Edit on GitHub

Odoo PythonΒΆ

  • Python decorators
    • Original article
    • @api.one
    • @api.multi
    • @api.model
  • Pure Python
    • Compare two arrays
  • res.config.settings
    • Example
  • Update settings on module install
    • default_XXX
    • group_XXX
    • module_XXX
    • Other fields
  • Web controllers
    • Send values to web page
  • One2one field in odoo
  • x2many values filling
    • Odoo 15.0+
    • Odoo 14.0-
  • Fields
    • Field inheritance
    • Field types
      • Boolean
      • Char
      • Text
      • HTML
      • Integer
      • Float
      • Date
      • DateTime
      • Binary
      • Selection
      • Reference
      • Many2one
      • One2many
      • Many2many
    • Name Conflicts
    • Fields Defaults
    • Computed Fields
    • Inverse
    • Multi Fields
    • Related Field
    • Property Field
    • WIP copyable option
    • Special fields
      • active
  • Model constraints
  • Reports models via PostgreSQL views
  • External dependencies in odoo
    • What
    • How
    • Why
Next Previous

© Copyright 2016-2020, IT-Projects LLC Revision f6ad79ba.

License: CC BY-NC-SA 4.0