[FIX] documentation

This commit is contained in:
unknown
2013-10-04 14:59:56 +02:00
parent 2aa189fc9e
commit 2eea6829f7
2 changed files with 7 additions and 6 deletions

View File

@@ -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.

View File

@@ -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