From c674eb05089f134067c044c3ac9f874442c634e1 Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Sat, 30 Aug 2025 17:45:40 +0200 Subject: [PATCH] Initial commit with README and .gitignore --- .gitignore | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 23 ++++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2a5b09 --- /dev/null +++ b/.gitignore @@ -0,0 +1,64 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +*.manifest +*.spec + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ +.pytest_cache/ + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..2dc23a3 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# OCA DMS Modules + +This repository contains OCA (Odoo Community Association) DMS (Document Management System) modules for Odoo. + +## Description + +This collection includes DMS related modules from the OCA project, providing enhanced document management functionality for Odoo installations. + +## Structure + +This is a submodule within the larger Bringout Odoo ecosystem. Individual OCA DMS addon packages are organized within this repository. + +## Usage + +This repository is designed to be used as a git submodule within the main Odoo project structure. + +## License + +Individual modules may have their own licensing terms. Please refer to each module's documentation for specific license information. + +## Contributing + +Contributions should follow OCA guidelines and standards for Odoo addon development. \ No newline at end of file