Merge lp://staging/~banking-addons-team/banking-addons/bank-statement-reconcile-61to70 into lp://staging/banking-addons/bank-statement-reconcile-70

Proposed by Joël Grand-Guillaume @ camptocamp
Status: Merged
Merged at revision: 75
Proposed branch: lp://staging/~banking-addons-team/banking-addons/bank-statement-reconcile-61to70
Merge into: lp://staging/banking-addons/bank-statement-reconcile-70
Diff against target: 3202 lines (+854/-811)
43 files modified
account_advanced_reconcile/advanced_reconciliation.py (+0/-1)
account_advanced_reconcile/base_advanced_reconciliation.py (+1/-2)
account_advanced_reconcile/easy_reconcile.py (+0/-1)
account_easy_reconcile/base_reconciliation.py (+1/-1)
account_easy_reconcile/easy_reconcile.py (+1/-1)
account_statement_base_completion/__init__.py (+1/-1)
account_statement_base_completion/__openerp__.py (+1/-1)
account_statement_base_completion/partner.py (+7/-7)
account_statement_base_completion/statement.py (+178/-111)
account_statement_base_completion/statement_view.xml (+7/-7)
account_statement_base_import/__init__.py (+1/-1)
account_statement_base_import/__openerp__.py (+5/-2)
account_statement_base_import/parser/__init__.py (+1/-1)
account_statement_base_import/parser/file_parser.py (+11/-11)
account_statement_base_import/parser/generic_file_parser.py (+9/-13)
account_statement_base_import/parser/parser.py (+26/-25)
account_statement_base_import/statement.py (+78/-68)
account_statement_base_import/statement_view.xml (+1/-1)
account_statement_base_import/wizard/import_statement.py (+46/-42)
account_statement_completion_voucher/__init__.py (+0/-1)
account_statement_completion_voucher/__openerp__.py (+7/-4)
account_statement_completion_voucher/statement_view.xml (+3/-3)
account_statement_ext/__init__.py (+1/-1)
account_statement_ext/__openerp__.py (+5/-2)
account_statement_ext/account.py (+6/-8)
account_statement_ext/report/__init__.py (+2/-7)
account_statement_ext/report/bank_statement_report.py (+19/-18)
account_statement_ext/statement.py (+234/-278)
account_statement_ext/statement_view.xml (+60/-84)
account_statement_ext_voucher/__openerp__.py (+5/-2)
account_statement_ext_voucher/statement_voucher.py (+4/-3)
account_statement_transactionid_completion/__openerp__.py (+5/-2)
account_statement_transactionid_completion/statement.py (+34/-25)
account_statement_transactionid_completion/statement_view.xml (+1/-1)
account_statement_transactionid_import/__init__.py (+1/-1)
account_statement_transactionid_import/__openerp__.py (+10/-7)
account_statement_transactionid_import/parser/__init__.py (+1/-3)
account_statement_transactionid_import/parser/transactionid_file_parser.py (+8/-16)
account_statement_transactionid_import/statement.py (+16/-12)
base_transaction_id/__openerp__.py (+19/-7)
base_transaction_id/invoice.py (+8/-7)
base_transaction_id/sale.py (+14/-10)
base_transaction_id/stock.py (+16/-12)
To merge this branch: bzr merge lp://staging/~banking-addons-team/banking-addons/bank-statement-reconcile-61to70
Reviewer Review Type Date Requested Status
Guewen Baconnier @ Camptocamp Approve
Review via email: mp+140557@code.staging.launchpad.net

Description of the change

Migrate the bank-statement-reconcile addons to v7.0.

This is a first proposal that make those module "installable" on a version 7.0.

 - Adapt views
 - Change the huge create_move_from_st_line method to take part of the v7.0 refactoring done by my previous merge ;)
 - Small fixes in the code
 - Make installable = False on non-needed module

To post a comment you must log in.
74. By Joël Grand-Guillaume @ camptocamp

[MRG] Merge last 6.1 update and fixes

Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) wrote :

Joël,

I updated your proposal with changes on formatting respecting pep8 (except lines length, but tried to reduce some), fixed some pylint warnings + some eyeballing.

Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) wrote :

Just forgot to say: approved.

review: Approve
75. By Joël Grand-Guillaume @ camptocamp

[MIGR] migration of bank-statement-reconcile to v7.0 done by Guewen Baconnier and myself.

The goal is to make the modules installable and to clean them to respect the quality
standard expected by the community modules. Not to use the new shiny features of the
new version 7.

 * Adapt view
 * Change the huge create_move_from_st_line method to take part
   of the v7.0 refactoring done by my previous merge ;)
 * Small fixes
 * Make installable = False on non-needed module
 * Formatting, pep8, pylint warnings

Details in the nested log.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches