| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/16.0/product_supplierinfo_import_by_barcode |
| VERSION | |
| VERSION | 3.0.0 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, David, oca-ci, juancarlosonate-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:12:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows importing vendor price lists from Excel files, matching products using any product template char field. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_supplierinfo_import_form |
product.supplierinfo.import | form | New | |
product_supplierinfo_import_template_form |
product.supplierinfo.import.template | form | New | |
product_supplierinfo_import_template_tree |
product.supplierinfo.import.template | tree | New |
import_status
Selection
default='unchanged'
args: [('new_or_updated', 'New or Updated'), ('unchanged', 'Unchanged')]
No public methods.
create_new_products
Boolean
default=True
help="If a product isn't found by its Search Field, it will be created with the provided data"
date_start
Date
required=True
string='Validity'
delay
Integer
supplier_id
Many2one → res.partner
comodel_name='res.partner'
compute='_compute_supplier_id'
readonly=False
store=True
string='Supplier'
supplierinfo_file
Binary
required=True
supplierinfo_filename
Char
template_id
Many2one → product.supplierinfo.import.template
comodel_name='product.supplierinfo.import.template'
compute='_compute_template_id'
store=True
action_import_file(self)
header_offset
Integer
default=0
required=True
import_criteria_field_id
Many2one → ir.model.fields
comodel_name='ir.model.fields'
default=<expr>
domain=[('model', '=', 'product.template'), ('ttype', '=', 'char')]
help='The field that will be used to match the productsfrom the excel file with the ones in the Odoo database'
name
Char
required=True
only_update_existing
Boolean
default=False
help='If enabled, only existing supplierinfo records will be updated. New ones will not be created.'
search_header_name
Char
required=True
sheet_number
Integer
default=1
help='The number of the sheet page in the spreadsheet where the pricelist are'
required=True
show_not_updated_rates
Boolean
help="If checked, at the end of the import, it will display the supplier's rate records that were not updated."
supplier_id
Many2one → res.partner
comodel_name='res.partner'
template_line_ids
One2many → product.supplierinfo.import.template.line
comodel_name='product.supplierinfo.import.template.line'
inverse_name='template_id'
string='Headers mapping'
No public methods.
field_id
Many2one → ir.model.fields
comodel_name='ir.model.fields'
domain=[('model', '=', 'product.supplierinfo')]
header_name
Text
help='Copy it directly from the origin cell so it matches right'
template_id
Many2one → product.supplierinfo.import.template
comodel_name='product.supplierinfo.import.template'
No public methods.
created_from_supplierinfo_import
Boolean
help='This product was created with the vendor import wizard'
product_code
Char
compute='_compute_product_code'
compute_sudo=False
help='This is the supplier product code from Main Supplier.'
readonly=True
search='_search_product_code'
No public methods.