mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[MIG] account_bank_statement_import_move_line: Migration to 11.0
This commit is contained in:
@@ -1,64 +1 @@
|
||||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
|
||||
=======================================
|
||||
Account Bank Statement Import Move Line
|
||||
=======================================
|
||||
|
||||
This module adds a button to bank statement form view to open a wizard to allow
|
||||
filtering, selecting and importing lines form journal items into the bank
|
||||
statement.
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
#. Go to Invoicing > Dashboard.
|
||||
#. Create a new bank statement from a bank journal.
|
||||
#. Click button "Import Journal Items".
|
||||
#. Select filtering options.
|
||||
#. Click on button "Add All Move Lines" to auto-select the move lines matching
|
||||
the selected criteria or click on Add an item to manually select the move
|
||||
lines filtered by the criteria.
|
||||
#. Click on button "Create Statement Lines".
|
||||
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/174/10.0
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
Bugs are tracked on `GitHub Issues
|
||||
<https://github.com/OCA/bank-statement-import/issues>`_. In case of trouble,
|
||||
please check there if your issue has already been reported. If you spotted
|
||||
it first, help us smash it by providing detailed and welcomed feedback.
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Images
|
||||
------
|
||||
|
||||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* Luis M. Ontalba luis.martinez@tecnativa.com>
|
||||
|
||||
Maintainer
|
||||
----------
|
||||
|
||||
.. image:: https://odoo-community.org/logo.png
|
||||
:alt: Odoo Community Association
|
||||
:target: https://odoo-community.org
|
||||
|
||||
This module is maintained by the OCA.
|
||||
|
||||
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.
|
||||
|
||||
To contribute to this module, please visit https://odoo-community.org.
|
||||
**This file is going to be generated by oca-gen-addon-readme.**
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
||||
|
||||
from . import models
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Tecnativa - Luis M. Ontalba
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
||||
|
||||
{
|
||||
'name': 'Bank statement import move lines',
|
||||
'version': '10.0.1.0.0',
|
||||
'version': '11.0.1.0.0',
|
||||
'category': 'Accounting',
|
||||
'summary': 'Import journal items into bank statement',
|
||||
'author': 'Tecnativa, '
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': 'https://www.tecnativa.com',
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
||||
|
||||
from . import account_move_line
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Tecnativa - Luis M. Ontalba
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
* Luis M. Ontalba luis.martinez@tecnativa.com>
|
||||
@@ -0,0 +1,3 @@
|
||||
This module adds a button to bank statement form view to open a wizard to allow
|
||||
filtering, selecting and importing lines form journal items into the bank
|
||||
statement.
|
||||
8
account_bank_statement_import_move_line/readme/USAGE.rst
Normal file
8
account_bank_statement_import_move_line/readme/USAGE.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
#. Go to Invoicing > Dashboard.
|
||||
#. Create a new bank statement from a bank journal.
|
||||
#. Click button "Import Journal Items".
|
||||
#. Select filtering options.
|
||||
#. Click on button "Add All Move Lines" to auto-select the move lines matching
|
||||
the selected criteria or click on Add an item to manually select the move
|
||||
lines filtered by the criteria.
|
||||
#. Click on button "Create Statement Lines".
|
||||
@@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0
|
||||
|
||||
from . import test_account_bank_statement_import_move_line
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Tecnativa - Luis M. Ontalba
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
||||
|
||||
from . import account_statement_line_create
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Tecnativa - Luis M. Ontalba
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user