backend.API
class documentationbackend
(View In Hierarchy)
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 |
Reads the values from its parameters and uses them to build the API