Search 1.9 billion lines of Odoo code on GitHub

1
··· ·
169
·

avanzosc_show_priceunit_in_stockmove

Author: AvanzOSC
License: no license
Branch: 6.1
Repository: adrianrevilla009/odoo-addons
Dependencies: stock
Languages: Python (14, 42.4%), and XML (19, 57.6%)


Show more...

project_task_generated_with_product_performance

Author: AvanzOSC
License: AGPL-3
Branch: 8.0
Repository: agaldona/project-addons
Dependencies: decimal_precision, procurement_service_project, project, and sale_order_line_performance
Languages: PO File (33, 18.1%), Python (103, 56.6%), XML (27, 14.8%), and reStructuredText (19, 10.4%)


Show more...

project_outsourcing_timesheet_automation

Author: Numigi
License: LGPL-3
Branch: 14.0
Repository: Numigi/odoo-project-addons
Dependencies: hr_timesheet, project, project_outsourcing, project_timesheet_time_control, and purchase
Languages: PO File (58, 13.4%), Python (280, 64.5%), XML (50, 11.5%), and reStructuredText (46, 10.6%)

Automate Outsourcing Timesheet
Show more...

green_erp_listview_custom_element_number

Author: nguyentoanit@gmail.com
License: AGPL-3
Branch: GreenERP_BASE
Repository: minhphung171093/GreenERP_V7
Dependencies: web
Languages: CSS (3, 3.5%), JavaScript (49, 57.0%), PO File (15, 17.4%), and Python (19, 22.1%)


Show more...

stock_aggregated_shipment_documents_webkit

Author: Savoir-faire Linux
License: no license
Branch: 7.0_stock_aggregated_shipment_document
Repository: savoirfairelinux/stock-logistics-reporting
Dependencies: base, base_headers_webkit, delivery, report_webkit, stock, stock_bill_of_lading_webkit, and stock_picking_pickup_date
Languages: Mako (271, 59.0%), Python (99, 21.6%), and XML (89, 19.4%)


Show more...

l10n_es_account_bank_statement_import_credit_card_caixabank

Author: Eficent,Tecnativa,Comunitea,Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0-mig-l10n_es_account_bank_statement_import_credit_card_caixabank
Repository: ForgeFlow/l10n-spain
Dependencies: account_bank_statement_import, and base_currency_iso_4217
Languages: PO File (354, 49.9%), Python (311, 43.8%), XML (12, 1.7%), and reStructuredText (33, 4.6%)


Show more...

project_timesheet_time_control_employee_pin

Author: Numigi
License: LGPL-3
Branch: TA#51167
Repository: Numigi/odoo-project-addons
Dependencies: hr_attendance, and project_timesheet_time_control
Languages: PO File (25, 12.2%), Python (125, 61.0%), XML (29, 14.1%), and reStructuredText (26, 12.7%)

Enter times from the Timer of a task as a different employee from the logged in user
Show more...

account_fiscal_position_vat_check_unported

Author: Akretion
License: AGPL-3
Branch: master
Repository: mdietrichc2c/account-financial-tools
Dependencies: account
Languages: PO File (105, 50.0%), Python (65, 31.0%), and XML (40, 19.0%)

Check VAT on invoice validation
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...

product_public_category_domain_parent_partner

Author: Savoir-faire Linux
License: AGPL-3
Branch: 8.0-product_public_category_domain_parent_partner
Repository: savoirfairelinux/website
Dependencies: product_public_category_partner, website, and website_sale
Languages: Python (152, 100.0%)

Add a domain on partner_id
Show more...
1
··· ·
169
·