diff --git a/addons/account/__openerp__.py b/addons/account/__openerp__.py index ac17ec4d170..823bb56a7a9 100644 --- a/addons/account/__openerp__.py +++ b/addons/account/__openerp__.py @@ -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 diff --git a/addons/account/test/account_change_currency.yml b/addons/account/test/account_change_currency.yml index 4fe89534ce5..479afd2f2e2 100644 --- a/addons/account/test/account_change_currency.yml +++ b/addons/account/test/account_change_currency.yml @@ -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} - diff --git a/addons/account/test/account_report.yml b/addons/account/test/account_report.yml index bd9af0f2a34..7e4295da45b 100644 --- a/addons/account/test/account_report.yml +++ b/addons/account/test/account_report.yml @@ -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 diff --git a/addons/account/test/account_sequence_test.yml b/addons/account/test/account_sequence_test.yml index 3be824d2ca0..4748175c118 100644 --- a/addons/account/test/account_sequence_test.yml +++ b/addons/account/test/account_sequence_test.yml @@ -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" diff --git a/addons/account/test/test_parent_structure.yml b/addons/account/test/test_parent_structure.yml index aed40e6f0f3..3c4db5c3ff4 100644 --- a/addons/account/test/test_parent_structure.yml +++ b/addons/account/test/test_parent_structure.yml @@ -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, []) diff --git a/addons/account_analytic_plans/test/acount_analytic_plans_report.yml b/addons/account_analytic_plans/test/acount_analytic_plans_report.yml index debeba7daa0..0990b9ba5f9 100644 --- a/addons/account_analytic_plans/test/acount_analytic_plans_report.yml +++ b/addons/account_analytic_plans/test/acount_analytic_plans_report.yml @@ -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 diff --git a/addons/account_budget/__openerp__.py b/addons/account_budget/__openerp__.py index 5d6d8da0def..4fd24da70e9 100644 --- a/addons/account_budget/__openerp__.py +++ b/addons/account_budget/__openerp__.py @@ -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. diff --git a/addons/account_budget/test/account_budget.yml b/addons/account_budget/test/account_budget.yml index f77efa23b15..4a2d5023fc7 100644 --- a/addons/account_budget/test/account_budget.yml +++ b/addons/account_budget/test/account_budget.yml @@ -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 - diff --git a/addons/account_budget/test/account_budget_report.yml b/addons/account_budget/test/account_budget_report.yml index fa086e24a64..2115341c1a1 100644 --- a/addons/account_budget/test/account_budget_report.yml +++ b/addons/account_budget/test/account_budget_report.yml @@ -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 diff --git a/addons/account_budget/test/account_budget_spread.yml b/addons/account_budget/test/account_budget_spread.yml index 98d85222859..c996c647025 100644 --- a/addons/account_budget/test/account_budget_spread.yml +++ b/addons/account_budget/test/account_budget_spread.yml @@ -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',