Product Supplierinfo Group Intercompany Sequence

product_supplierinfo_group_intercompany
REPOSITORY
REPOSITORYOCA/multi-company
GIT
GIThttps://github.com/OCA/multi-company.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/multi-company/tree/14.0/product_supplierinfo_group_intercompany
VERSION
VERSION 1.1.3
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSMiquel Raïch, Sébastien BEAU, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/multi-company
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/multi-company:
    - product_supplierinfo_intercompany
    - purchase_sale_inter_company
    - account_invoice_inter_company
OCA/product-attribute:
    - product_supplierinfo_group
odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - sale_stock
    - stock_account
    - stock
    - barcodes
    - purchase_stock
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_pricelist_view product.pricelist field Inherits product.product_pricelist_view
supplierinfo_group_view_form product.supplierinfo.group field Inherits product_supplierinfo_group.supplierinfo_group_view_form
Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • onchange_supplierinfo_group_ids(self)
    @api.onchange('supplierinfo_group_ids')

New fields (2)
  • supplier_group_ids One2many → product.supplierinfo.group
    args: 'product.supplierinfo.group', 'intercompany_pricelist_id', 'Supplier Group'
  • supplier_sequence Integer
    default=-1 help='Force the supplier sequence, use a negative value if you want to have this supplier in first position, use a big positif value if you want to be the last'
Public methods (1)
  • write(self, vals)

New fields (1)
  • intercompany_pricelist_id Many2one
    related='group_id.intercompany_pricelist_id' store=True
Public methods (1)
  • unlink(self)

New fields (1)
  • intercompany_pricelist_id Many2one → product.pricelist
    readonly=True args: 'product.pricelist'
Public methods (4)
  • check_access_rule(self, operation)
  • check_field_access_rights(self, operation, fields)
  • create(self, vals)
    @api.model
  • write(self, vals)