Merge lp:~camptocamp/banking-addons/bank-statement-reconcile-61-account_easy_reconcile-typos into lp:banking-addons/bank-statement-reconcile-61

Proposed by Guewen Baconnier @ Camptocamp
Status: Merged
Merged at revision: 77
Proposed branch: lp:~camptocamp/banking-addons/bank-statement-reconcile-61-account_easy_reconcile-typos
Merge into: lp:banking-addons/bank-statement-reconcile-61
Diff against target: 58 lines (+27/-14)
1 file modified
account_easy_reconcile/__openerp__.py (+27/-14)
To merge this branch: bzr merge lp:~camptocamp/banking-addons/bank-statement-reconcile-61-account_easy_reconcile-typos
Reviewer Review Type Date Requested Status
Nicolas Bessi - Camptocamp (community) Approve
Review via email: mp+140457@code.launchpad.net

This proposal has been superseded by a proposal from 2012-12-20.

Commit message

[FIX] Remove dependency on base_scheduler_creator. Fix typos and manifest description.

Description of the change

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

To post a comment you must log in.
76. By Guewen Baconnier @ Camptocamp <email address hidden>

[FIX] a reference to base_scheduler_creator is used, so revert the revision <email address hidden>

77. By Guewen Baconnier @ Camptocamp <email address hidden>

[MRG] from main branch

Revision history for this message
Nicolas Bessi - Camptocamp (nbessi-c2c-deactivatedaccount) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'account_easy_reconcile/__openerp__.py'
--- account_easy_reconcile/__openerp__.py 2012-12-20 09:42:44 +0000
+++ account_easy_reconcile/__openerp__.py 2012-12-20 10:49:40 +0000
@@ -22,27 +22,40 @@
22{22{
23 "name" : "Easy Reconcile",23 "name" : "Easy Reconcile",
24 "version" : "1.1",24 "version" : "1.1",
25 "depends" : ["account", "base_scheduler_creator"25 "depends" : ["account",
26 "base_scheduler_creator"
26 ],27 ],
27 "author" : "Akretion,Camptocamp",28 "author" : "Akretion,Camptocamp",
28 "description": """29 "description": """
29This is a shared work between Akretion and Camptocamp in order to provide:30Easy Reconcile
31==============
32
33This is a shared work between Akretion and Camptocamp
34in order to provide:
30 - reconciliation facilities for big volume of transactions35 - reconciliation facilities for big volume of transactions
31 - setup different profiles of reconciliation by account36 - setup different profiles of reconciliation by account
32 - each profile can use many methods of reconciliation37 - each profile can use many methods of reconciliation
33 - this module is also a base to create others reconciliation methods38 - this module is also a base to create others
34 which can plug in the profiles39 reconciliation methods which can plug in the profiles
40 - a profile a reconciliation can be run manually
41 or by a cron
42 - monitoring of reconcilation runs with a few logs
43 - this module is also a base to create others
44 reconciliation methods which can plug in the profiles
35 - a profile a reconciliation can be run manually or by a cron45 - a profile a reconciliation can be run manually or by a cron
36 - monitoring of reconciliation runs with an history which keep track46 - monitoring of reconciliation runs with an history
37 of the reconciled entries47 which keep track of the reconciled entries
3848
392 simple reconciliation methods are integrated in this module, the simple492 simple reconciliation methods are integrated
40reconciliations works on 2 lines (1 debit / 1 credit) and do not allows50in this module, the simple reconciliations works
41partial reconcilation, they also match on 1 key, partner or entry name.51on 2 lines (1 debit / 1 credit) and do not allow
4252partial reconcilation, they also match on 1 key,
43You may be interested to install also the account_advanced_reconciliation53partner or entry name.
44module available at: https://code.launchpad.net/c2c-financial-addons54
45This latter add more complex reconciliations, allows multiple lines and partial.55You may be interested to install also the
56``account_advanced_reconciliation`` module.
57This latter add more complex reconciliations,
58allows multiple lines and partial.
4659
47""",60""",
48 "website" : "http://www.akretion.com/",61 "website" : "http://www.akretion.com/",

Subscribers

People subscribed via source and target branches