Skip to content
Snippets Groups Projects
Commit 1bac2692 authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[FIX] account_analytic_plans: correct call to account_get

The account_get method has the signature
  def account_get(self,... company_id=None, context=None)

so should use positional argument context=context.
Added missing company_id parameter.

Fixes #4084
parent af8a6096
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment