When trying to import a subscription in Odoo 9 I am getting this:
Missing required value for the field 'Analytic Account' (name)
Except I have analytic accounting disabled in the Accounting app. Even when I create an analytic account and put it on my spreadsheet, it still wont accept that.
Heres an example:
user_closable ID recurring_next_date recurring_invoice_line_ids/product_id/id recurring_invoice_line_ids/sold_quantity account_type state template_id/id
FALSE __export__.sale_subscription_317 1/01/2017 RENTAL 2 normal In Progress RENTAL
The error message doesnt happen if I try to not import the lines of the subscription itself.
Any help would be much appreciated.