From 1b4b1b77e489e53dbe312334f18323b6c48abb18 Mon Sep 17 00:00:00 2001 From: Nedas Zilinskas Date: Tue, 26 Jun 2018 13:05:27 +0300 Subject: [PATCH] [FIX] fix lint errors across the repository (#968) --- web_action_conditionable/README.rst | 4 ---- web_action_conditionable/__openerp__.py | 1 + web_ckeditor4/README.rst | 7 ++++--- web_menu_autohide/README.rst | 4 ++-- web_menu_autohide/__openerp__.py | 2 +- web_one2many_list_action/README.rst | 3 +-- web_option_auto_color/README.rst | 19 ++++++++----------- web_widget_x2many_2d_matrix/README.rst | 10 ++++------ 8 files changed, 21 insertions(+), 29 deletions(-) diff --git a/web_action_conditionable/README.rst b/web_action_conditionable/README.rst index 4ed2152b..054a8d27 100644 --- a/web_action_conditionable/README.rst +++ b/web_action_conditionable/README.rst @@ -49,10 +49,6 @@ For further information, please visit: * https://www.odoo.com/forum/help-1 -Known issues / Roadmap -====================== - -* ... Bug Tracker =========== diff --git a/web_action_conditionable/__openerp__.py b/web_action_conditionable/__openerp__.py index dec9372a..d17cad2d 100644 --- a/web_action_conditionable/__openerp__.py +++ b/web_action_conditionable/__openerp__.py @@ -7,6 +7,7 @@ 'base', 'web', ], + "license": "AGPL-3", 'data': ['views/view.xml'], "author": "Cristian Salamea,Odoo Community Association (OCA)", "installable": True, diff --git a/web_ckeditor4/README.rst b/web_ckeditor4/README.rst index fc851aa4..734f5028 100644 --- a/web_ckeditor4/README.rst +++ b/web_ckeditor4/README.rst @@ -17,9 +17,10 @@ Known issues / Roadmap ====================== * This version of CKEditor contains a patch that prevents the referencing of -the editor's iframe if it has already been cleaned up by Odoo. In 8.0, this is -the case if the editor was created in an x2many popup. The patch was proposed -as https://github.com/ckeditor/ckeditor-dev/pull/200 + the editor's iframe if it has already been cleaned up by Odoo. In 8.0, this is + the case if the editor was created in an x2many popup. The patch was proposed + as https://github.com/ckeditor/ckeditor-dev/pull/200 + Bug Tracker =========== diff --git a/web_menu_autohide/README.rst b/web_menu_autohide/README.rst index 94729385..fa81ca2a 100644 --- a/web_menu_autohide/README.rst +++ b/web_menu_autohide/README.rst @@ -28,8 +28,8 @@ Contributors Icon ---- -* http://commons.wikimedia.org/wiki/File:VisualEditor_-_Icon_-_Menu.svg -* http://commons.wikimedia.org/wiki/File:ProhibitionSign2.svg +* `http://commons.wikimedia.org/wiki/File:VisualEditor_-_Icon_-_Menu.svg` +* `http://commons.wikimedia.org/wiki/File:ProhibitionSign2.svg` Maintainer ---------- diff --git a/web_menu_autohide/__openerp__.py b/web_menu_autohide/__openerp__.py index 42af19b1..4992cc19 100644 --- a/web_menu_autohide/__openerp__.py +++ b/web_menu_autohide/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Hide menus", "version": "8.0.1.0.0", - "author": "Therp BV", + "author": "Therp BV, Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Tools", "summary": "Hide top and left menu bar", diff --git a/web_one2many_list_action/README.rst b/web_one2many_list_action/README.rst index c44d13d8..5a3c7cfb 100644 --- a/web_one2many_list_action/README.rst +++ b/web_one2many_list_action/README.rst @@ -11,8 +11,7 @@ use the 'tree_but_open' interface to define actions for rows. To use this just specify a 'tree_but_open' action on the target model of the one2many field relation. -Example -:: +Example:: diff --git a/web_option_auto_color/README.rst b/web_option_auto_color/README.rst index 36242acf..f3e88ac7 100644 --- a/web_option_auto_color/README.rst +++ b/web_option_auto_color/README.rst @@ -20,17 +20,14 @@ Usage In the view declaration, put autocolor="1" attribute in the field tag:: -... - - - ... - - - ... - - -... - + + + ... + + + ... + + Bug Tracker =========== diff --git a/web_widget_x2many_2d_matrix/README.rst b/web_widget_x2many_2d_matrix/README.rst index 377291d9..76131472 100644 --- a/web_widget_x2many_2d_matrix/README.rst +++ b/web_widget_x2many_2d_matrix/README.rst @@ -9,12 +9,10 @@ This module allows to show an x2many field with 3-tuples ($x_value, $y_value, $value) in a table -========= =========== =========== -\ $x_value1 $x_value2 -========= =========== =========== -$y_value1 $value(1/1) $value(2/1) -$y_value2 $value(1/2) $value(2/2) -========= =========== =========== +| | $x_value1 | $x_value2 | +| :---: | :---: | :---: | +| $y_value1 | $value(1/1) | $value(2/1) | +| $y_value2 | $value(1/2) | $value(2/2) | where `value(n/n)` is editable.