Repository
OCA/e-commerce · module folder · Try on Runboat
Module version
6.1.1
Category
Generic Modules/Others
Folder size
0.02 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.akretion.com/
Last tracking update
2026-08-07 06:51:52
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
sebastien beau, Alexis de Lattre, Benoit Guillot, Alexandre Fayolle, Alexandre Fayolle @ camptocamp, Sébastien Beau
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
prestashoperpconnect_catalog_manager
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 form Inherits base_sale_multichannels.base_sale_multichannels_view_shop_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)