Holger Brunn
1376b19f27
[FIX] unused import
9 years ago
Holger Brunn
59e27cd17e
[UPD] adapt to upstream changes
9 years ago
Holger Brunn
1ca4c6e9d8
[FIX] unused imports
10 years ago
Holger Brunn
8a41968d43
[FIX] account.bank.statement.import is transient
10 years ago
Holger Brunn
e43290e25f
[IMP] make test work with and without demo data
10 years ago
Holger Brunn
be07831202
[ADD] test
10 years ago
Holger Brunn
41d1fc8512
[ADD] migration script
and a module that takes care of saving imported files (+migration)
10 years ago
Pedro M. Baeza
c8f95fbaef
[FIX] account_bank_statement_import: PEP8
9 years ago
Pedro M. Baeza
1eaf54b143
Merge pull request #1 from Antiun/8.0-accont_bank_statement_import-journal-fix
[FIX] Change default by compute and between quotes in order to allow …
9 years ago
Antonio Espinosa
f028947355
[FIX] Change default by compute and between quotes in order to allow inheritance
9 years ago
Pedro M. Baeza
87466ae978
[FIX] account_bank_statement_import: Handle correctly the selection of the journal
9 years ago
Stéphane Bidoul (ACSONE)
c5470b3e0f
Merge pull request #27 from nbessi/fix_demo_data
Avoid demo data using an exisiting account number
9 years ago
Nicolas Bessi (nbessi)
9472ff47cd
Avoid demo data using an exisiting account number
Fixes #26
10 years ago
Pedro M. Baeza
4811ffc5cf
Merge pull request #23 from nbessi/account_bank_statement_import_ofx_no_auto_install
account_bank_statement_import_ofx is not automatically installed anymore
10 years ago
Nicolas Bessi
d6818ae649
account_bank_statement_import_ofx is not automatically installed anymore
10 years ago
Pedro M. Baeza
e1698a7818
Merge pull request #19 from acsone/8.0-refactor-new-api
8.0 refactor new api
10 years ago
Laurent Mignon (ACSONE)
3744b5a60b
[IMP]Move the field journal_id in the main module.
By moving the field in the main module the others parsers can use it without duplicate it
10 years ago
Laurent Mignon (ACSONE)
6db13fce6a
[FIX] Keep icon retouched by @pedrobaeza
10 years ago
Laurent Mignon (ACSONE)
d29adac20c
[ADD] i18n
10 years ago
Laurent Mignon
0550df383c
[IMP] Extract description to README
Add OCA as author,
PEP8
10 years ago
Ronald Portier (Therp BV)
1dcd07e893
[FIX] No index=True needed when specifying unique constraint.
10 years ago
Ronald Portier (Therp BV)
5538c234d9
[FIX] Use unique accounts and improved bank search in base.
10 years ago
Laurent Mignon
89afefc370
[FIX] backport from MP on upstream until 5f30c6ed09
10 years ago
Laurent Mignon
1ebe98df79
[IMP] Specify the currency to use for the account.account and account.journal created by res_partner_bank.post_write
10 years ago
Laurent Mignon
9c9ebe8cda
[IMP] Let the res_partner_bank.post_write create the journal if it doesn't exist
10 years ago
Laurent Mignon
31fd68de92
[IMP] Sanitize acc_number to upper case
Use wildcard on both sides when opertor contains 'like'
10 years ago
Laurent Mignon
5a5c48e355
[IMP] Improve test coverage
10 years ago
Laurent Mignon
8181fea31e
[IMP] Add sanitezed_acc_number on res.partenr.bank
The new field is computed by sanitzing the acc_number.
10 years ago
Laurent Mignon (ACSONE)
ec26ad79b9
[IMP] use new API
Conflicts:
account_bank_statement_import/account_bank_statement_import.py
10 years ago
Laurent Mignon (ACSONE)
1565f8ac10
[FIX] bank_account created by the import must belong to the partner linked to the company of the provided journal
PR on master: odoo/odoo#5821
10 years ago
Laurent Mignon
c7c6954df7
[IMP] Backport from master at 04daefd2d1
10 years ago
Sandy
67027b8a26
Fix matrix
10 years ago
Sandy
c61733beb8
Add transifex badge and use svg Coverage Badge
10 years ago
Sandy
2f88a848ed
Update travis.yml according to model
10 years ago
Holger Brunn
d0cef3f137
Merge pull request #20 from andrius-preimantas/8.0
[IMP][i18n] Lithuanian translation for account_bank_statement_import
10 years ago
Andrius Preimantas
599fcb6fb5
[IMP][l18n] Minor LT translation change
10 years ago
Andrius Preimantas
0c6331db60
[IMP][i18n] Lithuanian translation for account_bank_statement_import
10 years ago
Stéphane Bidoul (ACSONE)
f0c2e68c65
Merge pull request #13 from akretion/8.0-fix-identify-by-bank-account
FIX identify partner by res.partner.bank
10 years ago
Alexandre Fayolle
13538178c1
Update travis configuration
Follow OCA/maintainer-quality-tools#187 and use addons/apt/package directive to
install our build dependencies. This allows using container based Travis builds
(which should be faster).
10 years ago
Alexandre Fayolle
cbfba38531
don't use travis container-based infrastructure
10 years ago
Alexis de Lattre
3516c1e617
FIX identify partner by res.partner.bank
10 years ago
Pedro M. Baeza
8614c60ddd
Merge pull request #8 from pedrobaeza/8.0-i18n_es
[IMP] account_bank_statement_import: POT and ES translation files
10 years ago
Pedro M. Baeza
488033b3ce
Merge pull request #9 from pedrobaeza/8.0-icon
[IMP] Icon in PNG and SVG retouched
10 years ago
Stéphane Bidoul (ACSONE)
68192eea2f
Merge pull request #11 from acsone/8.0-fix-new-api-compatibility
[FIX]Take a copy of the context before update
10 years ago
Laurent Mignon (ACSONE)
9a11b67d6a
[FIX]Take a copy of the context before update
If the method `import_file` is called with the new API, the context is a frozendict and the update will raise `NotImplementedError: 'update' not supported on frozendict`
PR on master: https://github.com/odoo/odoo/pull/5798
10 years ago
Pedro M. Baeza
d33408ef9b
[IMP] Icon in PNG and SVG retouched
10 years ago
Pedro M. Baeza
6f514aea43
[IMP] account_bank_statement_import: POT and ES translation files
10 years ago
Pedro M. Baeza
c8c6df3913
Merge pull request #6 from akretion/8.0-new-backport-from-master
New backport from odoo/master
10 years ago
Alexis de Lattre
9d3242b7fe
Merge pull request #1 from NL66278/8.0-new-backport-from-master-therp
Code clean-up, add demo data for tests and disable journal auto-creation
10 years ago
Ronald Portier (Therp BV)
d999af6fbb
[FIX] Use hashes to comment out code.
When using string delimiters to comment out code (""" before and after),
pylint will complain about useless strings.
10 years ago