Skip to main content

Odoo utility functions with command line interfaces.

Project description

odut

Updates

Odoo utility functions with commnd line interfaces.

1.Before runing the scripts, make sure you have activated your virtual enviroment, and installed the dependencies:

pip3 install -r requirements.txt

Features

1. Safely remove dependencies of the Odoo modules… you can either pass modules in a list from the cmd line, or you can just use a file with the modules listed in the first line of the file.

Install the package from the source

pip3 install odut

Windows:

$ odut --modules "['account', 'crm']" --base_dir 'Path to your addons'

Macos/Linux:

$ odut --modules "['account', 'crm']" --base_dir 'Path to your addons'

Packaging Up

Build the source:

$ python3 setup.py sdist bdist_wheel

run commands to check the errors:

$ twine check dist/*

Uploading to Pypi:

$ python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

Caution:dist file of same name cannot be uploaded again.

Credits

minglyupolimi@gmail.com

History

0.1.0 (2019-06-29)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

odut-1.1.2.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

odut-1.1.2-py2.py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page