← Back to team overview

openerp-community team mailing list archive

lp:~openerp-community/openerp-mgmtsystem/7.0-fix-remaining-group-id into lp:openerp-mgmtsystem

 

Maxime Chambreuil (http://www.savoirfairelinux.com) has proposed merging lp:~openerp-community/openerp-mgmtsystem/7.0-fix-remaining-group-id into lp:openerp-mgmtsystem.

Requested reviews:
  OpenERP Management System Core Editors (openerp-mgmtsystem-core-editors)

For more details, see:
https://code.launchpad.net/~openerp-community/openerp-mgmtsystem/7.0-fix-remaining-group-id/+merge/173191
-- 
https://code.launchpad.net/~openerp-community/openerp-mgmtsystem/7.0-fix-remaining-group-id/+merge/173191
Your team OpenERP Community is subscribed to branch lp:~openerp-community/openerp-mgmtsystem/7.0-fix-remaining-group-id.
=== modified file 'mgmtsystem_nonconformity/__openerp__.py'
--- mgmtsystem_nonconformity/__openerp__.py	2013-01-31 14:21:30 +0000
+++ mgmtsystem_nonconformity/__openerp__.py	2013-07-05 12:01:24 +0000
@@ -20,7 +20,7 @@
 ##############################################################################
 {
     "name" : "Management System - Nonconformity",
-    "version" : "1.0",
+    "version" : "1.1",
     "author" : "Savoir-faire Linux",
     "website" : "http://www.savoirfairelinux.com";,
     "license" : "AGPL-3",

=== modified file 'mgmtsystem_nonconformity/mgmtsystem_nonconformity.xml'
--- mgmtsystem_nonconformity/mgmtsystem_nonconformity.xml	2013-04-18 17:12:09 +0000
+++ mgmtsystem_nonconformity/mgmtsystem_nonconformity.xml	2013-07-05 12:01:24 +0000
@@ -102,7 +102,7 @@
                         </page>
                         
                         <page string="Procedures">
-                            <field name="procedure_ids" attrs="{'readonly':[('state','not in',['draft','analysis'])]}" domain="[('group_id','in',('Procedure','Environmental Aspect','Quality Manual','Environment Manual'))]"/>
+                            <field name="procedure_ids" attrs="{'readonly':[('state','not in',['draft','analysis'])]}" domain="[('parent_id','in',('Procedure','Environmental Aspect','Quality Manual','Environment Manual'))]"/>
                         </page>
 
                         <page string="Causes and Analysis" attrs="{'invisible':[('state','in',['draft','cancel'])]}">


Follow ups