From 2eea6829f752b332413d488a9f17c76ee939b6b8 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 4 Oct 2013 14:59:56 +0200 Subject: [PATCH] [FIX] documentation --- async_move_line_importer/__openerp__.py | 11 ++++++----- async_move_line_importer/model/account.py | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/async_move_line_importer/__openerp__.py b/async_move_line_importer/__openerp__.py index 9283c94f3..526f337a8 100644 --- a/async_move_line_importer/__openerp__.py +++ b/async_move_line_importer/__openerp__.py @@ -34,14 +34,15 @@ User must be an account manger. To import a CSV simply save an UTF8 CSV file in the "file" field. Then you can choose a CSV separator. -If volumetry is important you can tick Fast import check box. +If volumetry is important you can tick "Fast import" check box. When enabled import will be faster but it will not use orm and may not support all CSV canvas. - Entry posted option of journal will be skipped. - AA lines will only be created when moves are posted. - Tax lines computation will be skipped until the move are posted - This option should be used with caution and in conjunction with provided canvas in tests/data +- Entry posted option of journal will be skipped. +- AA lines will only be created when moves are posted. +- Tax lines computation will be skipped until the move are posted. + +This option should be used with caution and preferably in conjunction with provided canvas in tests/data Then simply press import file button. The process will be run in background and you will be able to continue your work. diff --git a/async_move_line_importer/model/account.py b/async_move_line_importer/model/account.py index a79f3eb4e..3cdf13f79 100644 --- a/async_move_line_importer/model/account.py +++ b/async_move_line_importer/model/account.py @@ -39,7 +39,7 @@ class account_move(orm.Model): _inherit = "account.move" def _prepare_line(self, cr, uid, move_id, line, vals, context=None): - """Take incomming move line vals and complete line dict with + """Take incomming move vals and complete move line dict with missing data :param move_id: parent move id :param line: dict of vals of move line