~gdgellatly/openerp-product-attributes/product-pricelist-1296605

« back to all changes in this revision

Viewing changes to product_price_tax_inc_exc/account.py

  • Committer: Alexandre Fayolle @ camptocamp
  • Date: 2012-12-04 08:45:22 UTC
  • mto: This revision was merged to the branch mainline in revision 75.
  • Revision ID: alexandre.fayolle@camptocamp.com-20121204084522-87svc1ixa56ttpif
[FIX] spelling in various places, esp. __openerp__.py descriptions

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
                    ('tax-exc', 'Tax Exc'),
32
32
                    ('both', 'Both'),
33
33
                    ], 'Pricelist Compatibility',
34
 
                    help=("Choose the kind of pricelist compatible"
 
34
                    help=("Choose the kind of pricelist compatible "
35
35
                    "with the fiscal position")),
36
36
    }
37
37