← Back to team overview

openerp-india team mailing list archive

[Bug 1050681] [NEW] product_variant_multi does not generate consistent code structure

 

Public bug reported:

When using the code generator in this module to create reference code,
the results are not consistent when using multiple variant dimensions.
For example, a product with a size dimension and a color dimension will
output:

[product name] - [product color] - [product size]  (eg. 1234-Black-
Small)

Occasionally the module will output:

[product name] - [product size] - [product color] (eg. 1234-Small-Black)

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1050681

Title:
  product_variant_multi does not generate consistent code structure

Status in OpenERP Addons (modules):
  New

Bug description:
  When using the code generator in this module to create reference code,
  the results are not consistent when using multiple variant dimensions.
  For example, a product with a size dimension and a color dimension
  will output:

  [product name] - [product color] - [product size]  (eg. 1234-Black-
  Small)

  Occasionally the module will output:

  [product name] - [product size] - [product color] (eg. 1234-Small-
  Black)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1050681/+subscriptions


Follow ups

References