Search 1.9 billion lines of Odoo code on GitHub

1
··· ·
87

trp_external_user_analytic_lines

Author: Therp BV
License: AGPL-3
Branch: 6.1-trp_external_user_analytic_lines-git
Repository: hbrunn/Therp-Addons
Dependencies: analytic, hr_timesheet, project, project_issue, project_timesheet, and trp_external_user
Languages: Python (69, 45.4%), and XML (83, 54.6%)


Show more...

account_import_line_multicurrency_extension

Author: Camptocamp,Odoo Community Association (OCA)
License: AGPL-3
Branch: 9.0
Repository: zeroincombenze/bank-payment
Dependencies: account
Languages: PO File (62, 22.2%), Python (93, 33.3%), XML (65, 23.3%), and reStructuredText (59, 21.1%)

Add an improved view for move line import in bank statement
Show more...

account_move_line_payable_receivable_filter

Author: ACSONE SA/NV,Odoo Community Association (OCA)
License: AGPL-3
Branch: 9.0
Repository: zeroincombenze/account-financial-tools
Dependencies: account
Languages: PO File (33, 26.6%), Python (16, 12.9%), XML (16, 12.9%), and reStructuredText (59, 47.6%)

Filter your Journal Items per payable and receivable account
Show more...

account_journal_entry_posted_async

Author: ACSONE SA/NV,Odoo Community Association (OCA)
License: AGPL-3
Branch: 7.0
Repository: zeroincombenze/account-financial-tools
Dependencies: account, and connector
Languages: PO File (1551, 85.4%), Python (187, 10.3%), XML (18, 1.0%), and reStructuredText (61, 3.4%)

Automatically post account journal entries asynchronously
Show more...

stock_warehouse_orderpoint_stock_info_unreserved

Author: Eficent, Odoo Community Association (OCA)
License: AGPL-3
Branch: 9.0
Repository: zeroincombenze/stock-logistics-warehouse
Dependencies: stock_available_unreserved, and stock_warehouse_orderpoint_stock_info
Languages: PO File (85, 29.1%), Python (123, 42.1%), XML (27, 9.2%), and reStructuredText (57, 19.5%)


Show more...

account_bank_statement_import_excel

Author: Alfadil
License: AGPL-3
Branch: accounting
Repository: aakzubaidi/ODEX
Dependencies: account_bank_statement_import, and base_iban
Languages: Python (334, 72.1%), XML (91, 19.7%), and reStructuredText (38, 8.2%)


Show more...

cenit_geneea_natural_language_processing_1_0

Author: Cenit IO
License: no license
Branch: 8.0
Repository: andhit-r/odoo-integrations
Dependencies: base, and cenit_base
Languages: HTML (38, 5.2%), Python (67, 9.2%), and XML (625, 85.6%)

<div class="api-description"> <h2>Authentication</h2> <p>For all calls, supply your API key. <a href="https://geneea.3scale.net/">Sign up to <em>obtain the key</em></a>.</p> <p> Our API supports both <em>unencrypted (HTTP)</em> and <em>encrypted (HTTPS)</em> protocols. However, for security reasons, we strongly encourage using only the encrypted version. </p> <p>The API key should be supplied as either a request parameter <code>user_key</code> or in <code>Authorization</code> header.</p> <pre><code>Authorization: user_key &lt;YOUR_API_KEY&gt;</code></pre> <h2>API operations</h2> <p> All API operations can perform analysis on supplied raw text or on text extracted from a given URL. Optionally, one can supply additional information which can make the result more precise. An example of such information would be the language of text or a particular text extractor for URL resources. </p> <p>The supported types of analyses are:</p> <ul> <li><strong>lemmatization</strong> &longrightarrow; Finds out lemmata (basic forms) of all the words in the document. </li> <li><strong>correction</strong> &longrightarrow; Performs correction (diacritization) on all the words in the document. </li> <li><strong>topic detection</strong> &longrightarrow; Determines a topic of the document, e.g. finance or sports. </li> <li><strong>sentiment analysis</strong> &longrightarrow; Determines a sentiment of the document, i.e. how positive or negative the document is. </li> <li><strong>named entity recognition</strong> &longrightarrow; Finds named entities (like person, location, date etc.) mentioned the the document. </li> </ul> <h2>Encoding</h2> <p>The supplied text is expected to be in UTF-8 encoding, this is especially important for non-english texts.</p> <h2>Returned values</h2> <p>The API calls always return objects in serialized JSON format in UTF-8 encoding.</p> <p> If any error occurs, the HTTP response code will be in the range <code>4xx</code> (client-side error) or <code>5xx</code> (server-side error). In this situation, the body of the response will contain information about the error in JSON format, with <code>exception</code> and <code>message</code> values. </p> <h2>URL limitations</h2> <p> All the requests are semantically <code>GET</code>. However, for longer texts, you may run into issues with URL length limit. Therefore, it's possible to always issue a <code>POST</code> request with all the parameters encoded as a JSON in the request body. </p> <p>Example:</p> <pre><code> POST /s1/sentiment Content-Type: application/json {"text":"There is no harm in being sometimes wrong - especially if one is promptly found out."} </code></pre> <p>This is equivalent to <code>GET /s1/sentiment?text=There%20is%20no%20harm...</code></p> <h2>Request limitations</h2> <p> The API has other limitations concerning the size of the HTTP requests. The maximal allowed size of any POST request body is <em>512 KiB</em>. For request with a URL resource, the maximal allowed number of extracted characters from each such resource is <em>100,000</em>. </p> <h2>More information</h2> <p> <a href="https://geneea.atlassian.net/wiki/display/IPD/The+Interpretor+API+Public+Documentation" target="_blank"> The Interpretor Public Documentation </a> </p> </div>
Show more...
1
··· ·
87