Browse Source

mis_builder backport: squash last pep8 errors

pull/90/head
Stéphane Bidoul 9 years ago
parent
commit
12557f33ea
  1. 11
      mis_builder/__openerp__.py
  2. 8
      mis_builder_demo/__openerp__.py

11
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

8
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 <https://github.com/OCA/account-financial-reporting/issues>`_.
Bugs are tracked on `GitHub Issues
<https://github.com/OCA/account-financial-reporting/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 <https://github.com/OCA/account-financial-reporting/issues/new?body=module:%20mis_builder%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
If you spotted it first, help us smashing it by providing a detailed and
welcomed feedback
`here <https://github.com/OCA/account-financial-reporting/issues`_.
Credits
=======

Loading…
Cancel
Save