Skip to content

Commit

Permalink
[IMP] product_categ_image: Put incompatibility w/ product_default_image
Browse files Browse the repository at this point in the history
  • Loading branch information
FFernandez-PlanetaTIC authored and OCA-git-bot committed Jul 10, 2019
1 parent db77c8d commit 54ecda4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions product_categ_image/README.rst
Expand Up @@ -10,6 +10,11 @@ This module adds an *image* field on Product Categories.

Many e-commerce software have the ability to set an image on a product category, so we need to have this field in Odoo in order to sync with these e-commerce software.

Incompatible
============

This module is incompatible with *product_default_image* module.

Usage
=====

Expand Down
1 change: 1 addition & 0 deletions product_categ_image/__manifest__.py
Expand Up @@ -13,6 +13,7 @@
'author': 'Akretion,Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/product-attribute',
'depends': ['product'],
'conflicts': ['product_default_image'],
'data': ['views/product_view.xml'],
'installable': True,
}

0 comments on commit 54ecda4

Please sign in to comment.