[REF] Corrections
authorSKH(OpenERP) <>
Mon, 27 Sep 2010 17:53:35 +0000 (23:23 +0530)
committerJay (OpenERP) <jvo@tinyerp.com>
Mon, 27 Sep 2010 17:53:35 +0000 (23:23 +0530)
bzr revid: jvo@tinyerp.com-20100927175335-0drt398ro1lgbxyg

addons/account/__openerp__.py
addons/account/test/account_change_currency.yml
addons/account/test/account_report.yml
addons/account/test/account_sequence_test.yml
addons/account/test/test_parent_structure.yml
addons/account_analytic_plans/test/acount_analytic_plans_report.yml
addons/account_budget/__openerp__.py
addons/account_budget/test/account_budget.yml
addons/account_budget/test/account_budget_report.yml
addons/account_budget/test/account_budget_spread.yml

index ac17ec4..823bb56 100644 (file)
@@ -32,7 +32,7 @@
     Customer and Supplier Invoices
     Bank statements
     Reconciliation process by partner
-    Creates a dashboards for accountants that includes:
+    Creates a dashboard for accountants that includes:
     * List of uninvoiced quotations
     * Graph of aged receivables
     * Graph of aged incomes
index 4fe8953..479afd2 100644 (file)
@@ -50,7 +50,7 @@
   !assert {model: account.invoice, id: account_invoice_currency}:
     - state == 'proforma2'
 -
-  I can't change the currency of invoice when it is not in draft state so i change the state to cancel
+  I can't change the currency of invoice when it is not in draft state so I change the state to cancel
 -
   !workflow {model: account.invoice, action: invoice_cancel, ref: account_invoice_currency}
 -
index bd9af0f..7e4295d 100644 (file)
@@ -1,5 +1,5 @@
 -
-  In order to test the PDF reports defined on an invoice, we will print an invoice
+  In order to test the PDF reports defined on an invoice, we will print an Invoice Report
 - 
   !python {model: account.invoice}: |
     import netsvc, tools, os
index 3be824d..4748175 100644 (file)
@@ -32,7 +32,7 @@
     reference_type: none
     period_id: period_1
     
-- I create the invoice, as is I clicked on the "Create" button
+- I create the invoice, as I clicked on the "Create" button
 - !workflow {model: account.invoice, action: invoice_open, ref: invoice_seq_test}
 
 - I check that the invoice state is "Open"
index aed40e6..3c4db5c 100644 (file)
@@ -1,5 +1,5 @@
 -
-  We retrieve all accounts and test they are in a tree data structure.
+  We retrieve all accounts and test that those are in a tree data structure.
 - 
   !python {model: account.account}: |
     ids = self.search(cr, uid, [])
index debeba7..0990b9b 100644 (file)
@@ -1,5 +1,5 @@
 -
-  Print the Cross Overed Report in Normal mode
+  Print the Crossovered Analytic Report in Normal mode
 -
   !python {model: account.analytic.account}: |
     import netsvc, tools, os, time
index 5d6d8da..4fd24da 100644 (file)
@@ -26,7 +26,7 @@
     'category': 'Generic Modules/Accounting',
     'description': """This module allows accountants to manage analytic and crossovered budgets.
 
-Once the Master Budgets and the Budgets defined (in Financial
+Once the Master Budgets and the Budgets are defined (in Financial
 Management/Budgets/), the Project Managers can set the planned amount on each
 Analytic Account.
 
index f77efa2..4a2d502 100644 (file)
@@ -1,5 +1,5 @@
 -
-  In order to check account budget module in OpenERP I created a budget with few budget position
+  In order to check account budget module in OpenERP I created a budget with few budget positions
 -
   Creating a crossovered.budget record
 -
@@ -58,7 +58,7 @@
     - state == 'validate'
 
 -
-  I pressed the done button to done the Budget
+  I pressed the done button to set the Budget to "Done" state
 -
   Performing a workflow action done on module crossovered.budget
 -
index fa086e2..2115341 100644 (file)
@@ -17,7 +17,7 @@
     if tools.config['test_report_directory']:
        file(os.path.join(tools.config['test_report_directory'], 'account_budget-budget_report.'+format), 'wb+').write(data)
 -
-  Print the Cross Overed Budget Report in Normal mode
+  Print the CrossOvered Budget Report in Normal mode
 -
   !python {model: crossovered.budget}: |
     import netsvc, tools, os, time
index 98d8522..c996c64 100644 (file)
@@ -1,5 +1,5 @@
 -
- In order to test Spread Wizard of account module I spread record with amount=1000
+ In order to test Spread Wizard of account_budget module I spread record with amount=1000
 - 
   Creating a account.budget.spread record
 - 
@@ -9,7 +9,7 @@
     
     
 - 
-  Performing an osv_memory action check_spread on module account.budget.spread
+  Performing an osv_memory action check_spread on model account.budget.spread
 - 
   !python {model: account.budget.spread}: |
     self.check_spread(cr, uid, [ref("account_budget_spread_0")], {"lang": 'en_US',