From 218d48eec2f65025206aa4c658cd0f76cf80d653 Mon Sep 17 00:00:00 2001 From: "qdp-launchpad@tinyerp.com" <> Date: Fri, 3 Sep 2010 15:06:03 +0200 Subject: [PATCH] [IMP] account: tax code usability changes bzr revid: qdp-launchpad@tinyerp.com-20100903130603-e4rcdyl32dfbe5h8 --- addons/account/account.py | 2 +- addons/account/account_view.xml | 26 ++++++++++++++++---------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/addons/account/account.py b/addons/account/account.py index acbf65acf20..829b440efba 100644 --- a/addons/account/account.py +++ b/addons/account/account.py @@ -1551,7 +1551,7 @@ class account_tax_code(osv.osv): 'child_ids': fields.one2many('account.tax.code', 'parent_id', 'Child Codes'), 'line_ids': fields.one2many('account.move.line', 'tax_code_id', 'Lines'), 'company_id': fields.many2one('res.company', 'Company', required=True), - 'sign': fields.float('Sign for parent', required=True), + 'sign': fields.float('Coefficent for parent', required=True, help='You can specify here the coefficient that will be used when consolidating the amount of this case into its parent. For example, set 1/-1 if you want to add/substract it.'), 'notprintable':fields.boolean("Not Printable in Invoice", help="Check this box if you don't want any VAT related to this Tax Code to appear on invoices"), } diff --git a/addons/account/account_view.xml b/addons/account/account_view.xml index 8feb7e3ffdf..f6294b762c0 100644 --- a/addons/account/account_view.xml +++ b/addons/account/account_view.xml @@ -742,16 +742,22 @@ form
- - - - - - - - - - + + + + + + + + + + + + + + + +