连接器

odoo11-addon-connector的Python项目详细描述


License

接头

这是一个框架,用于构建与外部系统的连接器, 通常在文档中称为Backends

文档:http://odoo-connector.com

它的功能:

  • 作业队列

    In which the connectors can push functions (synchronization tasks) to be executed later.

  • 事件模式

    The connectors can subscribe listener functions on the events, executed when the events are fired.

  • 连接器基类

    Called ^{tt2}$.

    Include base classes for the use in connectors, ready to be extended:

    • ^{tt3}$: flow of an import or export
    • ^{tt4}$: transform a record according to mapping rules
    • ^{tt5}$: link external IDs with local IDS
    • ^{tt6}$: adapter interface for the exchanges with the backend
    • But ^{tt2}$ can be extended to accomplish any task
  • 多后端支持

    Each ^{tt2}$ can be registered amongst a backend type (eg. Magento) and a backend version (allow to have a different ^{tt4}$ for each backend’s version for instance)

例如,它用于连接MagentoPrestashop,但是 也用于Solr,CMIS,…

配置和使用

这个模块本身什么也不做。这是发展的基础 高级连接器模块。有关详细信息,请继续: http://odoo-connector.com

错误跟踪程序

GitHub Issues上跟踪错误。 如果出现问题,请检查是否已报告您的问题。 如果您首先发现了它,请提供详细且受欢迎的反馈,帮助我们粉碎它 here

学分

贡献者

阅读contributors list

维修人员

Odoo Community Association

此模块由OCA维护。

oca,或称odoo社区协会,是一个非盈利组织,其任务是支持odoo特性的协作开发并促进其广泛应用。

若要对此模块作出贡献,请访问http://odoo-community.org

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
ApachePOI如何通过java从excel文件中删除空白列?   linux到后台Java服务应用程序的简单发送/接收接口   java ActionBarPullToRefresh什么都没发生   java从millis获取错误的整数天   java相同的代码在两个不同的包上表现不同   java将每个新的char元素写入一个文件(如果被覆盖)   mysql如何在Java中通过外键链接的多个表中插入数据   java环境下mysql网络文件访问   java当使用构建器模式时,为什么我不应该重用builderobject来访问对象配置?   java jQueryServlet post异常失败   java应该使用什么逻辑来创建像《愤怒的小鸟》中那样的锁屏   java Android:在不滑动的情况下更改ViewPager中的片段   java在使用我的程序逻辑时获得空输出