godoo-rpc

Helper Functions around OdooRPC


Keywords
odoorpc, odoo
License
LGPL-3.0
Install
pip install godoo-rpc==0.1.2

Documentation

gOdoo-RPC

Several Abstraction layers around OdooRPC.

Made Possible by: WEMPE Elektronic GmbH

Features

  • Login to Odoo helper functions
  • Importing Images from the Filesystem
  • Import CSV/Json/Excel Data to Odoo via RPC
  • Import res.config.settings
  • import Translations
  • Extend Base.Import feature with Language cols (fieldname:lang:en_US, fieldname:lang:de_DE)
  • Copy Records from Odoo to Odoo via RPC and remap relational Atributes

Development

VS Code Devcontainer

This workspace contains a Vscode devcontainer.

Bump / Release Version

  • Trigger Version Bump pipeline with appropriate target.
  • Merge the created PullRequest. Name: :shipit: Bump to Version: <versionnumber>
  • This will create a Tag on main
  • Create a release from this Tag. A Pipeline will automatically push to Pypi