← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 854259] [NEW] function fields needs to be redefined to trigger correct function

 

Public bug reported:

v6.0 - sale_layout (certified module)
the function 
_amount_line
is only executed if
'price_subtotal': fields.function(_amount_line, method=True, string='Subtotal', digits_compute= dp.get_precision('Sale Price')),
is redefined in the module

see patch

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

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/854259

Title:
  function fields needs to be redefined to trigger correct function

Status in OpenERP Server:
  New

Bug description:
  v6.0 - sale_layout (certified module)
  the function 
  _amount_line
  is only executed if
  'price_subtotal': fields.function(_amount_line, method=True, string='Subtotal', digits_compute= dp.get_precision('Sale Price')),
  is redefined in the module

  see patch

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


Follow ups

References