Skip to content

Studio73/odooconnector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odoo Connector

Odoo Connector is a very basic library that allows you to connect your Python script with your Odoo instance.

It provides basic odoo functions:

  • call
  • search
  • search_read
  • read
  • browse
  • write
  • create
  • unlink

Browse isn't implemented (yet) with "call", "search", "read" or "search_read" you can do all that you need.
Feel free to help this project 😉

Roadmap

  • Browse function
  • Multithreading create is under development
  • Error control
  • More... XD

Maintainer

Consultoría Informática Studio 73 S.L.
www.studio73.es
[email protected]

Releases

No releases published

Packages

No packages published

Languages