Skip to content

Commit

Permalink
[11.0]update account_move_line_import
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-demeyer committed Jan 2, 2020
1 parent 726986d commit c93241a
Show file tree
Hide file tree
Showing 77 changed files with 5 additions and 24,770 deletions.
45 changes: 0 additions & 45 deletions account_move_line_import/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ This module has implemented specific support for the following fields:

Specify currency code, e.g. 'USD', 'EUR', ... )

- Tax Account (or tax_code)

Lookup logic : exact match on tax case 'code' field, if not found exact match on tax case 'name'.

- Analytic Account (or analytic_account)

Lookup logic : exact match on code,
Expand All @@ -94,44 +90,3 @@ Input file example
------------------

Cf. directory 'sample_import_file' of this module.

Known Issues
============

This module uses the Python *csv* module for the reading of the input csv file.
The input csv file should take into account the limitations of the *csv* module:

Unicode input is not supported. Also, there are some issues regarding ASCII NUL characters.
Accordingly, all input should be UTF-8 or printable ASCII.
Results are unpredictable when this is not the case.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/account-financial-tools/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed feedback.

Credits
=======

Contributors
------------

* Luc De Meyer, Noviat <[email protected]>

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.
7 changes: 3 additions & 4 deletions account_move_line_import/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@

{
'name': 'Account Move Line Import',
'version': '11.0.1.0.1',
'version': '11.0.1.0.2',
'license': 'AGPL-3',
'author': 'Noviat,'
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/account-financial-tools',
'author': 'Noviat',
'website': 'http://www.noviat.com',
'category': 'Accounting & Finance',
'summary': 'Import Accounting Entries',
'depends': ['account'],
Expand Down
Loading

0 comments on commit c93241a

Please sign in to comment.