banking-addons-team team mailing list archive
-
banking-addons-team team
-
Mailing list archive
-
Message #00217
lp:~c2c/banking-addons/bank-statement-reconcile-61-account_easy_reconcile-typos into lp:banking-addons/bank-statement-reconcile-61
Guewen Baconnier @ Camptocamp has proposed merging lp:~c2c/banking-addons/bank-statement-reconcile-61-account_easy_reconcile-typos into lp:banking-addons/bank-statement-reconcile-61.
Commit message:
[FIX] Remove dependency on base_scheduler_creator. Fix typos and manifest description.
Requested reviews:
Banking Addons Team (banking-addons-team)
For more details, see:
https://code.launchpad.net/~c2c/banking-addons/bank-statement-reconcile-61-account_easy_reconcile-typos/+merge/140457
Some minor changes on account_easy_reconcile:
* typos in the french translation
* update the manifest description because account_advanced_reconcile is no longer in c2c-financial-addons
* remove the dependency on base_scheduler_creator: this module seems not to be necessary to use the module
--
https://code.launchpad.net/~c2c/banking-addons/bank-statement-reconcile-61-account_easy_reconcile-typos/+merge/140457
Your team Banking Addons Team is requested to review the proposed merge of lp:~c2c/banking-addons/bank-statement-reconcile-61-account_easy_reconcile-typos into lp:banking-addons/bank-statement-reconcile-61.
=== modified file 'account_easy_reconcile/__openerp__.py'
--- account_easy_reconcile/__openerp__.py 2012-11-28 14:12:02 +0000
+++ account_easy_reconcile/__openerp__.py 2012-12-18 14:34:20 +0000
@@ -22,26 +22,34 @@
{
"name" : "Easy Reconcile",
"version" : "1.1",
- "depends" : ["account", "base_scheduler_creator"
+ "depends" : ["account",
],
"author" : "Akretion,Camptocamp",
"description": """
-This is a shared work between Akretion and Camptocamp in order to provide:
+Easy Reconcile
+==============
+
+This is a shared work between Akretion and Camptocamp
+in order to provide:
- reconciliation facilities for big volume of transactions
- setup different profiles of reconciliation by account
- each profile can use many methods of reconciliation
- - this module is also a base to create others reconciliation methods
- which can plug in the profiles
- - a profile a reconciliation can be run manually or by a cron
+ - this module is also a base to create others
+ reconciliation methods which can plug in the profiles
+ - a profile a reconciliation can be run manually
+ or by a cron
- monitoring of reconcilation runs with a few logs
-2 simple reconciliation methods are integrated in this module, the simple
-reconciliations works on 2 lines (1 debit / 1 credit) and do not allows
-partial reconcilation, they also match on 1 key, partner or entry name.
+2 simple reconciliation methods are integrated
+in this module, the simple reconciliations works
+on 2 lines (1 debit / 1 credit) and do not allow
+partial reconcilation, they also match on 1 key,
+partner or entry name.
-You may be interested to install also the account_advanced_reconciliation
-module available at: https://code.launchpad.net/c2c-financial-addons
-This latter add more complex reconciliations, allows multiple lines and partial.
+You may be interested to install also the
+``account_advanced_reconciliation`` module.
+This latter add more complex reconciliations,
+allows multiple lines and partial.
""",
"website" : "http://www.akretion.com/",
=== modified file 'account_easy_reconcile/i18n/fr.po'
--- account_easy_reconcile/i18n/fr.po 2012-11-19 10:30:03 +0000
+++ account_easy_reconcile/i18n/fr.po 2012-12-18 14:34:20 +0000
@@ -23,7 +23,7 @@
#. module: account_easy_reconcile
#: view:account.easy.reconcile.method:0
msgid "Automatic Easy Reconcile Method"
-msgstr "Méthode de léttrage automatisé"
+msgstr "Méthode de lettrage automatisé"
#. module: account_easy_reconcile
#: view:account.easy.reconcile:0
@@ -43,27 +43,27 @@
#. module: account_easy_reconcile
#: view:account.easy.reconcile:0
msgid "Automatic Easy Reconcile"
-msgstr "Léttrage automatisé"
+msgstr "Lettrage automatisé"
#. module: account_easy_reconcile
#: model:ir.model,name:account_easy_reconcile.model_account_easy_reconcile_method
msgid "reconcile method for account_easy_reconcile"
-msgstr "Méthode de léttrage"
+msgstr "Méthode de lettrage"
#. module: account_easy_reconcile
#: view:account.easy.reconcile:0
msgid "Start Auto Reconcilation"
-msgstr "Lancer le léttrage automatisé"
+msgstr "Lancer le lettrage automatisé"
#. module: account_easy_reconcile
#: model:ir.model,name:account_easy_reconcile.model_easy_reconcile_simple_name
msgid "easy.reconcile.simple.name"
-msgstr "Léttrage automatisé.simple.Description"
+msgstr "easy.reconcile.simple.name"
#. module: account_easy_reconcile
#: model:ir.model,name:account_easy_reconcile.model_easy_reconcile_options
msgid "easy.reconcile.options"
-msgstr "Léttrage automatisé.options"
+msgstr "easy.reconcile.options"
#. module: account_easy_reconcile
#: view:account.easy.reconcile:0
@@ -73,28 +73,28 @@
#. module: account_easy_reconcile
#: model:ir.model,name:account_easy_reconcile.model_easy_reconcile_simple
msgid "easy.reconcile.simple"
-msgstr "Léttrage automatisé.simple"
+msgstr "easy.reconcile.simple"
#. module: account_easy_reconcile
#: model:ir.actions.act_window,name:account_easy_reconcile.action_account_easy_reconcile
#: model:ir.ui.menu,name:account_easy_reconcile.menu_easy_reconcile
msgid "Easy Automatic Reconcile"
-msgstr "Léttrage automatisé"
+msgstr "Lettrage automatisé"
#. module: account_easy_reconcile
#: model:ir.model,name:account_easy_reconcile.model_easy_reconcile_simple_reference
msgid "easy.reconcile.simple.reference"
-msgstr "Léttrage automatisé.simple.réference"
+msgstr "easy.reconcile.simple.reference"
#. module: account_easy_reconcile
#: view:account.easy.reconcile:0
msgid "Reconcile Method"
-msgstr "Méthode de léttrage"
+msgstr "Méthode de lettrage"
#. module: account_easy_reconcile
#: model:ir.model,name:account_easy_reconcile.model_easy_reconcile_base
msgid "easy.reconcile.base"
-msgstr "Léttrage automatisé.base"
+msgstr "easy.reconcile.base"
#. module: account_easy_reconcile
#: view:account.easy.reconcile:0
@@ -104,7 +104,7 @@
#. module: account_easy_reconcile
#: model:ir.model,name:account_easy_reconcile.model_easy_reconcile_simple_partner
msgid "easy.reconcile.simple.partner"
-msgstr "Léttrage automatisé.simple.partenaire"
+msgstr "easy.reconcile.simple.partner"
#. module: account_easy_reconcile
#: view:account.easy.reconcile:0
@@ -114,5 +114,5 @@
#. module: account_easy_reconcile
#: model:ir.model,name:account_easy_reconcile.model_account_easy_reconcile
msgid "account easy reconcile"
-msgstr "Léttrage automatisé"
+msgstr "Lettrage automatisé"
Follow ups