From f3fc080ef77aae3ae4d9be8a96ce336a92f70d2b Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Sun, 9 Dec 2012 11:55:27 +0100 Subject: [PATCH] [MERGE] module desc + stock bzr revid: fp@tinyerp.com-20121209105527-4ot27zsv5vqr38ls --- addons/account_followup/__openerp__.py | 2 +- addons/account_voucher/__openerp__.py | 2 +- addons/base_gengo/__openerp__.py | 2 +- addons/crm/__openerp__.py | 2 +- addons/crm_claim/__openerp__.py | 2 +- addons/hr_expense/__openerp__.py | 2 +- addons/hr_recruitment/__openerp__.py | 2 +- addons/l10n_ch/__openerp__.py | 4 +- addons/l10n_fr_hr_payroll/__openerp__.py | 4 +- addons/mrp/mrp_view.xml | 8 +- addons/note_pad/__openerp__.py | 2 +- addons/point_of_sale/__openerp__.py | 2 +- addons/stock/__openerp__.py | 2 +- addons/stock/report/stock_inventory_move.rml | 47 ++++---- addons/stock/stock.py | 6 +- addons/stock/stock_view.xml | 46 ++++---- addons/stock_location/stock_location.py | 7 +- addons/stock_location/stock_location_view.xml | 104 +++++++++--------- addons/web_analytics/__openerp__.py | 2 +- 19 files changed, 127 insertions(+), 121 deletions(-) diff --git a/addons/account_followup/__openerp__.py b/addons/account_followup/__openerp__.py index fc2f17e6a97..dbb4ea6583e 100644 --- a/addons/account_followup/__openerp__.py +++ b/addons/account_followup/__openerp__.py @@ -25,7 +25,7 @@ 'category': 'Accounting & Finance', 'description': """ Module to automate letters for unpaid invoices, with multi-level recalls. -========================================================================== +========================================================================= You can define your multiple levels of recall through the menu: --------------------------------------------------------------- diff --git a/addons/account_voucher/__openerp__.py b/addons/account_voucher/__openerp__.py index 927fda19182..d9f1f680030 100644 --- a/addons/account_voucher/__openerp__.py +++ b/addons/account_voucher/__openerp__.py @@ -26,7 +26,7 @@ 'summary': 'Send Invoices and Track Payments', 'description': """ Invoicing & Payments by Accounting Voucher & Receipts -====================================================== +===================================================== The specific and easy-to-use Invoicing system in OpenERP allows you to keep track of your accounting, even when you are not an accountant. It provides an easy way to follow up on your suppliers and customers. You could use this simplified accounting in case you work with an (external) account to keep your books, and you still want to keep track of payments. diff --git a/addons/base_gengo/__openerp__.py b/addons/base_gengo/__openerp__.py index cc9183f6851..aa1be78321f 100644 --- a/addons/base_gengo/__openerp__.py +++ b/addons/base_gengo/__openerp__.py @@ -24,7 +24,7 @@ 'category': 'Tools', 'description': """ Automated Translations through Gengo API ----------------------------------------- +======================================== This module will install passive scheduler job for automated translations using the Gengo API. To activate it, you must diff --git a/addons/crm/__openerp__.py b/addons/crm/__openerp__.py index 76f65cc5bba..b4ec404470c 100644 --- a/addons/crm/__openerp__.py +++ b/addons/crm/__openerp__.py @@ -28,7 +28,7 @@ 'summary': 'Leads, Opportunities, Phone Calls', 'description': """ The generic OpenERP Customer Relationship Management -===================================================== +==================================================== This application enables a group of people to intelligently and efficiently manage leads, opportunities, meetings and phone calls. diff --git a/addons/crm_claim/__openerp__.py b/addons/crm_claim/__openerp__.py index dfc549412d4..78dfba2ed53 100644 --- a/addons/crm_claim/__openerp__.py +++ b/addons/crm_claim/__openerp__.py @@ -27,7 +27,7 @@ 'description': """ Manage Customer Claims. -================================================================================ +======================= This application allows you to track your customers/suppliers claims and grievances. It is fully integrated with the email gateway so that you can create diff --git a/addons/hr_expense/__openerp__.py b/addons/hr_expense/__openerp__.py index ec108b696bf..516af7f9d27 100644 --- a/addons/hr_expense/__openerp__.py +++ b/addons/hr_expense/__openerp__.py @@ -35,7 +35,7 @@ Employee can encode their own expenses and the validation flow puts it automatic The whole flow is implemented as: ----------------------------------- +--------------------------------- * Draft expense * Confirmation of the sheet by the employee * Validation by his manager diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index f2ba3d55057..749af25e765 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -28,7 +28,7 @@ 'summary': 'Jobs, Recruitment, Applications, Job Interviews', 'description': """ Manage job positions and the recruitment process -================================================= +================================================ This application allows you to easily keep track of jobs, vacancies, applications, interviews... diff --git a/addons/l10n_ch/__openerp__.py b/addons/l10n_ch/__openerp__.py index ec50d9b0f8e..bc157713d07 100644 --- a/addons/l10n_ch/__openerp__.py +++ b/addons/l10n_ch/__openerp__.py @@ -22,8 +22,8 @@ { 'name': 'Switzerland - Accounting', 'description': """ -Swiss localization : -==================== +Swiss localization: +=================== - DTA generation for a lot of payment types - BVR management (number generation, report.) - Import account move from the bank file (like v11) diff --git a/addons/l10n_fr_hr_payroll/__openerp__.py b/addons/l10n_fr_hr_payroll/__openerp__.py index 62d364a5277..eb9ede34570 100755 --- a/addons/l10n_fr_hr_payroll/__openerp__.py +++ b/addons/l10n_fr_hr_payroll/__openerp__.py @@ -32,8 +32,8 @@ French Payroll Rules. - All main contributions rules for French payslip, for 'cadre' and 'non-cadre' - New payslip report -TODO : ------- +TODO: +----- - Integration with holidays module for deduction and allowance - Integration with hr_payroll_account for the automatic account_move_line creation from the payslip diff --git a/addons/mrp/mrp_view.xml b/addons/mrp/mrp_view.xml index e6cd68e3124..932a45bbb15 100644 --- a/addons/mrp/mrp_view.xml +++ b/addons/mrp/mrp_view.xml @@ -687,7 +687,7 @@ groups="stock.group_production_lot"/>