Browse Source

[FIX] pass flake8

pull/5/head
Holger Brunn 10 years ago
parent
commit
989ca9dbfe
  1. 5
      hide_duplicate_button/__openerp__.py
  2. 1
      web_ckeditor4/__init__.py
  3. 18
      web_export_view/__openerp__.py
  4. 1
      web_import_models_with_inherits/model/basemodel.py
  5. 1
      web_print_from_browser/__init__.py

5
hide_duplicate_button/__openerp__.py

@ -23,7 +23,9 @@
'name': 'Hide duplicate button',
'version': '0.1',
'category': 'Web',
'description': """As 'duplicate' button often produce inconveniences when modules don't correctly handle the 'copy' methods, this module allow to hide 'duplicate' button for every form view""",
'description': """As 'duplicate' button often produce inconveniences when
modules don't correctly handle the 'copy' methods, this module allow to hide
'duplicate' button for every form view""",
'author': 'Agile Business Group',
'website': 'http://www.agilebg.com',
'license': 'AGPL-3',
@ -39,4 +41,3 @@
"static/css/duplicate_button.css",
],
}

1
web_ckeditor4/__init__.py

@ -19,4 +19,3 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################

18
web_export_view/__openerp__.py

@ -28,13 +28,22 @@
WEB EXPORT VIEW
===============
One of the best OpenERPs features is exporting custom data to CSV/XLS. You can do it by clicking on the export link in the sidebar. The export action allows use to configure what to be exported by selecting fields, etc, and allows you to save your export as a template so that you can export it once again without having to configure it again.
One of the best OpenERPs features is exporting custom data to CSV/XLS. You can
do it by clicking on the export link in the sidebar. The export action allows
use to configure what to be exported by selecting fields, etc, and allows you
to save your export as a template so that you can export it once again without
having to configure it again.
That feature is as great and advanced as limited for an everyday-customer-experience. A lot of customers want simply to export the tree view they are looking to.
That feature is as great and advanced as limited for an
everyday-customer-experience. A lot of customers want simply to export the tree
view they are looking to.
If you miss this feature as us, probably youll find an answer into our web_export_view module.
If you miss this feature as us, probably youll find an answer into our
web_export_view module.
After you installed it, youll find an additional link Export current view right below the Export one. By clicking on it youll get a XLS file contains the same data of the tree view you are looking at, headers included.
After you installed it, youll find an additional link Export current view
right below the Export one. By clicking on it youll get a XLS file contains
the same data of the tree view you are looking at, headers included.
""",
'author': 'Agile Business Group',
'website': 'http://www.agilebg.com',
@ -50,4 +59,3 @@ After you installed it, you’ll find an additional link ‘Export current view
'static/js/web_advanced_export.js',
],
}

1
web_import_models_with_inherits/model/basemodel.py

@ -20,6 +20,7 @@
##############################################################################
from openerp.osv.orm import BaseModel
def get_fields_inherits(self, cr, uid, context=None):
"""
Pass the values of the _inherits dictionary

1
web_print_from_browser/__init__.py

@ -19,4 +19,3 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
Loading…
Cancel
Save