NAME Project README - smangukiya/odoo-tutorial-1 GitHub Wiki

- Odoo Project

Table of Contents

Repository for the project.

Installing

Look at the INSTALL file.

Building and Testing

Run

./build.sh

Start Odoo

. env/bin/activate
odoo -c odoo.conf

Go to https://localhost:8069

Contributing

Private module

  • 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

Public module

In the submodule

  • 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

In the main repo

  • 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

Deploying

Please refer to the project documentation.

⚠️ **GitHub.com Fallback** ⚠️