Search 1.9 billion lines of Odoo code on GitHub

1
··· ·
473
· ···

l10n_ve_withholding

Author: Vauxoo
License: AGPL-3
Branch: 8.0
Repository: alecodigo/odoo-venezuela
Dependencies: account, base_action_rule, and l10n_ve_fiscal_requirements
Languages: PO File (128, 18.6%), Python (374, 54.3%), XML (91, 13.2%), YAML (86, 12.5%), and reStructuredText (10, 1.5%)


Show more...

bank_china_features

Author: renjie <i@renjie.me>
License: LGPL-3
Branch: 10.0
Repository: bg4hkq/renjie_odoo_addons
Dependencies: base
Languages: HTML (48, 19.1%), PO File (27, 10.8%), Python (78, 31.1%), and XML (98, 39.0%)

中国特色银行账户信息
Show more...

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...

l10n_mx_custom_general

Author: Akkadian
License: no license
Branch: master
Repository: mbenyoub/server
Dependencies: account, account_chart, account_voucher, base_vat, and decimal_precision
Languages: Python (271, 14.9%), and XML (1545, 85.1%)


Show more...

tree_view_record_id

Author: Akretion,Odoo Community Association (OCA)
License: no license
Branch: 7.0
Repository: ntsirintanis/server-tools
Dependencies: base
Languages: Python (56, 100.0%)

Adds id field to tree views
Show more...

l10n_ar_vat_reports

Author: Sistemas ADHOC
License: no license
Branch: 7.0
Repository: 0x01x02x03/odoo-argentina
Dependencies: l10n_ar_invoice, and pentaho_reports
Languages: PO File (73, 21.5%), Python (177, 52.1%), and XML (90, 26.5%)


Show more...

product_customerinfo_product_code_report

Author: AvanzOSC
License: AGPL-3
Branch: odoo-addons14-account_invoice_event_report
Repository: alfredoavanzosc/odoo-addons
Dependencies: account, product_supplierinfo_for_customer_picking, product_supplierinfo_for_customer_sale, sale, and stock
Languages: PO File (112, 34.7%), Python (89, 27.6%), XML (103, 31.9%), and reStructuredText (19, 5.9%)


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...

analytic_production_cost_report

Author: OdooMRP team,AvanzOSC,Serv. Tecnol. Avanzados - Pedro M. Baeza
License: AGPL-3
Branch: purchase_product_menu
Repository: Daniel-CA/odoomrp-utils
Dependencies: account, analytic, and mrp_project
Languages: PO File (177, 54.6%), Python (79, 24.4%), XML (56, 17.3%), and reStructuredText (12, 3.7%)


Show more...

business_requirement_deliverable_cost

Author: Elico Corp, Odoo Community Association (OCA)
License: LGPL-3
Branch: 12.0-mig-brdc
Repository: ruter-lyu/business-requirement
Dependencies: business_requirement, business_requirement_deliverable, decimal_precision, and web
Languages: PO File (279, 17.5%), Python (633, 39.7%), XML (444, 27.9%), and reStructuredText (237, 14.9%)

Control the cost of your Business Requirements
Show more...
1
··· ·
473
· ···