Skip to Content
Menu
This question has been flagged
2 Replies
5904 Views

Hi,

I am trying to import my data in Odoo, it did work with products and clients, but i'm having problems importing invoices.

Can anyone give me a csv file example that i can use?

Thank you.

Avatar
Discard
Author Best Answer

Thank you so much, now it's working .

Avatar
Discard
Best Answer

if you want to know what to import

try export create a dummy data in invoice then export all the data,

then you can know what field to import, usually the field is:

#HEADER

1.partner_id

2.account_id

3.date

4.force_period (if you want)

5.source document

6.due date

7.Journal

#LINES

1.product

2.name

3.account

4.qty

5.price unit

Avatar
Discard