mirror of
https://github.com/bringout/oca-crm.git
synced 2026-04-18 03:11:58 +02:00
Initial commit with README and .gitignore
This commit is contained in:
commit
0e924979be
2 changed files with 87 additions and 0 deletions
64
.gitignore
vendored
Normal file
64
.gitignore
vendored
Normal file
|
|
@ -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
|
||||
23
README.md
Normal file
23
README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# OCA CRM Modules
|
||||
|
||||
This repository contains OCA (Odoo Community Association) CRM modules for Odoo.
|
||||
|
||||
## Description
|
||||
|
||||
This collection includes CRM (Customer Relationship Management) related modules from the OCA project, providing enhanced CRM functionality for Odoo installations.
|
||||
|
||||
## Structure
|
||||
|
||||
This is a submodule within the larger Bringout Odoo ecosystem. Individual OCA CRM 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue