This repository contains modules that extend the functionality of the OCA/pms (Property Management System) for Odoo 16.0.
The modules included here provide additional features and improvements designed to meet specific needs in hotel property management that go beyond the core OCA/pms capabilities.
This repository may depend on code that is not yet available in official OCA repositories. This includes:
- Pending bugfixes: Bug corrections that are currently under review as Pull Requests in OCA repositories
- New features: Modules or functionalities being developed in our own forks before upstream contribution
- Modified versions: Specific adaptations of OCA modules that haven't yet been integrated upstream
All external dependencies, including those not yet in official OCA repositories, are documented in the git-aggregator configuration file:
.github/repos.yaml
Please consult this file for the complete list of dependencies, including:
- Source repositories (official OCA, our forks, third-party)
- Specific branches and commits
- Pending Pull Requests
- Custom modifications
Additional Python packages required by these modules are listed in:
requirements.txt
Make sure to install these dependencies before using the modules:
pip install -r requirements.txtThis approach allows us to work with cutting-edge features and bugfixes while maintaining a clear record of all dependencies for reproducible installations.
This project is licensed under the GNU Affero General Public License v3.0.
This repository is maintained by CommitSun.
Note: Always check .github/repos.yaml for the most up-to-date dependency information before installation or deployment.