← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 753329] [NEW] sale - dubious code

 

Public bug reported:

sale/sale.py

this comment is not very reassuring
please check / comment

    # This is False
    def _picked_rate(self, cr, uid, ids, name, arg, context=None):
        if not ids:
            return {}
....

may be the attached module is helpful

for one client most SO result in 2 shipments
* internal
* to customer

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

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

Title:
  sale - dubious code

Status in OpenERP Modules (addons):
  New

Bug description:
  sale/sale.py

  this comment is not very reassuring
  please check / comment

      # This is False
      def _picked_rate(self, cr, uid, ids, name, arg, context=None):
          if not ids:
              return {}
  ....

  may be the attached module is helpful

  for one client most SO result in 2 shipments
  * internal
  * to customer



Follow ups

References