pms
pms copied to clipboard
14.0 connector pms
This pull request introduces a new PMS Connector module, adding various components and functionalities to the system. The most important changes include the addition of README documentation, initialization of the module, and implementation of core components such as adapters, binders, importers, and exporters.
Key changes include:
Documentation:
- Added a comprehensive
README.rstfile for the PMS Connector module, detailing its features, usage, bug tracking, and credits.
Module Initialization:
- Created the
__init__.pyfile to import necessary components and models. - Defined the module's manifest in
__manifest__.py, specifying its metadata, dependencies, and data files.
Core Components:
- Implemented various components in the
componentsdirectory, including core, adapter, binder, deleter, exporter, and importer classes. These components provide the foundational functionalities for the PMS Connector module. [1] [2] [3] [4] [5] [6] [7] [8] [9]
Custom Components:
- Added custom components in the
components_customdirectory to extend and customize the core functionalities.