← Back to team overview

credativ team mailing list archive

[Bug 901527] [NEW] [6.0] nan_product_sequence module does not determine the sequence correctly

 

Public bug reported:

Hello,

I have installed nan_product_sequence in OpenERP 6.0.3 and it is not
determining any sequence during the product creation.

However, when I change the following code it works well:
product.py
from:
if not 'default_code' in vals:
to:
if vals['default_code'] == False:

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

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

Title:
  [6.0] nan_product_sequence module does not determine the sequence
  correctly

Status in OpenERP Addons (modules):
  New

Bug description:
  Hello,

  I have installed nan_product_sequence in OpenERP 6.0.3 and it is not
  determining any sequence during the product creation.

  However, when I change the following code it works well:
  product.py
  from:
  if not 'default_code' in vals:
  to:
  if vals['default_code'] == False:

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


Follow ups

References