Odoo development
latest
  • 第一步
  • 模块开发
  • 调试
  • 代码测试
  • 移植模块
  • 用户文档
  • Git 与 Github
  • 持续集成
  • Odoo
    • Models
      • ir.config_parameter
      • res.users
      • res.groups
      • ir.model.access
      • ir.rule
      • product.template
      • product.product
      • ir.actions.todo
      • bus.bus
      • ir.cron
      • mail.message
    • How to use Odoo
  • Odoo 系统管理
  • 持续交付
  • 运维
  • IDE
  • 远程开发
  • 其他
Odoo development
  • Docs »
  • Odoo »
  • Models
  • Edit on GitHub

Models¶

Section helps in understanding built-in models

  • ir.config_parameter
    • Add record by module
      • XML: <record>
      • XML: <function>
      • YML
  • res.users
  • res.groups
  • ir.model.access
    • Fields
  • ir.rule
    • Checking access algorithm
    • Fields
  • product.template
  • product.product
  • ir.actions.todo
  • bus.bus
    • Bus
    • What is longpolling
    • How to implement longpolling
      • Scheme of work
      • Channel identifier
      • Listened channels
      • Binding notification event
      • Start polling
      • Sending notification
      • Handling notifications
    • Examples
  • ir.cron
  • mail.message
Next Previous

© Copyright 2016, IT-Projects LLC Revision bad62b55.

Built with Sphinx using a theme provided by Read the Docs.