Search 1.9 billion lines of Odoo code on GitHub

1
··· ·
906
· ···

cenit_import_io_1_0

Author: Cenit IO
License: no license
Branch: 8.0
Repository: andhit-r/odoo-integrations
Dependencies: base, and cenit_base
Languages: HTML (38, 7.4%), Python (67, 13.0%), and XML (409, 79.6%)

## Introduction The import.io API is a [REST](http://en.wikipedia.org/wiki/Representational_state_transfer)ful API. It is designed as much as possible to have resource-oriented URLs and to use HTTP status codes to indicate API status. We use standard HTTP which can be understood by any HTTP client, and we support [CORS](http://enable-cors.org/) to allow you to interact with our API from a client-side web application. Remember, you should never expose your secret API key in any public client-side code. JSON is always returned from the API, including errors. import.io uses conventional HTTP response codes to indicate success or failure of an API request. In general, codes in the 2xx range indicate success, codes in the 4xx range indicate an error that resulted from the provided information (e.g. a required parameter was missing), and codes in the 5xx range indicate an error with our servers. All API requests *should* be made over HTTPS to `https://api.import.io/` ## API Authentication You authenticate to the import.io API by providing your API key as URL query string parameter `_apikey`. You can manage your API key from [your account](https://import.io/data/account/). In the My Settings page, the API in not URL encoded. To prevent a Base64 error, make sure to use a URI encode function for your query. You can also get an encoded API Key from the GET API or POST API tab in the application. Your API key allows unrestricted privileges your account, so keep it secret! When you are logged in, *submit your password in this page header* to see the API key in the API explorer below. ## Quick Start ### Basic concepts * import.io lets you publish dynamic APIs and Data Sets to its platform (object class `Connector`). * To disambiguate between dynamic API created on the platform, and static APIs such as this, we use the term `Connector` within the import.io APIs to refer to a API or Data Set published to import.io. * Extractors, Crawlers and Data Sets are just specializations of Connector. * You can create these via UI tooling, or by using the APIs detailed here. * The dynamic API definition for a Connector is versioned (object class `ConnectorVersion`); querying a connector by default queries the most recent version, whose id can be found on the `Connector` object (`latestVersionGuid`). * Each `ConnectorVersion` has a schema (object class `Schema`) defining its input and output properties. * All objects are accessible via the REST API. * The output properties are returned with the query data. * Extra meta-data may be passed back depending on a output property [type](#data-types). * All fields _may_ be multi-valued (i.e. arrays). ### Convert a URL into data You can use import.io magic to convert a URL into data tables over our API instantly. [Try it yourself!](?magic#!/Magic_Methods/magic) ### Query a custom API Create an API in the UI, do a query. [Try it yourself!](?query#!/Query_Methods/queryGet) ## Data Types For most output property types we also return `myvar/_source` with the original textual data. | Type | Returns | Notes | | --- | --- | --- | | `STRING` | myvar | We normalize whitespace from text, and don't return empty strings | | `CURRENCY` | myvar, myvar/_currency, myvar/_source | The ISO currency code is returned as `myvar/_currency`, the numeric value in `myvar` | | `INT` | myvar, myvar/_source | 64 bit integer (`long`) | | `DOUBLE` | myvar, myvar/_source | 64 bit float | | `LANG` | myvar, myvar/_source | 3 letter ISO code | | `COUNTRY` | myvar, myvar/_source | 3 letter ISO code | | `BOOLEAN` | myvar, myvar/_source | true if 1, yes, on, active, true, y | | `URL` | myvar, myvar/_text, myvar/_title, myvar/_source | `myvar/_text` is the normalized text content of the anchor | | `IMAGE` | myvar, myvar/_alt, myvar/_title, myvar/_source | | | `HTML` | myvar | Raw HTML as well-formed XML | | `MAP` | myvar | JSON compatible map |
Show more...

inherit_report_demo

Author: Yenthe Van Ginneken
License: no license
Branch: master
Repository: 001101/Odoo_Samples
Dependencies: sale
Languages: Python (20, 47.6%), and XML (22, 52.4%)

Tutorial about how to inherit and modify already existing QWeb reports.
Show more...

trp_saved_selection

Author: Therp BV
License: no license
Branch: 7.0
Repository: alanljj/Therp-Addons
Dependencies: base, and web
Languages: JavaScript (122, 17.1%), PO File (135, 19.0%), Python (341, 47.9%), and XML (114, 16.0%)


Show more...

magento-integration

Author: Openlabs Technologies & Consulting Pvt Ltd.
License: no license
Branch: dev
Repository: priyankarani/magento-integration
Dependencies: account, base, decimal_precision, delivery, mrp, product, and sale
Languages: Bourne Shell (12, 0.1%), JSON (5005, 46.9%), Python (4146, 38.9%), XML (1021, 9.6%), YAML (21, 0.2%), make (143, 1.3%), and reStructuredText (315, 3.0%)

Magento Integration
Show more...

account_statement_import_file_reconcile_oca

Author: Akretion, Odoo Community Association (OCA)
License: AGPL-3
Branch: 16.0-mig-account_statement_import_file_reconcile_oca
Repository: akretion/bank-statement-import
Dependencies: account_reconcile_oca, and account_statement_import_file
Languages: HTML (344, 72.4%), PO File (23, 4.8%), Python (45, 9.5%), XML (20, 4.2%), and reStructuredText (43, 9.1%)


Show more...

mozaik_event_registration_partner_fields

Author: ACSONE SA/NV
License: AGPL-3
Branch: 14.0-64306-mozaik_event_website-mle
Repository: acsone/mozaik
Dependencies: event, and website_event
Languages: PO File (27, 23.9%), Python (47, 41.6%), and XML (39, 34.5%)

Add zip field on event registrations. This field can be filled on website., Allow to fill mobile when registering through the website.
Show more...

account_invoice_mode_several_times_month

Author: Aures TIC, Odoo Community Association (OCA)
License: AGPL-3
Branch: 14.0
Repository: aurestic/account-invoicing
Dependencies: account, account_invoice_base_invoicing_mode, queue_job, sale, and stock
Languages: HTML (356, 45.1%), Python (305, 38.6%), XML (82, 10.4%), and reStructuredText (47, 5.9%)

Create invoices automatically several days every month.
Show more...

stock_inventory_revaluation_dropshipping

Author: ForgeFlow S.L., Odoo Community Association (OCA)
License: AGPL-3
Branch: 14.0-stock_inventory_revaluation
Repository: ForgeFlow/account-financial-tools
Dependencies: stock_dropshipping, and stock_inventory_revaluation_purchase
Languages: HTML (344, 55.5%), Python (237, 38.2%), and reStructuredText (39, 6.3%)

Stock Inventory Revaluation Dropshipping
Show more...

sale_stock_propagate_quantity_diminution

Author: Akretion, Odoo Community Association (OCA)
License: AGPL-3
Branch: 14.0-ADD-sale_stock_propagate_quantity_diminution
Repository: akretion/sale-workflow
Dependencies: sale_stock
Languages: HTML (324, 61.8%), Python (167, 31.9%), and reStructuredText (33, 6.3%)

Allows the cascade of the decrease of sale order line in the related pickings.
Show more...

account_payment_multi_deduction_analytic

Author: Ecosoft, Odoo Community Association (OCA)
License: AGPL-3
Branch: 14.0-add-account_payment_deduction_analytic
Repository: ecosoft-odoo/account-payment
Dependencies: account_payment_multi_deduction, and analytic
Languages: HTML (356, 43.0%), Python (392, 47.3%), XML (39, 4.7%), and reStructuredText (41, 5.0%)


Show more...
1
··· ·
906
· ···