Commit Graph

324 Commits

Author SHA1 Message Date
unknown
c20a3dbcfa [MIG] Adapt bank statement import to 7.0 API, views
[LIC] Relicense as AGPL
[IMP] Create partners as suppliers if amount < 0
2013-06-03 11:26:36 +02:00
Stefan Rijnhart
24261bcc73 [FIX] Variable substitution inside call to _() 2013-05-06 15:40:11 +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
840ce65332 [RFR] Refactor out wildcard imports
[RFR] Use API to get period
2013-04-27 12:14:24 +02:00
unknown
22284ea0dd [FIX] lp:1117319, proper parsing of abnamro SEPA string 2013-04-18 22:11:57 +02:00
Ronald Portier
6bf75273f8 [FIX] More meaningfull names for index variable names. 2013-04-17 16:24:33 +02:00
Stefan Rijnhart
8161982638 [IMP] Manifest cleanup 2013-04-15 16:14:27 +02:00
Stefan Rijnhart
07cd9a2657 [FIX] Relicense as AGPL 2013-04-15 15:59:50 +02:00
Stefan Rijnhart
407e300dae [FIX] Licences and manifest cleanup 2013-04-15 15:56:18 +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
390af555b1 [FIX] Keep wizard window open after performing an action 2013-04-09 17:29:49 +02:00
Stefan Rijnhart
3732171e48 [MIG] Adapt partner search criteria to new model
[ADD] Restore Journal Entries tab on bank statement
[FIX] Create partners either as supplier or customer based on amount sign
[FIX] Delete transaction data if bank statement is deleted
2013-04-09 17:19:30 +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
81f6688ba2 [RFR] Remove or rename old __terp__.py manifests
[MIG] Migrated modules can be installed
2013-04-08 22:52:51 +02:00
Stefan Rijnhart
a48d788b7e [RFR] Adapt to orm API changes 2013-04-08 22:25:10 +02:00
Stefan Rijnhart
1a255d6489 [FIX] Various fixes from pylint 2013-04-08 22:10:42 +02:00
Stefan Rijnhart
df16c07e72 [RFR] Replace self.log with self.message_post 2013-04-08 22:04:45 +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
bcfa846bd5 [FIX] Fixes found by review 2013-04-06 07:02:18 +02:00
Stefan Rijnhart
a886555646 [FIX] on_change overwrites IBAN with BBAN 2013-04-02 13:33:41 +02:00
Stefan Rijnhart
f2b4a4b9b1 [FIX] on_change overwrites IBAN with BBAN 2013-03-20 20:25:57 +01:00
Stefan Rijnhart
b0e9934df3 [RFR] License and coding standards 2013-03-18 15:56:40 +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
7cb1c07b62 [MIG] Consolidated and adapted bank statement views 2013-03-18 15:37:43 +01:00
unknown
4685ae4f0d [MRG] [MIG] account_iban_preserve_domestic 7.0 2013-03-18 12:13:57 +01:00
Stefan Rijnhart
b19939a25e [FIX] UTC and time issues 2013-03-17 21:53:48 +01:00
Stefan Rijnhart
1856830612 [RFR] Restore compatibility with 6.1 for review 2013-03-17 21:04:17 +01:00
Stefan Rijnhart
37828e97c1 [FIX] Manual payments workflow 2013-03-17 21:03:32 +01:00
Stefan Rijnhart
8c3f6166ae [FIX] Bugfix in call to move_info2values
[RFR] Trigger payment order workflow when matching a payment order line
[FIX] Store functions, not methods in *function* map
2013-03-17 21:01:50 +01:00
Stefan Rijnhart
e5c611df07 [FIX] PEP8 2013-03-17 21:00:38 +01:00
Stefan Rijnhart
91b9d190d9 [FIX] Various fixes from testing 2013-03-17 13:53:37 +01:00
Stefan Rijnhart
8f3b37855d [FIX] Update xml reference to manual payment wizard 2013-03-17 13:22:56 +01:00
Stefan Rijnhart
f3229d63fd [FIX] But do depend on account_voucher (which was implicit in account_payment) 2013-03-17 10:51:39 +01:00
Stefan Rijnhart
fa7bb5dae2 [FIX] Actually remove dependency on account_payment 2013-03-17 10:46:21 +01:00
Stefan Rijnhart
943343061a [FIX] Fixes from pylint 2013-03-17 10:10:15 +01:00
Stefan Rijnhart
931110224a [FIX] Various fixes
[RFR] Converted manual payment wizard to transient model
2013-03-16 20:00:59 +01:00
Stefan Rijnhart
8f9fada351 [RFR] Split off payment functionality in a different addon 2013-03-16 17:44:19 +01:00
Stefan Rijnhart
b27825b7a8 [MIG] Adapt to view and code conventions
[UPD] Upgrade license to AGPL-3
2013-02-26 22:16:30 +01:00
Stefan Rijnhart
116063c7bc [MIG] Setting all modules to uninstallable 2013-02-26 22:06:36 +01:00
Stefan Rijnhart
65adef55b5 [FIX] Multi-company safe partner search 2013-02-18 08:54:39 +01:00