1
- =====================================
2
- Import supplier pricelists by barcode
3
- =====================================
1
+ ==========================
2
+ Import supplier pricelists
3
+ ==========================
4
4
5
5
..
6
6
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -17,19 +17,18 @@ Import supplier pricelists by barcode
17
17
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
18
:alt: License: AGPL-3
19
19
.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github
20
- :target: https://github.com/OCA/product-attribute/tree/16.0/product_supplierinfo_import_by_barcode
20
+ :target: https://github.com/OCA/product-attribute/tree/16.0/product_supplierinfo_import
21
21
:alt: OCA/product-attribute
22
22
.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_supplierinfo_import_by_barcode
23
+ :target: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_supplierinfo_import
24
24
:alt: Translate me on Weblate
25
25
.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
26
:target: https://runboat.odoo-community.org/builds?repo=OCA/product-attribute&target_branch=16.0
27
27
:alt: Try me on Runboat
28
28
29
29
|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
30
30
31
- This module allows to import vendor price lists from excel files
32
- matching the products from their barcode.
31
+ This module allows to import vendor price lists from excel.
33
32
34
33
**Table of contents **
35
34
@@ -39,20 +38,38 @@ matching the products from their barcode.
39
38
Configuration
40
39
=============
41
40
41
+ **Vendor Pricelist Import Templates **
42
+
42
43
Vendor pricelists sheet files could come in a variety of column formats.
43
44
We can configure templates to match them to know what data we need to
44
45
store in our pricelist.
45
46
46
47
To do so:
47
48
48
- 1. Go to *Purchase > Configuration > Vendor pricelist import templates *.
49
- 2. Edit or create a new one.
50
- 3. Set the name of the header to match by barcode.
51
- 4. Set a headers mapping with the rest header names and which fields we
52
- should update.
53
- 5. A header mapping could have no related field, but is important to
54
- have it if we want to detect the sheet data when we are importing.
55
- 6. The order isn't important.
49
+ 1. Go to *Purchase > Configuration > Vendor pricelist import
50
+ templates *.
51
+ 2. Edit or create a new one.
52
+ 3. **Create a template name. **
53
+ 4. **Assign a default supplier. ** (Set a default supplier that will be
54
+ associated with this template)
55
+ 5. **In the Header Offset, determine the line where the headers are
56
+ located. ** (Specify the line number where the column headers are
57
+ found in your sheet file)
58
+ 6. **In the Search Header Name, set the name of the column you want to
59
+ filter by. ** (Indicate the column name used for filtering the data)
60
+ 7. **In the Search Field, set the data you want to filter by. **
61
+ (Specify the field used for filtering)
62
+ 8. Set a headers mapping with the rest header names and which fields we
63
+ should update. (Map the remaining header names to the corresponding
64
+ fields that should be updated in the system)
65
+ 9. A header mapping could have no related field, but is important to
66
+ have it if we want to detect the sheet data when we are importing.
67
+ 10. The order isn't important. (The order of the header mappings does
68
+ not affect the import process)
69
+ 11. **If 'Only Update Existing' is checked, only existing pricelists
70
+ will be updated; no new ones will be created. **
71
+ 12. **If 'Show Unupdated Rates' is enabled, the unupdated rates will be
72
+ shown grouped at the end of the import. **
56
73
57
74
Usage
58
75
=====
@@ -65,8 +82,8 @@ To use this module, you need to:
65
82
and the lead days.
66
83
4. Click on import and view.
67
84
68
- I a template for that file is configured, it will match the headers with
69
- the column values and create or update the vendor pricelists
85
+ If a template for that file is configured, it will match the headers
86
+ with the column values and create or update the vendor pricelists
70
87
accordingly.
71
88
72
89
Bug Tracker
@@ -75,7 +92,7 @@ Bug Tracker
75
92
Bugs are tracked on `GitHub Issues <https://github.com/OCA/product-attribute/issues >`_.
76
93
In case of trouble, please check there if your issue has already been reported.
77
94
If you spotted it first, help us to smash it by providing a detailed and welcomed
78
- `feedback <https://github.com/OCA/product-attribute/issues/new?body=module:%20product_supplierinfo_import_by_barcode %0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
95
+ `feedback <https://github.com/OCA/product-attribute/issues/new?body=module:%20product_supplierinfo_import %0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
79
96
80
97
Do not contact contributors directly about support or help with technical issues.
81
98
@@ -93,6 +110,7 @@ Contributors
93
110
- `Tecnativa <https://tecnativa.com >`__
94
111
95
112
- David Vidal
113
+ - Juan Carlos Oñate
96
114
97
115
Maintainers
98
116
-----------
@@ -107,6 +125,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
107
125
mission is to support the collaborative development of Odoo features and
108
126
promote its widespread use.
109
127
110
- This module is part of the `OCA/product-attribute <https://github.com/OCA/product-attribute/tree/16.0/product_supplierinfo_import_by_barcode >`_ project on GitHub.
128
+ This module is part of the `OCA/product-attribute <https://github.com/OCA/product-attribute/tree/16.0/product_supplierinfo_import >`_ project on GitHub.
111
129
112
130
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments