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

MgmtSystem Quality migration to Odoo 9.0 #150

Merged
merged 3 commits into from
Aug 3, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion mgmtsystem_quality/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ Credits
Contributors
------------

* Luk Vermeylen <luk@allmas-it.be>
Copy link
Member

Choose a reason for hiding this comment

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

@naousse Please keep this one.

* Daniel Reis <dgreis@sapo.pt>
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
* Gervais Naoussi <gervaisnaoussi@gmail.com>
Copy link
Member

Choose a reason for hiding this comment

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

@naousse Please add:

* Luk Vermeylen <luk@allmas-it.be>
* Daniel Reis <dgreis@sapo.pt>
* Maxime Chambreuil <mchambreuil@ursainfosystems.com>


Maintainer
----------
Expand All @@ -89,4 +92,3 @@ mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.

4 changes: 2 additions & 2 deletions mgmtsystem_quality/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
##############################################################################
{
"name": "Quality Management System",
"version": "8.0.1.0.0",
"version": "9.0.1.0.0",
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
"website": "http://www.savoirfairelinux.com",
"license": "AGPL-3",
Expand All @@ -33,6 +33,6 @@
"data": [
'data/mgmtsystem_system.xml',
],
'installable': False,
'installable': True,
"application": True,
}
6 changes: 3 additions & 3 deletions mgmtsystem_quality/data/mgmtsystem_system.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<odoo>
<data>

<record id="system_quality" model="mgmtsystem.system">
<field name="name">Quality</field>
<field name="manual" ref="document_page_quality_manual.document_page_quality_manual"/>
</record>

</data>
</openerp>
</odoo>