Invoice Line Import

by
Odoo
v 8.0 Third Party 159
Download for v 8.0
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Social Network (mail)
Technical Name account_invoice_line_import
LicenseAGPL-3
Websitehttp://www.noviat.com
You bought this module and need support? Click here!

Import Invoice Lines

This module adds a button on the Supplier Invoice Form to allow the import of invoice lines from a CSV file.

Usage

Input file column headers:

  • Description

  • Product

    The value must be unique. A lookup will be peformed on the 'Internal Reference' (default_code) field of the Product record. In case of no result, a second lookup will be initiated on the Product Name.

  • Unit of Measure

  • Account

  • Quantity

  • Unit Price

  • Taxes

    A lookup will be peformed on the 'Tax Code' (description) field of the Tax object. In case of no result, a second lookup will be initiated on the Tax Name. Use a comma as separator character to add multiple taxes.

  • Analytic Account

Extra columns can be added and will be processed as long as the column header is equal to the 'ORM' name of the field. Input fields with no corresponding ORM field will be ignored.

A blank column header indicates the end of the columns that will be processed. This allows 'comment' columns on the input lines.

Empty lines or lines starting with '#' will be ignored.

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.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Odoo Warning: Field ail.import.lines is accessed before being computed.
by
Teddy Wu
on 11/15/17, 10:37 AM

I received a warning "Odoo Warning: Field ail.import.lines is accessed before being computed." when the "Import Lines" button was pressed. If I select OK and proceed, the rest of the module work properly. The warning is a bit annoying. Please help!