Hi there,
My company is sending hundreds of invoices a month. Clients are recurent, and on a monthly basis quantities and products are changing.
I explored the import button, managed to create a draft invoice with the following CSV (sorry for ugly formatting, i don't manage to get it right) :
account_id/id, | company_id/id, | currency_id/id, | invoice_line_ids/account_id/id, | invoice_line_ids/name | invoice_line_ids/quantity | , invoice_line_ids/price_unit, | journal_id/id | partner_id/id | reference_type |
__export__.account_account_156 | , base.main_company | base.EUR, | __export__.account_account_156, | Bonne Action | 1 | 0.69 | __export__.account_journal_1 | , __export__.res_partner_136 | none |
However, I expected standard information such as taxes, invoice number, dates, payement terms, etc. would be filled in automatically (as when creating the invoice manually) but it doesn't. All those fields are empty in my draft invoice. It seems like I am not in the same workflow as when I am creating the invoice manually.
Is there a way to be in the same workflow so that odoo calculates taxes, dates, etc. automatically as it usually does ?
I am using Odoo 8 and I am new to Odoo.
Thanks !
Sorry, this is unreadable. Please find another way to provide the information.
I got a 403 error when trying to edit message above. Here is a better overview of the imported fields:
company_id/id base.main_company
currency_id/id base.EUR
invoice_line_ids/product_id/id __export__.product_product_2
invoice_line_ids/account_id/id __export__.account_account_156
invoice_line_ids/name Bonne Action
invoice_line_ids/quantity 1
invoice_line_ids/price_unit 0.69
partner_id/id __export__.res_partner_136
reference_type none