Commit Graph

395 Commits

Author SHA1 Message Date
Graeme Gellatly
341552eef9 refix imports after rebase 2014-02-02 22:42:28 +13:00
Graeme Gellatly
6d9dc88fbe resolve conflict 2014-02-02 22:37:44 +13:00
Graeme Gellatly
d005ec45b0 ofxparse update 2014-02-02 22:27:27 +13:00
Launchpad Translations on behalf of banking-addons-team
05d2948ca5 Launchpad automatic translations update. 2014-01-24 06:27:43 +00:00
unknown
102a24bd86 [MRG] [ADD] the possibility to use instance of account.statement.completion.rule 2014-01-23 09:44:24 +01:00
Laetitia Gangloff (Acsone)
9c570e8c25 add translation for account_statement_regex_account_completion module 2014-01-22 12:17:19 +01:00
Laetitia Gangloff (Acsone)
b962fc2669 update name of the funtion to 'Set account for line labels matching a regular expression' instead of 'Set account' 2014-01-20 10:06:39 +01:00
unknown
11141de561 [IMP] account_statement_base_import: Added some function to be able to fill the balance, the name and the date of the bank statement based on the data of the file parsed. 2014-01-17 20:44:28 +01:00
Leonardo Pistone
ff3d5d8a7f [MRG][ADD] In account_statement_base_completion, account_statement_transactionid_completion provide YAML tests 2014-01-17 14:22:47 +01:00
Leonardo Pistone
ffa46c14af [MRG][FIX] account_statement_ext: unwind related and stored field because it does not work in a constraint in YAML test, for some reason.This probably needs a more general solution. 2014-01-17 14:08:45 +01:00
Leonardo Pistone
c196eafc34 [MRG] [IMP] split the module account_statement_base_completion to take out what depends on sale 2014-01-17 14:05:25 +01:00
unknown
237c6f7311 [MRG] [fix] account_statement_ext: remove hidden fields (not present in view) from on_change 2014-01-16 12:45:43 +01:00
Leonardo Pistone
19abe5ed01 [imp] manifest: data 2014-01-16 11:35:20 +01:00
Laetitia Gangloff (Acsone)
a29bc87b97 correct test 2014-01-15 13:54:22 +01:00
Laetitia Gangloff (Acsone)
cd86039a59 rename some regexp to regex 2014-01-15 13:30:10 +01:00
Laetitia Gangloff (Acsone)
ac777e58fe Remove unused data file. Add view in __openerp__.py. 2014-01-15 10:28:54 +01:00
Laetitia Gangloff (Acsone)
220eef50ec Add new completion rules to set a specific account in function of regex on name 2014-01-14 19:16:23 +01:00
Laetitia Gangloff (Acsone)
6ca1e05c96 rename _get_callable in _get_rules. Correct the args len. 2014-01-14 16:27:23 +01:00
Laetitia Gangloff (Acsone)
d5ecec5a41 Add the possibility to use instance of account.statement.completion.rule 2014-01-14 15:39:02 +01:00
Vincent Renaville
5439fd5cc8 [FIX] remove account.reconcile before deleting a account.move 2014-01-10 15:42:04 +01:00
Leonardo Pistone
ed60c48bea [add] yaml tests for module account_statement_transactionid_completion 2014-01-07 12:27:26 +01:00
Graeme Gellatly
50f47bc31b [FIX][REF] Refactor method get_default_pay_receive_accounts of account_statement_ext to not reimplement property searching and also stop failure on trunk. 2014-01-05 21:53:40 +13:00
Graeme Gellatly
be9717dafd [FIX] Minor fixes to enable install on trunk, explicit imports added, alternative string concatenation in help and change to correct xml comment style 2014-01-05 18:40:54 +13:00
Leonardo Pistone
08e635ac77 [mrg] upstream 2013-12-20 17:28:18 +01:00
Leonardo Pistone
53f2c55faa [del] TODO 2013-12-20 17:25:50 +01:00
Leonardo Pistone
655162b599 [fix] function in the wrong place 2013-12-20 16:45:19 +01:00
Leonardo Pistone
aba2cd4397 [add] account_statement_so_completion/test 2013-12-20 16:43:01 +01:00
Leonardo Pistone
39ce59e1ae [mrg] upstream 2013-12-20 16:34:26 +01:00
Leonardo Pistone
562250842a [fix] yaml: !record is to create. use python write 2013-12-20 15:16:41 +01:00
Leonardo Pistone
b16ece087d [imp] bank statements: check 4 lines 2013-12-20 11:55:21 +01:00
Leonardo Pistone
59d5df20de [fix] in yaml tests, you really want to use _ref, not ref 2013-12-20 11:04:31 +01:00
Leonardo Pistone
8a46f556f1 [imp] pep8 2013-12-19 11:13:30 +01:00
Leonardo Pistone
b54f6997e5 [fix] account_statement_ext: remove hidden fields from on_change 2013-12-18 19:09:04 +01:00
Leonardo Pistone
545e9e2d6b [mrg] 2013-12-16 15:10:46 +01:00
Leonardo Pistone
1c66e3c395 [fix] account_statement_ext: unwind related and stored field because
it does not work in a constraint in YAML test, for some reason.
This probably needs a more general solution.
2013-12-16 14:55:56 +01:00
Leonardo Pistone
f9b9cf1c53 [mrg] upstream fix 2013-12-16 14:44:37 +01:00
unknown
190373c306 [FIX] account_statement_ofx_import: missing comma in manifest file. 2013-12-16 13:25:43 +01:00
Leonardo Pistone
5cb9f4893b [fix] missing comma 2013-12-16 10:37:15 +01:00
Leonardo Pistone
1a2da08be8 [imp] completion tests 2013-12-13 21:10:44 +01:00
Leonardo Pistone
ea399af06b [add] statement completion: more tests 2013-12-13 20:08:52 +01:00
Leonardo Pistone
89e7700d21 [add] tests for account_statement_base_completion: customer invoice 2013-12-13 17:25:10 +01:00
Vincent Renaville
9080e3d6c8 [FIX] PEP8 2013-12-13 15:06:53 +01:00
Leonardo Pistone
cc65bdb4bd [mrg] upstream 2013-12-13 14:22:44 +01:00
Sebastien Beau
ab65642b39 [MRG] [IMP] add constraint to have an uniq name on bank statement 2013-12-13 13:06:00 +01:00
Leonardo Pistone
fc0b8ec312 [fix] selection value 2013-12-13 12:33:52 +01:00
Yannick Vaucher
ad9c9b0af1 [MRG] Adapt to extraction of account_statement_commission 2013-12-13 12:03:35 +01:00
Pedro M. Baeza
fc3d6a1fb4 [ADD] account_statement_ofx_import: Allows to import OFX (Open Financial Exchange) statement files, using 'account_statement_base_import' generic inheritance mechanism to import statements. 2013-12-13 12:02:09 +01:00
Yannick Vaucher
15510eb898 [FIX] account_statement_ext - add encoding on mako template to fix translation extraction 2013-12-13 03:54:55 +01:00
Florian da Costa
c921a71741 [FIX] Change some methods description 2013-12-11 20:11:44 +01:00
Sebastien Beau
bbb25a3ac7 [FIX] fix uniq name constraint, should work in multi-company 2013-12-11 17:01:01 +01:00