|
Hello Ferdinand,
I have examined the purchase_landed_cost module you referenced, but I cannot quite see what this module has to do with storing the attributes of shipments and handling units, other than recording the total freight cost. Perhaps I am missing something, but at this point I need to be able to store shipment attributes and handling unit attributes, not their costs. off topic, I am curious about this line http://bazaar.launchpad.net/~camptocamp/c2c-rd-addons/7.0/view/head:/purchase_landed_costs/stock.py#L42 isn't it possible to get rounding errors because floats are being used for summing up cost * qty, rather than converting them to decimal types first? With many items, I could see this being off by a few cents. Should this code be using self.pool.get('decimal.precision') ? just curious.. thanks On 08/05/2013 01:26 AM, Ferdinand wrote:
-- Brad Clements, [email protected] (315)268-1000 Jabber/XMPP: [email protected] |
_______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp


