lp:~camptocamp/banking-addons/bank-statement-reconcile-7.0_bank_statement_auto_reconcile_mdh
- Get this branch:
- bzr branch lp:~camptocamp/banking-addons/bank-statement-reconcile-7.0_bank_statement_auto_reconcile_mdh
Branch merges
- Yannick Vaucher @ Camptocamp: Needs Fixing
- Joël Grand-Guillaume @ camptocamp: Pending requested
-
Diff: 532 lines (+459/-2)10 files modifiedaccount_advanced_reconcile_bank_statement/__init__.py (+22/-0)
account_advanced_reconcile_bank_statement/__openerp__.py (+45/-0)
account_advanced_reconcile_bank_statement/advanced_reconciliation.py (+82/-0)
account_advanced_reconcile_bank_statement/easy_reconcile.py (+37/-0)
account_advanced_reconcile_bank_statement/easy_reconcile_view.xml (+19/-0)
account_advanced_reconcile_bank_statement/i18n/account_advanced_reconcile_bank_statement.po (+107/-0)
account_advanced_reconcile_bank_statement/i18n/fr.po (+103/-0)
account_easy_reconcile/easy_reconcile.py (+25/-1)
account_easy_reconcile/easy_reconcile.xml (+18/-0)
account_easy_reconcile/easy_reconcile_history.py (+1/-1)
Branch information
Recent revisions
- 159. By Nicolas Bessi - Camptocamp
-
[MRG] [ADD] a cron to run reconciles.
By default it runs one reconcile after the other to be more atomic
and memory friendly. But you can set run_all agrument to have all reconcile
run at once - 155. By Launchpad Translations on behalf of banking-addons-team
-
Launchpad automatic translations update.
- 154. By Launchpad Translations on behalf of banking-addons-team
-
Launchpad automatic translations update.
- 153. By Yannick Vaucher @ Camptocamp
-
[ADD] module account_
invoice_ reference which aims to simplify the "references" fields on the invoices. - 152. By Launchpad Translations on behalf of banking-addons-team
-
Launchpad automatic translations update.
- 150. By Graeme Gellatly
-
Minor import fixes plus a couple of other small changes to allow trunk install. Changed method get_default_
pay_receive_ accounts of account_ statement_ ext to use orm built in get. Is actually an improvement as get ensures the result is the most specific property whereas the original method gave no such guarentee in a multicompany environment. Without this this method will fail on trunk and am surprised if it worked on 7.0, however the change is backward compatible with 7.0 and more efficient and less code.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:banking-addons