← Back to team overview

openerp-india team mailing list archive

[Bug 1288917] [NEW] AttributeError: 'module' object has no attribute 'float_rouding'

 

Public bug reported:

revno: 9869 introduces a regression in product/pricelist.py
attemps to use tools.float_rouding, which does not exist.

The correct function to use is tools.float_round, which is
defined in openerp/tools/float_utils.py

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


** Tags: 7.0

** Branch linked: lp:~vince-vinet/openobject-
addons/7.0_fix_pricelist_regression

-- 
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/1288917

Title:
  AttributeError: 'module' object has no attribute 'float_rouding'

Status in OpenERP Addons (modules):
  New

Bug description:
  revno: 9869 introduces a regression in product/pricelist.py
  attemps to use tools.float_rouding, which does not exist.

  The correct function to use is tools.float_round, which is
  defined in openerp/tools/float_utils.py

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


Follow ups

References