product_custom_attributes_shop

product_custom_attributes_shop
REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/6.1/product_custom_attributes_shop
VERSION
VERSION 6.1.1
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSBenoit Guillot, Alexis de Lattre, Alexandre Fayolle, sebastien beau, Alexandre Fayolle @ camptocamp, Sébastien Beau
WEBSITE
WEBSITEhttp://www.akretion.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/e-commerce:
    - base_sale_multichannels
    - sale_automatic_workflow
    - sale_quick_payment
    - sale_exceptions
OCA/product-attribute:
    - product_custom_attributes
odoo/odoo:
    - sale
    - stock
    - product
    - base
    - process
    - decimal_precision
    - account
    - base_setup
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
    - procurement
    - account_voucher
    - delivery
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
    This module give the posibility to manage different value for special field
    (like name, description, metadata....) per shop.
    Indeed when you sale on an e-shop you must have for exemple a different
    description per product (ranking problem). This that module you will be able
    to add in the shop tab of the product a description per shop.
    

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
attribute_shop_location_form_view attribute.shop.location.form attribute.shop.location form New
attribute_shop_location_tree_view attribute.shop.location.tree attribute.shop.location tree New
attributes_sale_shop_view_form product_custom_attributs_shop.sale_shop.view_form sale.shop data Inherits base_sale_multichannels.base_sale_multichannels_view_shop_form
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • check_if_in_shop_category(self, cr, uid, categ_ids, shop_id, context=None)

New fields (0)

No new fields.

Public methods (4)
  • check_if_activable(self, cr, uid, vals, context=None)
  • create(self, cr, uid, vals, context=None)
  • fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
  • write(self, cr, uid, ids, vals, context=None)

New fields (0)

No new fields.

Public methods (1)
  • generate_shop_attributes(self, cr, uid, ids, context=None)