Skip to content

lehoangan/odoo-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odoo-script

Extra Script for Louve Project

you need to create locally an extra file named cfg_secret_configuration.py with the following code :

#! /usr/bin/env python
# -*- encoding: utf-8 -*-

odoo_configuration_user = {
    'url':  'http://my_server.com',
    'database': 'MY_DATABASE',
    'login': 'MY_LOGIN',
    'password': 'MY_PASSWORD',
}

About

Extra Script for Louve Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.4%
  • Shell 5.6%