mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 08:52:06 +02:00
7 lines
322 B
ReStructuredText
7 lines
322 B
ReStructuredText
This module implements an event system (`Observer pattern`_) and is a
|
|
base block for the Connector Framework. It can be used without
|
|
using the full Connector though. It is built upon the ``component`` module.
|
|
|
|
Documentation: http://odoo-connector.com/
|
|
|
|
.. _Observer pattern: https://en.wikipedia.org/wiki/Observer_pattern
|