连接器

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


License

接头

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

文档: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 ^{tt1}$.

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

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

    Each ^{tt1}$ can be registered amongst a backend type (eg. Magento) and a backend version (allow to have a different ^{tt3}$ 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第三方库


热门话题
java如何定制springdata存储库方法名称?   html有没有办法将java应用程序或JApplet嵌入到网站中?   Jackson ObjectMapper将java从字符串序列化为JSON作为namevalue   java刷新JTable?   用Java程序分发用JavaDB制作的数据库   java Android如何启动新活动   当集合大小超过500.000时,java的处理速度会显著降低   在java的分层目录中的多个目录中查找相同的文件   java如何将ArrayList数据插入数据库   java如何修改此代码,使其时间复杂度为o(logn)或o(n),而不是o(n^2)   java面板(SimplePanel)中仅显示图像的前1/3(大约),   jakarta ee Java Bean和企业Java Bean之间的区别?   创建AWS Cloudfront自签名URL(java sdk)时出现amazon web服务错误   基于Jersey和Jackson查询参数的java动态属性过滤