Stefan Rijnhart
08436c0bf5
[FIX] Move attributes to from 'states' dictionary to view
2013-05-29 16:42:50 +02:00
Stefan Rijnhart
1aac39a952
[RFR] Remove unused field 'export_state' on payment line
2013-05-29 16:20:31 +02:00
Stefan Rijnhart
e045946a13
[FIX] Make payment mode type required
...
[RFR] Cosmetic view changes
2013-05-29 14:35:04 +02:00
Stefan Rijnhart
a5e98db809
[RFR] API: remove deprecated 'type' elements from view records
...
[MIG] Set upgraded modules to installable
[FIX] Redefined _columns member
[FIX] Remove void default for date_done, update field type
[FIX] Add required string tag to form views
[FIX] Merge payment mode view overrides
2013-05-28 17:18:26 +02:00
Stefan Rijnhart
4b998a263e
[RFR] Sort out view changes between debit and payment modules
2013-05-28 16:42:13 +02:00
Stefan Rijnhart
3c5fdecf37
[RFR] Rename field 'debit_move_line_id'
2013-05-28 16:17:56 +02:00
Stefan Rijnhart
702a052aeb
[RFR] License, API
2013-05-28 16:08:18 +02:00
Stefan Rijnhart
cd80149d3a
[FIX] Update reference to obsolete field on payment order
2013-05-28 15:56:55 +02:00
Stefan Rijnhart
0bc3cdaa8f
[RFR] License and API
2013-05-28 15:41:42 +02:00
Stefan Rijnhart
fd6cac4854
[RFR] Sort out 'add invoices' wizard code between payment and debit module
2013-05-28 15:37:47 +02:00
Stefan Rijnhart
7fc4e0f975
[RFR] Sort out payment/payment line code between payment and debit module
2013-05-28 14:56:27 +02:00
Stefan Rijnhart
b05036098f
[RFR] Sort out move line code between payment and debit module
2013-05-28 13:49:08 +02:00
Stefan Rijnhart
345381a8a7
[RFR] Move workflow adaptions from debit module to payment module
2013-05-28 07:16:26 +02:00
Stefan Rijnhart
5ae5d657f8
[ADD] Foreporting crude support for full payment workflow including
...
transferral move that pays the invoices
2013-05-27 21:36:20 +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