-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADD] integration: barcodelookup documentation
Task-4464181 closes #11774 Signed-off-by: Audrey Vandromme (auva) <[email protected]>
- Loading branch information
Showing
5 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
content/applications/general/integrations/barcodelookup.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
:show-content: | ||
|
||
============== | ||
Barcode Lookup | ||
============== | ||
|
||
`Barcode Lookup <https://www.barcodelookup.com/>`_ allows you to scan (or enter) products' barcodes | ||
(:abbr:`UPC (Universal Product Code)`, :abbr:`EAN (European Article Number)`, or :abbr:`ISBN | ||
(International Standard Book Number)`) to automatically create them in your Odoo database, complete | ||
with product names, descriptions, images, categories, etc. | ||
|
||
.. _barcodelookup/configuration: | ||
|
||
Configuration | ||
------------- | ||
|
||
If your database is hosted on **Odoo Online**, you can use Barcode Lookup without configuration. | ||
|
||
If your database is hosted on **Odoo.sh** or **on-premise**, proceed as follows: | ||
|
||
#. Visit the `Barcode Lookup website <https://www.barcodelookup.com/api>`_ and click | ||
:guilabel:`Sign Up for the API`. | ||
#. Choose the appropriate plan based on the number of barcodes you need to scan. | ||
#. Fill in the required details and complete the registration process. | ||
#. Copy the API key. | ||
#. In Odoo, open the Settings app, scroll down to the :guilabel:`Integrations` section, and, under | ||
:guilabel:`Barcode Database`, paste the Barcode Lookup :guilabel:`API Key`. | ||
|
||
Use | ||
--- | ||
|
||
To fill in product information using Barcode Lookup, create a new product and fill in the | ||
:guilabel:`Barcode` field. The product's details are then automatically imported from Barcode | ||
Lookup, updating the following fields: :guilabel:`Name`, :guilabel:`Price`, :guilabel:`Description`, | ||
:guilabel:`Tax`, :guilabel:`Image`, :guilabel:`Weight`, :guilabel:`Attributes`, :guilabel:`Product | ||
category`, and :guilabel:`Volume`. You can then modify any field(s) as needed. | ||
|
||
.. seealso:: | ||
:ref:`Create new products during internal transfers using the Barcode Lookup database | ||
<barcode/setup/barcodelookup>`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters