Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9.0 mgmtsystem severity #157

Merged
merged 4 commits into from
Apr 25, 2017
Merged

9.0 mgmtsystem severity #157

merged 4 commits into from
Apr 25, 2017

Conversation

naousse
Copy link
Contributor

@naousse naousse commented Sep 23, 2016

No description provided.


* Clone the project from github on your instance
* git clone https://github.com/OCA/management-system.git
* Start odoo with the project in the addons path
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@naousse

  • No need for installation instructions.

To use this module, you need to:

* go to Management System > Configuration > Severity

Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Please add the Try me on Runbot link

Contributors
------------

* Loïc Faure-Lacroix <loic.lacroix@savoirfairelinux.com>
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Add yourself and me.

@max3903 max3903 added this to the 9.0 milestone Sep 26, 2016
@pedrobaeza pedrobaeza mentioned this pull request Sep 26, 2016
30 tasks
"website": "http://www.savoirfairelinux.com",
"license": "AGPL-3",
"category": "Management System",
"complexity": "normal",
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deprecated - remove

@@ -0,0 +1,27 @@
# -*- coding: utf-8 -*-
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing copyright notice (please use short headers)



class MgmtSystemSeverity(models.Model):

Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove empty line


value = fields.Integer("Value", required=True)

category = fields.Selection((
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Selection values usually is a List of tuples, rather than a Tuple of tuples.


checks = [
test_create_severity
]
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK the checksvariable is not needed (?)

"website": "http://www.savoirfairelinux.com",
"license": "AGPL-3",
"category": "Management System",
"complexity": "normal",
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@naousse Keep the website, license and category.

@max3903 max3903 merged commit 474d42d into OCA:9.0 Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants