pms icon indicating copy to clipboard operation
pms copied to clipboard

14.0 connector pms

Open DarioLodeiros opened this issue 11 months ago • 0 comments

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.rst file for the PMS Connector module, detailing its features, usage, bug tracking, and credits.

Module Initialization:

  • Created the __init__.py file 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 components directory, 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_custom directory to extend and customize the core functionalities.

DarioLodeiros avatar Jan 14 '25 18:01 DarioLodeiros