ssh-git-github.com-odoo-odoo.git-8.0

Records Management for Odoo 8.0

This repository contains the records_management module for Odoo 8.0. It is designed to enhance document and record management capabilities within Odoo and is structured for deployment on Odoo.sh.

Module Location

The Records Management module is located at the root:

records_management/

This structure allows the module to be:

Features

Setup Instructions

For Odoo.sh Development:

  1. Connect this repository to your Odoo.sh project
  2. The module will be automatically available in your Odoo.sh instance
  3. Install from Apps menu in Odoo.sh

For Local Development:

  1. Clone the repository:
    # Using HTTPS (recommended for most users)
    git clone --recurse-submodules https://github.com/John75SunCity/ssh-git-github.com-odoo-odoo.git-8.0.git
       
    # Or using SSH (requires SSH key setup)
    git clone --recurse-submodules git@github.com:John75SunCity/ssh-git-github.com-odoo-odoo.git-8.0.git
    
  2. Install Python dependencies:
    pip install -r requirements.txt
    
  3. Add the repository folder to your Odoo addons path

Development

Project Structure

Odoo.sh App Store Preparation

This repository is structured to be compatible with:

Additional Notes

License

This project is licensed under the Odoo Proprietary License (OPL-1).