~ubuntu-branches/ubuntu/wily/tryton-modules-carrier-percentage/wily-proposed

« back to all changes in this revision

Viewing changes to stock.py

  • Committer: Package Import Robot
  • Author(s): Mathias Behrle
  • Date: 2015-04-26 23:49:14 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20150426234914-es20a2lhfg0mg1at
Tags: 3.6.0-1
* Wrapping and sorting control files (wrap-and-sort -bts).
* Merging upstream version 3.6.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#This file is part of Tryton.  The COPYRIGHT file at the top level of
2
 
#this repository contains the full copyright notices and license terms.
 
1
# This file is part of Tryton.  The COPYRIGHT file at the top level of
 
2
# this repository contains the full copyright notices and license terms.
3
3
from decimal import Decimal
4
4
 
5
5
from trytond.pool import Pool, PoolMeta