This repository contains custom addons for Odoo 17. These modules enhance the functionality of Odoo by providing additional features and improvements.
To install the addons in this repository, follow these steps:
-
Clone the repository:
git clone https://github.com/jmillanstem/odoo17-addons.git cd odoo17-addons
-
Copy the addons to your Odoo addons directory:
cp -r addons/* /path/to/your/odoo/addons/
-
Update your Odoo configuration: Add the path to your addons directory in the
odoo.conf
file:[options] addons_path = /path/to/your/odoo/addons,/path/to/odoo17-addons/addons
-
Restart Odoo:
sudo systemctl restart odoo
To use the custom addons, follow these steps:
- Log in to your Odoo instance.
- Go to the Apps menu.
- Update the apps list:
- Click on the "Update Apps List" button.
- Search for the custom modules:
- Look for the modules provided in this repository.
- Install the desired modules:
- Click on the "Install" button next to the module you want to install.
This repository contains the following custom modules:
- Module 1: Description of module 1.
- Module 2: Description of module 2.
- Module 3: Description of module 3.
(Provide a brief description of each module included in the repository.)
Contributions are welcome! To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes.
- Commit your changes:
git commit -m "Add some feature"
- Push to the branch:
git push origin feature-branch
- Create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or inquiries, please contact:
- Jaime Millán
- Company: Stemdo
- Email: jmillan@stemdo.io
- GitHub: jmillanstem