diff --git a/addons/hr_contract/__openerp__.py b/addons/hr_contract/__openerp__.py index 949485fa03b..2851a9aa86b 100755 --- a/addons/hr_contract/__openerp__.py +++ b/addons/hr_contract/__openerp__.py @@ -26,7 +26,7 @@ 'category': 'Generic Modules/Human Resources', 'description': """ Add all information on the employee form to manage contracts: - * Martial status, + * Marital status, * Security number, * Place of birth, birth date, ... You can assign several contracts per employee. diff --git a/addons/hr_evaluation/test/test_hr_evaluation.yml b/addons/hr_evaluation/test/test_hr_evaluation.yml index 1d2acbcbd49..7797ce417d2 100644 --- a/addons/hr_evaluation/test/test_hr_evaluation.yml +++ b/addons/hr_evaluation/test/test_hr_evaluation.yml @@ -125,7 +125,7 @@ self.button_plan_in_progress(cr, uid, [ref('hr_evaluation_evaluation_0')]) - - I close this servey request by giving answer of survey question. + I close this survey request by giving answer of survey question. - !python {model: hr.evaluation.interview}: | self.survey_req_done(cr, uid, [ref('hr_evaluation_interview_0')]) diff --git a/addons/hr_expense/test/test_hr_expense.yml b/addons/hr_expense/test/test_hr_expense.yml index 0ddbf50f053..b558556a5c0 100644 --- a/addons/hr_expense/test/test_hr_expense.yml +++ b/addons/hr_expense/test/test_hr_expense.yml @@ -79,7 +79,7 @@ !workflow {model: hr.expense.expense, action: validate, ref: hr_expense_expense_september0} - - I invoiced this expenses by click on "Invoice" button. + I invoiced this expense by click on "Invoice" button. - !workflow {model: hr.expense.expense, action: invoice, ref: hr_expense_expense_september0} diff --git a/addons/hr_holidays/__openerp__.py b/addons/hr_holidays/__openerp__.py index 1f11388e96f..435465e3ddd 100644 --- a/addons/hr_holidays/__openerp__.py +++ b/addons/hr_holidays/__openerp__.py @@ -26,9 +26,9 @@ "author": "OpenERP SA & Axelor", "category": "Generic Modules/Human Resources", "website": "http://www.openerp.com", - "description": """Human Ressources: Holidays tracking and workflow + "description": """Human Resources: Holidays tracking and workflow - This module allows you to manage leaves and leaves requests. + This module allows you to manage leaves and leaves' requests. Implements a dashboard for human resource management that includes. * My Leaves * My Expenses diff --git a/addons/hr_payroll_account/__openerp__.py b/addons/hr_payroll_account/__openerp__.py index 7bb1c3027e1..8cdfe0593e4 100644 --- a/addons/hr_payroll_account/__openerp__.py +++ b/addons/hr_payroll_account/__openerp__.py @@ -26,7 +26,7 @@ 'description': """Generic Payroll system Integrated with Accountings * Expanse Encoding * Payment Encoding - * Comany Contribution Managemet + * Company Contribution Management """, 'author':'OpenERP SA/Axelor', 'website':'http://www.openerp.com', diff --git a/addons/project/test/test_project_delegation.yml b/addons/project/test/test_project_delegation.yml index f86f488dee7..722f58e65c2 100644 --- a/addons/project/test/test_project_delegation.yml +++ b/addons/project/test/test_project_delegation.yml @@ -1,11 +1,11 @@ - This scenario tests the delegation process. Closing all the delegated tasks(task delegation at multiple levels) transits the parent task from pending to open state. - - Creating a project OpenERP Documentaion + Creating a project OpenERP Documentation - - !record {model: project.project, id: project_project_openerpdocumentaion0}: + !record {model: project.project, id: project_project_openerpdocumentation0}: company_id: base.main_company - name: OpenERP Documentaion + name: OpenERP Documentation - Creating a task 'Develop book for Technical and Functional reference' @@ -13,7 +13,7 @@ !record {model: project.task, id: project_task_documentation_book}: name: Develop book for Technical and Functional reference planned_hours: 20.0 - project_id: project_project_openerpdocumentaion0 + project_id: project_project_openerpdocumentation0 remaining_hours: 20.0 state: draft @@ -31,7 +31,7 @@ !record {model: project.task, id: project_task_publish_book}: name: Publish the References planned_hours: 10.0 - project_id: project_project_openerpdocumentaion0 + project_id: project_project_openerpdocumentation0 remaining_hours: 10.0 state: draft @@ -77,7 +77,7 @@ !record {model: project.task, id: project_task_delegate_openerp_tutorial}: name: Prepare a book that gives functional overview of OpenERP planned_hours: 30.0 - project_id: project.project_project_openerpdocumentaion0 + project_id: project.project_project_openerpdocumentation0 remaining_hours: 30.0 state: draft @@ -95,7 +95,7 @@ !record {model: project.task, id: project_task_delegate_developer_book}: name: Prepare a technical reference for creating your modules planned_hours: 30.0 - project_id: project_project_openerpdocumentaion0 + project_id: project_project_openerpdocumentation0 remaining_hours: 30.0 state: draft @@ -123,7 +123,7 @@ !record {model: project.task, id: project_task_delegate_module_develop}: name: Prepare documentation for Module Development planned_hours: 30.0 - project_id: project.project_project_openerpdocumentaion0 + project_id: project.project_project_openerpdocumentation0 remaining_hours: 30.0 state: draft @@ -134,7 +134,7 @@ !record {model: project.task, id: project_task_delegate_business_process_develop}: name: Prepare documentation for Business Process Development planned_hours: 30.0 - project_id: project_project_openerpdocumentaion0 + project_id: project_project_openerpdocumentation0 remaining_hours: 30.0 state: draft diff --git a/addons/project_mrp/__openerp__.py b/addons/project_mrp/__openerp__.py index c224bf243ca..e99869e2591 100644 --- a/addons/project_mrp/__openerp__.py +++ b/addons/project_mrp/__openerp__.py @@ -32,7 +32,7 @@ When installed, this module will automatically create a new task for each procurement order line, when the corresponding product meets the following characteristics: * Type = Service - * Procurement method (Order fulfilment) = MTO (make to order) + * Procurement method (Order fulfillment) = MTO (make to order) * Supply/Procurement method = Produce The new task is created outside of any existing project, but diff --git a/addons/purchase_requisition/test/purchase_requisition.yml b/addons/purchase_requisition/test/purchase_requisition.yml index 1564abf638f..3f3aae2d8f0 100644 --- a/addons/purchase_requisition/test/purchase_requisition.yml +++ b/addons/purchase_requisition/test/purchase_requisition.yml @@ -58,7 +58,7 @@ - !workflow {model: sale.order, action: order_confirm, ref: sale_order_testtender0} - - I launch he scheduler to compute all procurements, and specify all requisitions orders. + I launch the scheduler to compute all procurements, and specify all requisitions orders. - !python {model: procurement.order.compute.all}: | proc_obj = self.pool.get('procurement.order')