← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 778493] Re: stock - wrong field name

 

** Patch added: "product.py.20110506.patch"
   https://bugs.launchpad.net/bugs/778493/+attachment/2116566/+files/product.py.20110506.patch

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

Title:
  stock - wrong field name

Status in OpenERP Modules (addons):
  New

Bug description:
  given the (correct) help text the field should be called "Stock
  Account"

  -            string="Stock Variation Account",
  +            string="Stock Account",
               method=True, view_load=True,
               help="When real-time inventory valuation is enabled on a product, this account will hold the current value of the products.",),
       }


References