This interacts with the external odoo 13 API with XMLrpc

The API Class is intended to be used a black box implentation which is imported by another Class or Python Scipt

Class Variable url Undocumented
Class Variable db Undocumented
Class Variable username Undocumented
Class Variable password Undocumented
Class Variable common Undocumented
Class Variable models Undocumented
Class Variable uid Undocumented
Method __init__ Reads the values from its parameters and uses them to build the API
Instance Variable printed Undocumented
Instance Variable id Undocumented
Instance Variable name Undocumented
Instance Variable number Undocumented
Instance Variable addres Undocumented
Instance Variable description Undocumented
Instance Variable menge Undocumented
Instance Variable preis Undocumented
Instance Variable sum_order Undocumented
Instance Variable comment Undocumented
Method login Login into the Server return the reading rights of stock.picking
Method get_fields What Fields does the our Odoo Model have of of this data Field
Method get_partner_address Returns the adress and geolocation of all ids as a AdressSchema
Method get_not_printed_pickings Returns all Pickings which have not been not been printed or processed The xml Response of the Server is parsed to a python Data Picking Class
Method get_product Returns all orders Lines of a Product
Method post_printed_picking Post the new value of printed for picking_id
Method __load_picking Loads the Picking Schema from a String. Usefull for testing
url =
Undocumented
(type: str)
db =
Undocumented
(type: str)
username =
Undocumented
(type: str)
password =
Undocumented
(type: str)
common =
Undocumented
models =
Undocumented
uid =
Undocumented
def __init__(self, id, name, number, addres, description, menge, preis, sum_order, comment):

Reads the values from its parameters and uses them to build the API

printed =
Undocumented
(type: bool)
id =
Undocumented
name =
Undocumented
number =
Undocumented
addres =
Undocumented
description =
Undocumented
menge =
Undocumented
preis =
Undocumented
sum_order =
Undocumented
comment =
Undocumented
def login():

Login into the Server return the reading rights of stock.picking

def get_fields(field_name):

What Fields does the our Odoo Model have of of this data Field

def get_partner_address(ids):

Returns the adress and geolocation of all ids as a AdressSchema

def get_not_printed_pickings():

Returns all Pickings which have not been not been printed or processed The xml Response of the Server is parsed to a python Data Picking Class

def __load_picking(p_picking):

Loads the Picking Schema from a String. Usefull for testing

def get_product(ids):

Returns all orders Lines of a Product

def post_printed_picking(printed, picking_id):

Post the new value of printed for picking_id

API Documentation for backend, generated by pydoctor at 2020-09-10 02:53:19.