mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 12:32:06 +02:00
26 lines
408 B
ReStructuredText
26 lines
408 B
ReStructuredText
.. _api-event:
|
|
|
|
######
|
|
Events
|
|
######
|
|
|
|
Events is an implementation of an Observer pattern for Odoo.
|
|
|
|
|
|
**********
|
|
Components
|
|
**********
|
|
|
|
.. automodule:: odoo.addons.component_event.components.event
|
|
:members:
|
|
:show-inheritance:
|
|
|
|
|
|
**********************
|
|
Odoo Models Extensions
|
|
**********************
|
|
|
|
.. automodule:: odoo.addons.component_event.models.base
|
|
|
|
.. autoclass:: Base
|
|
:show-inheritance:
|