NAME Project README - smangukiya/odoo-tutorial-1 GitHub Wiki
Repository for the project.
Look at the INSTALL file.
Run
./build.sh
Start Odoo
. env/bin/activate
odoo -c odoo.conf
Go to https://localhost:8069
- Create a new branch and add your module in src/custom-addons
- Add your module as a dependency of the appropriate
name_
module - Update the file of the next release in
/ansible
- Commit, push and create a pull request against the
develop
branch
- Create a new branch in src/ and add your module
- Commit your changes and push your module to the public repo
- In Github (http://github.com//repo), create a pull request against the public repository
- Commit, push and create a pull request against
OCA/12.0
- Add your pull request in
/repos.yml
- Add your module as a dependency of the appropriate
<NAME>_
module - Update the file of the next release in
/ansible
- Run
gitaggregate -c repos.yml -p -j 5
- Commit, push and create a pull request against
develop
Please refer to the project documentation.