lp://staging/~akretion-team/banking-addons/bank-statement-reconcile-70-api-improvement
- Get this branch:
- bzr branch lp://staging/~akretion-team/banking-addons/bank-statement-reconcile-70-api-improvement
Branch merges
- Yannick Vaucher @ Camptocamp: Approve (code review, no test)
- Stéphane Bidoul (Acsone) (community): Needs Information (code review)
- Pedro Manuel Baeza: Approve (code review)
- Joël Grand-Guillaume @ camptocamp: Approve (code review, no tests)
- Guewen Baconnier @ Camptocamp: Pending requested
-
Diff: 156 lines (+18/-28)8 files modifiedaccount_statement_bankaccount_completion/statement.py (+0/-3)
account_statement_base_completion/statement.py (+7/-1)
account_statement_base_import/statement.py (+7/-4)
account_statement_ofx_import/statement.py (+2/-2)
account_statement_regex_account_completion/statement.py (+0/-1)
account_statement_so_completion/statement.py (+0/-3)
account_statement_transactionid_completion/statement.py (+0/-3)
account_statement_transactionid_import/statement.py (+2/-11)
Branch information
Recent revisions
- 105. By Florian da Costa
-
[FIX] Change convention for selection fields and function : __function(...)
- 103. By Sébastien BEAU - http://www.akretion.com
-
[REF] add abstract function in order to inherit easily the function in other module.
- 101. By Romain Deheele - Camptocamp
-
[ADD] addon bringing reconcile rules based on new field transaction_ref (at account.move.line level)
- 100. By Vincent Renaville@camptocamp
-
[FIX] add date of payment line instead of taking current date by default
- 99. By Laurent Mignon (Acsone)
-
[IMP] Fixes lp:1223834 in case of insert. Batch updates remains error prone. It would be safer to call the update method from the orm for records updating 'complex' fields.
A new completion rule based on the bank account number is also provided by the proposal.
About modules dependencies. The module 'account_
statement_ base_import' depends of 'account_ statement_ base_completion ' but the file statement.py of 'account_ statement_ base_completion ' at line 513 call the method _update_line defined in 'account_ statement_ base_import' . Since the 'AccountStateme ntLine' is defined in both addons, I've the feeling that we can merge the two overrides in 'account_ statement_ base_completion '. - 98. By Yannick Vaucher @ Camptocamp
-
[MRG][FIX] account_
statement_ base_completion - use invoice commercial_ partner_ id instead of partner - 97. By Yannick Vaucher @ Camptocamp
-
[MRG] account_
statement_ ext improvements docstring for Statement default profile
hide type column in bank statement line
add a sequence on bank profile and set the first of the company as default
hide useless information on bank statement
move profile to top
simplify xpath in xml views
rename profil to profile
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/banking-addons