Commit Graph

22 Commits

Author SHA1 Message Date
OCA-git-bot
7eaf1f7147 account_statement_import 15.0.3.1.0 2023-02-23 17:01:58 +00:00
OCA-git-bot
05afc80381 Merge PR #534 into 15.0
Signed-off-by pedrobaeza
2023-02-23 16:53:45 +00:00
Alexis de Lattre
193b1faa76 Add module account_statement_import_base
The 2 modules account_statement_import_online and
account_statement_import depend on account_statement_import_base (and
not on each other) and share common code, in particular a hook to update
the statement line. So we can now have reconciliation modules that use
this hook and therefore work both on file import and online import. More
details on https://github.com/OCA/bank-statement-import/issues/481.

Improve bank statement line form view and journal form view.
2023-02-23 16:09:34 +01:00
OCA-git-bot
930e03c32d account_statement_import 15.0.2.2.1 2023-02-22 18:03:41 +00:00
sonhd91
68a1bc65bb [MIG][15.0] port-forward pr522,527 to 15.0 2022-12-13 18:06:06 +07:00
Enric Tobella
c0cd9104e9 [IMP] account_statment_import: Add button for importing on top 2022-12-09 17:54:33 +07:00
OCA-git-bot
5dd41a4831 account_statement_import 15.0.2.2.0 2022-11-17 20:46:09 +00:00
OCA-git-bot
08ae2baa2e account_statement_import 15.0.2.1.0 2022-02-26 11:17:01 +00:00
Miquel Raïch
f4a088cb01 [FIX] account_statement_import: abs lines don't need partner_bank_id field
Let them use the one from account moves.
2022-02-24 11:50:55 +01:00
Maksym Yankin
50baf60fa0 [MIG] account_statement_import: Migration to 15.0 2022-02-01 12:36:23 +02:00
Pedro M. Baeza
856460d4a1 account_statement_import 14.0.1.2.3 2022-01-25 10:15:41 +02:00
Pedro M. Baeza
b8a116d760 account_statement_import 14.0.1.2.2 2022-01-25 10:15:41 +02:00
Enric Tobella
de4cbe27be [UPD] account_statement_import: Mark as mature 2022-01-25 10:15:41 +02:00
OCA-git-bot
b7f5abce23 account_statement_import 14.0.1.2.1 2022-01-25 10:15:41 +02:00
OCA-git-bot
01e55742b0 account_statement_import 14.0.1.2.0 2022-01-25 10:15:41 +02:00
OCA-git-bot
499c51c575 account_statement_import 14.0.1.1.3 2022-01-25 10:15:41 +02:00
Pedro M. Baeza
6f7aacc373 [FIX] account_statement_import: Read action with sudo
If not, other users except admins can't import statements.

Remaining thing from previous patch.
2022-01-25 10:15:41 +02:00
Pedro M. Baeza
68e20d944e [FIX+IMP] account_statement_import: Several things post-migration:
* Read action with sudo. If not, other users from admin ones can't
  import statements.
* Icon revamp. Now the icon is used (PNG export was needed), and a bit
  of tuning has been made for better appeal.
2022-01-25 10:15:41 +02:00
OCA-git-bot
03cf0a89b7 account_statement_import 14.0.1.1.0 2022-01-25 10:15:41 +02:00
Alexis de Lattre
751c7e8792 [MIG] account_bank_statement_import to v14 > account_statement_import
Module renamed to account_statement_import to avoid conflit with Odoo enterprise
Add support for multi-account statement files
Integrate the feature provided by the module account_bank_statement_import_save_file
Improve error messages
Remove dead or annoying features
Improve code !
2022-01-25 10:15:41 +02:00
Pedro M. Baeza
66c9766c01 [IMP] account_bank_statement_import: black, isort 2022-01-25 10:15:41 +02:00
Odoo SA
7c90f17ebe Import account_bank_statement_import by Odoo SA
Import code just before commit 9ba8734f15e1a292ca27b1a026e8366a91b2a8c9
that moved the module account_bank_statement_import to Odoo Enterprise
Only modifications :
- add author (Odoo SA) and license (LGPL) keys in manifest
- add copyright headers Odoo SA all main files
2022-01-25 10:15:41 +02:00