https://github.com/fahmifareed/odoo-project
odoo automation install script
https://github.com/fahmifareed/odoo-project
Last synced: about 2 months ago
JSON representation
odoo automation install script
- Host: GitHub
- URL: https://github.com/fahmifareed/odoo-project
- Owner: fahmifareed
- Created: 2024-08-14T20:44:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T21:52:30.000Z (9 months ago)
- Last Synced: 2025-01-31T12:33:51.954Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Odoo Automation Scripts
This project provides automation scripts for installing and configuring Odoo, including integration with ZATCA's e-invoicing system.
## Scripts
1. **install_odoo.sh**: Installs Odoo from the official repository.
2. **configure_postgres.sh**: Sets up PostgreSQL for Odoo.
3. **install_dependencies.sh**: Installs system dependencies and tools.
4. **configure_odoo.sh**: Configures Odoo and sets up the service.
5. **setup_zatca_module.sh**: Installs the ZATCA integration module.
6. **backup_odoo.sh**: Automates the backup of Odoo databases and files.## Usage
1. Clone the repository:
```bash
git clone https://github.com/your-repo/odoo-automation.git
cd odoo-automation
```2. Run the scripts in order:
```bash
bash install_odoo.sh
bash configure_postgres.sh
bash install_dependencies.sh
bash configure_odoo.sh
bash setup_zatca_module.sh
```3. For backups, use:
```bash
bash backup_odoo.sh
```## License
This project is licensed under the MIT License.