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
1=== modified file 'account_easy_reconcile/__openerp__.py'
2--- account_easy_reconcile/__openerp__.py 2012-12-20 09:42:44 +0000
3+++ account_easy_reconcile/__openerp__.py 2012-12-20 10:49:40 +0000
4@@ -22,27 +22,40 @@
5 {
6 "name" : "Easy Reconcile",
7 "version" : "1.1",
8- "depends" : ["account", "base_scheduler_creator"
9+ "depends" : ["account",
10+ "base_scheduler_creator"
11 ],
12 "author" : "Akretion,Camptocamp",
13 "description": """
14-This is a shared work between Akretion and Camptocamp in order to provide:
15+Easy Reconcile
16+==============
17+
18+This is a shared work between Akretion and Camptocamp
19+in order to provide:
20 - reconciliation facilities for big volume of transactions
21 - setup different profiles of reconciliation by account
22 - each profile can use many methods of reconciliation
23- - this module is also a base to create others reconciliation methods
24- which can plug in the profiles
25+ - this module is also a base to create others
26+ reconciliation methods which can plug in the profiles
27+ - a profile a reconciliation can be run manually
28+ or by a cron
29+ - monitoring of reconcilation runs with a few logs
30+ - this module is also a base to create others
31+ reconciliation methods which can plug in the profiles
32 - a profile a reconciliation can be run manually or by a cron
33- - monitoring of reconciliation runs with an history which keep track
34- of the reconciled entries
35-
36-2 simple reconciliation methods are integrated in this module, the simple
37-reconciliations works on 2 lines (1 debit / 1 credit) and do not allows
38-partial reconcilation, they also match on 1 key, partner or entry name.
39-
40-You may be interested to install also the account_advanced_reconciliation
41-module available at: https://code.launchpad.net/c2c-financial-addons
42-This latter add more complex reconciliations, allows multiple lines and partial.
43+ - monitoring of reconciliation runs with an history
44+ which keep track of the reconciled entries
45+
46+2 simple reconciliation methods are integrated
47+in this module, the simple reconciliations works
48+on 2 lines (1 debit / 1 credit) and do not allow
49+partial reconcilation, they also match on 1 key,
50+partner or entry name.
51+
52+You may be interested to install also the
53+``account_advanced_reconciliation`` module.
54+This latter add more complex reconciliations,
55+allows multiple lines and partial.
56
57 """,
58 "website" : "http://www.akretion.com/",

Subscribers

People subscribed via source and target branches