Merge lp:~openerp-dev/openobject-addons/trunk-bank-reconciliation-ama into lp:openobject-addons

Proposed by Martin Trigaux (OpenERP)
Status: Work in progress
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bank-reconciliation-ama
Merge into: lp:openobject-addons
Diff against target: 5080 lines (+3418/-810)
38 files modified
account/__openerp__.py (+3/-0)
account/account.py (+5/-0)
account/account_bank_statement.py (+370/-197)
account/account_invoice.py (+1/-1)
account/account_move_line.py (+7/-5)
account/account_unit_test.xml (+2/-2)
account/account_view.xml (+126/-42)
account/demo/account_bank_statement.xml (+85/-0)
account/demo/account_invoice_demo.xml (+130/-0)
account/security/ir.model.access.csv (+101/-100)
account/static/src/css/account_bank_statement_reconciliation.css (+264/-0)
account/static/src/css/account_bank_statement_reconciliation.scss (+447/-0)
account/static/src/js/account_widgets.js (+1468/-0)
account/static/src/xml/account_bank_statement_reconciliation.xml (+194/-0)
account/views/account.xml (+2/-1)
account/wizard/__init__.py (+2/-4)
account/wizard/account_statement_from_invoice.py (+4/-43)
account/wizard/pos_box.py (+0/-2)
account_analytic_plans/__openerp__.py (+1/-0)
account_analytic_plans/account_analytic_plans_view.xml (+20/-52)
account_analytic_plans/static/src/js/account_bank_reconciliation.js (+35/-0)
account_analytic_plans/views/account_analytic_plans.xml (+12/-0)
account_bank_statement_extensions/account_bank_statement_view.xml (+2/-10)
account_payment/wizard/account_payment_populate_statement.py (+0/-3)
account_voucher/__init__.py (+0/-1)
account_voucher/__openerp__.py (+0/-1)
account_voucher/account_voucher.py (+0/-110)
account_voucher/account_voucher_view.xml (+1/-53)
account_voucher/wizard/__init__.py (+0/-24)
l10n_be_coda/__openerp__.py (+29/-29)
l10n_be_coda/l10n_be_coda_demo.xml (+36/-0)
l10n_be_coda/l10n_be_coda_view.xml (+1/-9)
l10n_be_coda/l10n_be_coda_wizard.xml (+0/-1)
l10n_be_coda/wizard/account_coda_import.py (+51/-77)
point_of_sale/point_of_sale.py (+1/-19)
point_of_sale/point_of_sale_view.xml (+0/-7)
point_of_sale/test/account_statement_reports.yml (+16/-15)
stock/stock.py (+2/-2)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bank-reconciliation-ama
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+218970@code.launchpad.net
To post a comment you must log in.
9282. By Arthur Maniet

[FIX] reconciliation persistance logic

9283. By Arthur Maniet

[MERGE] with trunk

9284. By Arthur Maniet

[IMP] the form in bankStatementReconciliationLine is now fully extensible

9285. By Arthur Maniet

[add] partial reconciliation

9286. By Arthur Maniet

[ADD] to account_analytic_plans files to extend account.bankStatementReconciliationLine widget
[FIX] temporary account in coda import wizard removed
[IMP] move lines unicity in reconciliation more gracefully enforced

9287. By Arthur Maniet

merged with self, somehow

9288. By Arthur Maniet

a

9289. By Arthur Maniet

[IMP] fields in the create line form can be hidden depending on group ; account_analytic_plans correctly updates the form

9290. By Arthur Maniet

[FIX] bank statement can be closed
[FIX] tests depending on bank statement (line)

9291. By Arthur Maniet

[FIX] point_of_sale/test/account_statement_reports.yml

9292. By Arthur Maniet

idem

9293. By Arthur Maniet

bis repetita

9294. By Arthur Maniet

ad nauseam

9295. By Arthur Maniet

nauseam

9296. By Arthur Maniet

a

9297. By Arthur Maniet

a

9298. By Arthur Maniet

a

9299. By Arthur Maniet

a

9300. By Arthur Maniet

a

9301. By Arthur Maniet

a

9302. By Arthur Maniet

[IMP] first batch of reconciliations now fetched in one request

9303. By Arthur Maniet

a

9304. By Arthur Maniet

a

9305. By Arthur Maniet

[FIX] point_of_sale/test/account_statement_reports.yml seems to be ok now, finally

9306. By Arthur Maniet

a

9307. By Arthur Maniet

a

9308. By Arthur Maniet

a

9309. By Arthur Maniet

[FIX] partner change went buggy

9310. By Arthur Maniet

[FIX] field Analytic Distribution added to reconciliation widget by account_analytic_plan

9311. By Arthur Maniet

[IMP] progress bar includes previous reconciliations

9312. By Arthur Maniet

[ADD] class account_bank_reconciliation_move_preset
[IMP] form to create line and presets are totally extensible

9313. By Arthur Maniet

[ADD] Tax on a created line now appears as a separate line

9314. By Arthur Maniet

[ADD]ed a menu to edit presets ; accessible with technical features

9315. By Arthur Maniet

[IMP] needaction badge updated whichever menu item is selected
[ADD] multicurrency fields to bank statement lines form
[FIX] javascript float precision === 0 fail
[FIX] widget consistency about no_match

9316. By Arthur Maniet

[IMP] account_bank_reconciliation_move_preset and many misc improvements

9317. By Arthur Maniet

[IMP] account.bank.reconciliation.move.preset usage

9318. By Arthur Maniet

[ADD] access rights
[FIX] bak.statement.move.preset renamed in statement.operation.template

9319. By Arthur Maniet

[IMP] account_statement_operation_template's form view
[FIX] misc

9320. By Arthur Maniet

[ADD] demo data

9321. By Quentin (OpenERP) <email address hidden>

[MERGE] trunk

9322. By Quentin (OpenERP) <email address hidden>

[FIX/IMP] fixes/improvements made during the code review

9323. By Arthur Maniet

[FIX] small stuff

9324. By Quentin (OpenERP) <email address hidden>

[FIX] fixed error in statement form view

9325. By Quentin (OpenERP) <email address hidden>

[FIX] import invoice button in bank statement

9326. By Quentin (OpenERP) <email address hidden>

[REF] moved the wizard to import invoices on bank statements in account from account_voucher because it doesn't need the vouchers anymore for the reconciliation process

9327. By Quentin (OpenERP) <email address hidden>

[REF] merged account_move_reconciliation.js and account_bank_statement_reconciliation.js into accont_widgets.js as they both were defining openerp.account (which lead to overriding and only the last was succesfully loaded)

9328. By Quentin (OpenERP) <email address hidden>

[FIX] installation of account module

9329. By Quentin (OpenERP) <email address hidden>

[IMP] account: invoice order improved

9330. By Quentin (OpenERP) <email address hidden>

[FIX] account: error in unit_test data

9331. By Quentin (OpenERP) <email address hidden>

[REF] account: reordered demo data + fixed error in bank statement balance

9332. By Quentin (OpenERP) <email address hidden>

[FIX] account: set the good group on analytic field

9333. By Quentin (OpenERP) <email address hidden>

[IMP] account: formated the monetary field accordingly to the currency symbol and position for initial and counterpart lines (created and open balance lines are still to do)

9334. By Quentin (OpenERP) <email address hidden>

[FIX] account, bank statement reconciliation: display the amount of proposed counterparts in the statement currency

9335. By Quentin (OpenERP) <email address hidden>

[REF] account, bank statement reconciliation: refactoring on accounting entries creation

9336. By Quentin (OpenERP) <email address hidden>

[REF] account: removed uneeded code

9337. By Quentin (OpenERP) <email address hidden>

[IMP] l10n_be_coda: added demo data in order to be able to import the coda test file embedded in the module

9338. By Arthur Maniet

[FIX] currency format in the widget

9339. By Quentin (OpenERP) <email address hidden>

[FIX] account: tax computation doesn't accept context (hu?)

9340. By Quentin (OpenERP) <email address hidden>

[FIX] account: mising arguments

9341. By Arthur Maniet

[IMP] success message

9342. By Quentin (OpenERP) <email address hidden>

[FIX] account, reconciliation on bank statement process: accounting entries creation in multi-currency + do not filter lines created by previous bank statement

9343. By Arthur Maniet

[FIX] partial reconciliation showing when there are created lines

9344. By Arthur Maniet

[FIX] stupidity

9345. By Quentin (OpenERP) <email address hidden>

[IMP] account

9346. By Quentin (OpenERP) <email address hidden>

[FIX] account: bug introduced in previous revision

9347. By Arthur Maniet

[FIX] popover (hopefully) don't stay freezed when their originator is destroyed
      amount formatting
      use correct account for tax move lines
      (probably fixed) : open balance rounding error

9348. By Arthur Maniet

[FIX] event handlers on UI that went buggy when the UI was not up to date to the model because of async calls (tested on raspberry pi ; experienced pain).

9349. By Arthur Maniet

[FIX] do not use a value where a list is expected
      removed empty account_bank_statement_reconciliation.js
   can't validate a reconciliation while changing the partner

9350. By Arthur Maniet

[FIX] when changing a reconciliation line's partner, the move lines selected weren't freed for other reconciliations

9351. By Quentin (OpenERP) <email address hidden>

[FIX] account: preserve sign of amounts when applying presets

9352. By Quentin (OpenERP) <email address hidden>

[IMP] account: usabiltiy in bank statement form view

9353. By Quentin (OpenERP) <email address hidden>

[FIX] account, bank statement reconciliation: multi currency issue fixed

9354. By Quentin (OpenERP) <email address hidden>

[FIX] account, bank statement reconciliation: fixed filter on change partner field

9355. By Quentin (OpenERP) <email address hidden>

[IMP] account, bank statement reconciliation: improved demo data for operation templates

9356. By Quentin (OpenERP) <email address hidden>

[FIX] account, bank statement reconciliation: display only one of the lines that are already partially reconciled together

9357. By Quentin (OpenERP) <email address hidden>

[FIX] account, bank statement reconciliation: hopefully, the last fix related to muli-currency issues

Unmerged revisions

9357. By Quentin (OpenERP) <email address hidden>

[FIX] account, bank statement reconciliation: hopefully, the last fix related to muli-currency issues

9356. By Quentin (OpenERP) <email address hidden>

[FIX] account, bank statement reconciliation: display only one of the lines that are already partially reconciled together

9355. By Quentin (OpenERP) <email address hidden>

[IMP] account, bank statement reconciliation: improved demo data for operation templates

9354. By Quentin (OpenERP) <email address hidden>

[FIX] account, bank statement reconciliation: fixed filter on change partner field

9353. By Quentin (OpenERP) <email address hidden>

[FIX] account, bank statement reconciliation: multi currency issue fixed

9352. By Quentin (OpenERP) <email address hidden>

[IMP] account: usabiltiy in bank statement form view

9351. By Quentin (OpenERP) <email address hidden>

[FIX] account: preserve sign of amounts when applying presets

9350. By Arthur Maniet

[FIX] when changing a reconciliation line's partner, the move lines selected weren't freed for other reconciliations

9349. By Arthur Maniet

[FIX] do not use a value where a list is expected
      removed empty account_bank_statement_reconciliation.js
   can't validate a reconciliation while changing the partner

9348. By Arthur Maniet

[FIX] event handlers on UI that went buggy when the UI was not up to date to the model because of async calls (tested on raspberry pi ; experienced pain).

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

to all changes: