From 12557f33eaa7b404d70995cbf9e9a7d2f98466da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Mon, 2 Nov 2015 19:15:35 +0100 Subject: [PATCH] mis_builder backport: squash last pep8 errors --- mis_builder/__openerp__.py | 11 ++--------- mis_builder_demo/__openerp__.py | 8 +++++--- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/mis_builder/__openerp__.py b/mis_builder/__openerp__.py index da347a04..8c3990a8 100644 --- a/mis_builder/__openerp__.py +++ b/mis_builder/__openerp__.py @@ -64,14 +64,6 @@ reports. * From the MIS Report view, you can preview the report, add it to and Odoo dashboard, and export it to Excel. -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/91/7.0 - -For further information, please visit: - -* https://www.odoo.com/forum/help-1 - Developer notes =============== @@ -79,7 +71,8 @@ A typical extension is to provide a mechanism to filter reports on analytic dimensions or operational units. To implement this, you can override _get_additional_move_line_filter and _get_additional_filter to further filter move lines or queries based on a user selection. A typical use case -could be to add an analytic account field on mis.report.instance, or even on mis.report.instance.period if you want different columns to show different +could be to add an analytic account field on mis.report.instance, or even +on mis.report.instance.period if you want different columns to show different analytic accounts. Known issues / Roadmap diff --git a/mis_builder_demo/__openerp__.py b/mis_builder_demo/__openerp__.py index 1abe8504..aac97b5b 100644 --- a/mis_builder_demo/__openerp__.py +++ b/mis_builder_demo/__openerp__.py @@ -50,10 +50,12 @@ There is no specific installation procedure for this module. Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed feedback -`here `_. +If you spotted it first, help us smashing it by providing a detailed and +welcomed feedback +`here