forked from OCA/server-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REF] flake8 for 'mass_editing', 'auth_admin_passkey', 'disable_opene…
…rp_online' modules;
- Loading branch information
Showing
5 changed files
with
237 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ | |
############################################################################## | ||
# | ||
# This module uses OpenERP, Open Source Management Solution Framework. | ||
# Copyright (C) 2012-Today Serpent Consulting Services (<http://www.serpentcs.com>) | ||
# Copyright (C): | ||
# 2012-Today Serpent Consulting Services (<http://www.serpentcs.com>) | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -19,16 +20,21 @@ | |
# | ||
############################################################################## | ||
{ | ||
"name" : "Mass Editing", | ||
"version" : "1.3", | ||
"author" : "Serpent Consulting Services", | ||
"category" : "Tools", | ||
"website" : "http://www.serpentcs.com", | ||
"description": """This module provides the functionality to add, update or remove the values of more than one records on the fly at the same time. | ||
You can configure mass editing for any OpenERP model. | ||
The video explaining the features and how-to for OpenERP Version 6 is here http://t.co/wukYMx1A | ||
The video explaining the features and how-to for OpenERP Version 7 is here : http://www.youtube.com/watch?v=9BH0o74A748&feature=youtu.be | ||
For more details/customization/feedback contact us on [email protected]. | ||
"name": "Mass Editing", | ||
"version": "1.3", | ||
"author": "Serpent Consulting Services", | ||
"category": "Tools", | ||
"website": "http://www.serpentcs.com", | ||
"description": """ | ||
This module provides the functionality to add, update or remove the values""" | ||
"""of more than one records on the fly at the same time. | ||
You can configure mass editing for any OpenERP model. | ||
The video explaining the features and how-to for OpenERP Version 6""" | ||
""" is here http://t.co/wukYMx1A | ||
The video explaining the features and how-to for OpenERP Version 7 is""" | ||
""" here : http://www.youtube.com/watch?v=9BH0o74A748&feature=youtu.be | ||
For more details/customization/feedback contact us on""" | ||
""" [email protected]. | ||
""", | ||
'depends': ['base'], | ||
'data': [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.