Commit Graph

99 Commits

Author SHA1 Message Date
Holger Brunn
f2db2082b2 [FIX] coding style 2014-10-20 13:16:04 +02:00
Sandy Carter
1a6763368e PEP8 on account_banking 2014-09-02 12:36:36 -04:00
Stefan Rijnhart
c93258148e [FIX] Workaround for lp:1296229, defaults functions are passed context
as a positional argument
2014-03-23 11:06:13 +01:00
Stefan Rijnhart
e58f8306ec [RFR] Unify _get_period methods on statement and statement line. As a result,
always return a non-opening period. Small API change:
      date is always passed as argument, not in context.
[RFR] Override of _check_company_id (unrelated to the fix):
      Don't call super, but integrate its check (while being tolerant when
      there is no period).
      Refresh statement so as not to overwrite the period for every line
[RFR] PEP8 in affected code and unrelated _get_period method on voucher
      Remove obsolete class instantiations
2014-03-20 16:12:21 +01:00
Stefan Rijnhart
e6f2f5d919 [MRG] Conflicting revision 226 of lp:banking-addons/7.0 2014-03-15 16:43:08 +01:00
Stefan Rijnhart
4e1524c0ef [FIX] Remove unused imports 2014-03-15 16:13:15 +01:00
Stefan Rijnhart
4f6a65af12 [FIX] Don't raise unnecessarily 2014-02-10 21:21:08 +01:00
Stefan Rijnhart
7c19d3fdb0 [RFR] Refactor out custom IBAN wizardry 2014-01-21 18:03:17 +01:00
Ruchir Shukla
125c044d45 improve UI for V7 2013-10-31 13:03:46 +05:30
unknown
ee4f5dd428 [FIX] Preserve bank statement order by date
[RFR] Improved doc
2013-10-14 14:33:26 +02:00
Stefan Rijnhart
6ae7a49357 [FIX] _defaults method raises at module installation time if no periods
are configured
[FIX] Get a non-opening period preferably
2013-09-26 08:59:05 +02:00
Stefan Rijnhart
1d8ce928e9 [RFR] Improved doc 2013-09-09 11:16:53 +02:00
Stefan Rijnhart
352f65fadc [RFR] Update class doc 2013-09-06 15:42:33 +02:00
Stefan Rijnhart
c06c90f557 [FIX] Preserve bank statement order by date 2013-08-30 22:54:33 +02:00
Stefan Rijnhart
8482cf9f11 [FIX] Add context to browse calls in account_banking.py 2013-06-25 17:40:51 +02:00
Stefan Rijnhart
1d81e9f30b [RFR] Payment order workflow now allows cancelling of reconciled
orders
[FIX] Fixes from testing
[IMP] Manual matching of payment orders and lines
2013-05-30 00:26:36 +02:00
Stefan Rijnhart
702a052aeb [RFR] License, API 2013-05-28 16:08:18 +02:00
Stefan Rijnhart
dfa85890c0 [MRG] Merged with prerequisite branch and resolved conflicts 2013-04-29 11:17:46 +02:00
Stefan Rijnhart
f57415f98d [RFR] Merged with target branch 2013-04-29 11:16:21 +02:00
Stefan Rijnhart
fcc61053af [RFR] Update comment 2013-04-27 12:24:49 +02:00
Stefan Rijnhart
12c5fb411f [FIX] Assign a period to bank statement as it is assumed 2013-04-12 17:28:16 +02:00
Stefan Rijnhart
80c2228c6d [FIX] Do not pass extra instance argument 2013-04-09 16:43:13 +02:00
Stefan Rijnhart
81310fb8ff [FIX] Import from openerp.addons
[FIX] res_partner_bank's _founder is a class, not an instance
[FIX] base_iban does not override search() anymore
2013-04-09 10:27:02 +02:00
Stefan Rijnhart
74fe51942d [RFR] PEP8
[FIX] Unused or unknown variables in create_move_from_st_line
2013-04-08 21:55:30 +02:00
Stefan Rijnhart
5b01d7004a [FIX] Adapt mro identification of base module
[UPD] Comments, and identified some todo's
[DEL] Commented code
2013-04-08 21:18:23 +02:00
Stefan Rijnhart
2b5673fe3f [RFR] voucher's _get_period 2013-04-07 23:36:35 +02:00
Stefan Rijnhart
097bf9ae60 [RFR] button_confirm_bank
[FIX] Call super on the wrong clas
2013-04-07 23:25:53 +02:00
Stefan Rijnhart
53494e9254 [RFR] Refactor creating moves from statement lines 2013-04-07 23:18:18 +02:00
Stefan Rijnhart
dfa4fc297e [RFR] Do not overwrite super method when possible 2013-04-07 22:27:20 +02:00
Stefan Rijnhart
c220f99933 [DEL] Remove unused flags for multi_currency and international
[FIX] Take timezone into account for default date
[DEL] Remove void run through mro
2013-04-07 21:55:21 +02:00
Stefan Rijnhart
f2b4a4b9b1 [FIX] on_change overwrites IBAN with BBAN 2013-03-20 20:25:57 +01:00
Stefan Rijnhart
8819b9b28f [MIG] Coding standards 2013-03-18 15:53:17 +01:00
Stefan Rijnhart
391d00a0ff [RFR] Update license, remove obsolete comments 2013-03-18 15:49:13 +01:00
Stefan Rijnhart
8f9fada351 [RFR] Split off payment functionality in a different addon 2013-03-16 17:44:19 +01:00
Stefan Rijnhart
14415dd123 [RFR] Style as per review 2013-01-30 12:34:58 +01:00
Stefan Rijnhart
f454660376 [IMP] Company awareness of bank statement import settings 2013-01-25 17:28:33 +01:00
Stefan Rijnhart
fb041a6ae6 [FIX] Backport of fix for OPW 574251,
Vouchers get today's date or associated invoice's date
2012-12-15 16:19:49 +01:00
Stefan Rijnhart
14d2cc3f91 [ADD] Useful defaults on simple setups for import settings (lp:931395)
[ADD] Default to first available parser on the import wizard
[FIX] Statements field on import wizard not invisible in initial state
[FIX] Typo in Dutch translation
2012-05-02 17:09:49 +02:00
Stefan Rijnhart
7fa5c32b88 [FIX] Ability to encode statements manually,
as well as compatibility with point_of_sale module (lp 992141)
[FIX] Post vouchers using workflow
[FIX] Remove redundant move_id fields on statement line.
	Use existing move_ids field instead. This restores
	the ability to cancel legacy (stateless) statement lines.
2012-05-02 15:23:51 +02:00
Stefan Rijnhart
a94a1e4fd4 [FIX] Selection of bugs and style issues found by pylint 2012-05-02 11:29:06 +02:00
Stefan Rijnhart
22ade71b84 [RFR] Restore confirm and cancel logic for other match types
[RFR] Adapt direct debit workflow to 6.1
2012-05-01 22:36:44 +02:00
Stefan Rijnhart
103cb5daf0 [MRG] Merged with main development branch 2012-04-14 11:16:54 +02:00
Stefan Rijnhart
a128b23585 [FIX] Do not write obsolete field 'code' to res.bank
[ADD] Write bic field to res.partner.bank when found
[FIX] Super() called with wrong object name
[FIX] Disable invalid xpath expression
2012-04-14 10:58:58 +02:00
James Jesudason
99a1cb2e57 [FIX] The validation of IBAN account numbers was preventing valid account numbers from being entered. 2012-04-12 18:42:11 +01:00
Stefan Rijnhart
4b347894ce [FIX] Adapt to field 'code' no longer present on res.bank in 6.1
[FIX] Do not automatically create res.bank from online lookups when no BIC,
     	as res.bank is not required on res.partner.bank anymore in 6.1.
[FIX] Add field 'state' to statement line form as used by webclient to
     	determine readonly property of some other fields
2012-03-08 11:18:13 +01:00
James Jesudason
284dcfcaad [FIX] Reset the account on the statement line when the reconciliation is disabled.
[ADD] Set the transaction type for HSBC statement import.
2012-03-07 23:02:52 +00:00
James Jesudason
44e3495575 [FIX] Unmatched statement lines are posted as a single journal entry as long as the account is entered. 2012-03-07 17:15:48 +00:00
James Jesudason
6461c0e282 [ADD] Set company_id in context to ensure that the right period is found.
[FIX] Set local_currency on the transaction lines from the statement local_currency.
[ADD} Allow selection of analytic account for the statement line move and the write-off.
[FIX] Use currency name lookup on the journal, not currency id.
2012-02-20 19:41:49 +00:00
James Jesudason
ef3803655e [RFR] Adjust to changes in base_iban:
preserve the domestic account number for IBANs
2012-02-20 12:03:14 +00:00
James Jesudason
f5b463105b [FIX] Correct the 'states' declaration that stopped the imported file screen from loading 2012-02-20 12:00:43 +00:00