From e780829ae7555780a5b3f0c267139a91dfe01483 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Tue, 9 Jul 2019 21:08:04 +0200 Subject: [PATCH] Update module_analysis/readme/CONFIGURE.rst Co-Authored-By: David Beal --- module_analysis/readme/CONFIGURE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_analysis/readme/CONFIGURE.rst b/module_analysis/readme/CONFIGURE.rst index 8fd3c9f44..527b149d6 100644 --- a/module_analysis/readme/CONFIGURE.rst +++ b/module_analysis/readme/CONFIGURE.rst @@ -43,7 +43,7 @@ files), create a custom modules and overload the module model : @api.model def _get_analyse_settings(self): - res = super(IrModuleModule, self)._get_analyse_settings() + res = super()._get_analyse_settings() if not '.html' in res: res['.html'] = {} res['.html']['documentation'] 'xml_documentation_qty'