Skip to content

otenycom/odoo-bug-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Odoo Bug Report Workspace

This workspace contains Odoo modules for testing and bug reporting purposes.

Setup

1. Configure VS Code Settings

Copy the example settings file and customize it for your environment:

cp .vscode/settings.json.example .vscode/settings.json

Then edit .vscode/settings.json and update:

  • odoo.user - Your PostgreSQL username
  • odoo.password - Your PostgreSQL password
  • odoo.addonsPath - Adjust paths if your Odoo installation is in a different location
  • python.defaultInterpreterPath - Path to your Odoo virtual environment

2. Launch Configurations

Three debug configurations are available in VS Code (F5):

  • odoo-bug-report - Start Odoo server normally
  • odoo-bug-report-install - Install modules (uses -i flag)
  • odoo-bug-report-update - Update modules (uses -u flag)

3. Database Setup

Create a PostgreSQL database for this workspace:

createdb odoo-bug-report

Modules

basic_module

A simple demonstration module with:

  • A model with a date field
  • A computed name field
  • Basic CRUD operations

See basic_module/README.md for details.

Development

The .gitignore file excludes personal settings (settings.json) so your credentials won't be committed to the repository.

About

Oteny Odoo bug report repo.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages