Product Supplierinfo for Customers and Product Supplierinfo Group compatibility

product_supplierinfo_for_customer_group
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/14.0/product_supplierinfo_for_customer_group
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Ilyas, Ooops404
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ilyas, Ooops404
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_supplierinfo_for_customer
    - product_supplierinfo_group
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - sales_team
    - purchase
    - account
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (8)
  • company_id Many2one → res.company
    default=<expr> index=1 related=False args: 'res.company', 'Company'
  • group_id Many2one → product.supplierinfo.group
    required=False args: 'product.supplierinfo.group'
  • name Many2one → res.partner
    check_company=True ondelete='cascade' related=False required=True args: 'res.partner', 'Vendor'
  • product_code Char
    related=False args: 'Vendor Product Code'
  • product_id Many2one → product.product
    check_company=True related=False args: 'product.product', 'Product Variant'
  • product_name Char
    related=False args: 'Vendor Product Name'
  • product_tmpl_id Many2one → product.template
    check_company=True index=True ondelete='cascade' related=False args: 'product.template', 'Product Template'
  • sequence Integer
    default=1 related=False args: 'Sequence'
Public methods (1)
  • create(self, list_vals)
    @api.model_create_multi