odoo/addons/product
Denis Ledoux eb5d95b135 [FIX] product: _get_image_variant is used for the field `image`
This revision is related to 93d4db9d1e.

Usually, for models with an image, the original `image` is stored
in the field `image`, and then the resized value are in the fields
`image_medium` & `image_small`.

In the specific case of the product variant, this is not the case,
the original image is stored in the field `image_variant`,
and the `image` field uses as well the method `_get_image_variant`.

The `image_get_resized_images` must therefore return the "big image"
as well, which is returned with the key `image`, by default.
This is done using the method argument `return_big`.
2015-11-30 13:51:25 +01:00
..
i18n [I18N] Update translation terms from Transifex 2015-11-29 02:58:05 +01:00
report [FIX] product: display variant in product label report 2015-01-05 12:49:51 +01:00
security [MERGE] forward port of branch saas-3 up to f92b2f8 2015-02-06 14:19:30 +01:00
static/img [IMP] Convert product demo png's to 8bit 2014-09-16 19:55:00 +02:00
test [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
tests [FIX] remove deprecated checks/fast_suite test attributes from standard modules 2015-01-15 14:31:40 +01:00
views [IMP] Product pricelist converted to QWeb 2014-04-14 17:52:12 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py
__openerp__.py [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
_common.py [FIX] base: support float rounding with rounding_method=UP (ceiling) 2014-10-22 14:28:22 +02:00
partner.py [REF] *: change linked to server revision 4907. Removed deprecated 'view_load' attribute + removed duplicated first argument of property fields which is replaced with 'relation' argument in case where it is really needed (relational fields): indeed this first argument was totally useless for property of float type (for example). 2013-06-24 11:05:15 +02:00
partner_view.xml [FIX] product: supplier pricelist field in partner form 2015-05-13 11:57:11 +02:00
pricelist.py [FIX] product: Product field 2015-06-01 09:11:22 +02:00
pricelist_view.xml [IMP] product: usability improvement in pricelist 2014-11-28 15:50:57 +01:00
product.py [FIX] product: _get_image_variant is used for the field `image` 2015-11-30 13:51:25 +01:00
product_data.xml [FIX] product: Set rounding of "Unit" to 0.001 2015-03-30 17:19:17 +02:00
product_demo.xml [FIX] product: demo data irrelevant product description 2015-03-01 03:34:00 +01:00
product_image_demo.xml [IMP] Adapt mrp workflow and moves + Differ between Bose speakers and Custom Computer 2014-09-03 19:18:17 +02:00
product_pricelist_demo.yml [FIX] product : Improved the test cases. 2012-09-19 18:43:05 +05:30
product_report.xml [FIX]product: disable menu name come from report declaration.because it's called from wizard 2014-07-08 16:11:28 +05:30
product_view.xml [FIX] product: Don't force arbitrary precision on weights 2015-06-03 17:49:04 +02:00