[Openerp-community-reviewer] [Merge] lp:~echeverrifm/oemedical/oemedical_lab into lp:oemedical

2014-02-09 Thread Federico Manuel Echeverri Choux
Federico Manuel Echeverri Choux has proposed merging 
lp:~echeverrifm/oemedical/oemedical_lab into lp:oemedical.

Requested reviews:
  OEmedical Commiter (oemedical-commiter)

For more details, see:
https://code.launchpad.net/~echeverrifm/oemedical/oemedical_lab/+merge/205519

[IMP] Improve oemedical laboratory module (Fix some problems to install, modify 
menu sequence and remove comments of this module )
-- 
https://code.launchpad.net/~echeverrifm/oemedical/oemedical_lab/+merge/205519
Your team OEmedical Commiter is requested to review the proposed merge of 
lp:~echeverrifm/oemedical/oemedical_lab into lp:oemedical.
=== modified file 'oemedical_lab/__openerp__.py'
--- oemedical_lab/__openerp__.py	2014-01-15 10:20:02 +
+++ oemedical_lab/__openerp__.py	2014-02-10 03:59:44 +
@@ -34,78 +34,33 @@
 ##
 {
 
-'name': 'OeMedical : Free Health and Hospital Information System',
+'name': 'OeMedical : Laboratory Module',
 'version': '1.0',
 'author': "OeMEdical Team",
 'category': 'Generic Modules/Others',
-'depends': ['oemedical_emr'],
+'depends': ['oemedical'],
 'application': True,
 'description': """
 
-About OeMedical

-
-OeMedical is a multi-user, highly scalable, centralized Electronic
-Medical Record (EMR) and Hospital Information System for openERP.
-
-OeMedical provides a free universal Health and Hospital Information System,
-so doctors and institutions all over the world,
-specially in developing countries will benefit from a centralized,
-high quality, secure and scalable system.
-
-OeMedical at a glance:
-
-* Strong focus in family medicine and Primary Health Care
-
-* Major interest in Socio-economics (housing conditions, substance abuse,
-education...)
-
-* Diseases and Medical procedures standards (like ICD-10 / ICD-10-PCS ...)
-
-* Patient Genetic and Hereditary risks : Over 4200 genes related to
-diseases (NCBI / Genecards)
-
-* Epidemiological and other statistical reports
-
-* 100% paperless patient examination and history taking
-
-* Patient Administration 
-(creation, evaluations / consultations, history ... )
-
-* Doctor Administration
-
-* Lab Administration
-
-* Medicine / Drugs information (vademécum)
-
-* Medical stock and supply chain management
-
-* Hospital Financial Administration
-
-* Designed with industry standards in mind
-
-* Open Source : Licensed under AGPL
+About OeMedical for laboratory
+--
+
 
 """,
 "website": "http://launchpad.net/oemedical";,
 "licence": "AGPL v3",
 "data": [
-#'views/oemedical_lab_view.xml',  # view has errors, please correct before enabling
+'views/oemedical_menu.xml',
+'views/oemedical_lab_view.xml',  # view has errors, please correct before enabling
 #'views/oemedical_lab_report.xml',  # not checked yet
 'security/oemedical_security.xml',
 'security/ir.model.access.csv',
-'oemedical_menu.xml',
 ],
 "demo": [
 
 ],
 'test':[
-'test/physician.yml',
-'test/patient.yml',
-'test/partners.yml',
-'test/insurance_plan.yml',
-'test/insurance.yml',
-'test/physician_speciality.yml'
+
 ],
 'css': [
 
@@ -117,6 +72,6 @@
 
 ],
 "active": False,
-"installable": False,
+"installable": True,
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== modified file 'oemedical_lab/security/ir.model.access.csv'
--- oemedical_lab/security/ir.model.access.csv	2014-01-15 10:20:02 +
+++ oemedical_lab/security/ir.model.access.csv	2014-02-10 03:59:44 +
@@ -1,2 +1,2 @@
 id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
-access_oemedical_lab_group,model,model_oemedical_lab_group,group_oemedical_lab_user,1,1,1,0
+access_oemedical_lab,model,model_oemedical_lab,group_oemedical_lab_user,1,1,1,0

=== modified file 'oemedical_lab/views/oemedical_menu.xml'
--- oemedical_lab/views/oemedical_menu.xml	2014-01-15 10:20:02 +
+++ oemedical_lab/views/oemedical_menu.xml	2014-02-10 03:59:44 +
@@ -1,211 +1,16 @@
 
 
 	
-		
-
-
-
-
-		
-		
-
-		
-
-		
-
-
-
-
-		
-
-		
-
-
-
-		
-
-		
 
 
 		
-
-
-
-
-		
-
-
+parent="oemedical.oemedical_root" sequence="90"/>
+
+
+
+
 		
-
-
-
-
-		
-
-
-
-		
-
-		
-
-		
-
-		
-
-		
-
-
-
-		
-
- 
-
-		
-
- 
-
-		
-
- 
-
-		
-
-
-
-
-
-
-
-
-		
-
-
-		
-
-		
-
-		
-
-		
-
-		
-
-
-		
-
-
-
-		
-
-		
-
-		
-
-		
-
-		
-		
-		
-
-		
-
-		
-
-
-
-
-
-
-		
-
-
-
-
-
-
-		
-
-		
-
-
-
-
-		
-		
-
-		
-
+parent="oemedical.oemedical_root_sub" sequence="150"/>
 
 	
 

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe

Re: [Openerp-community-reviewer] [Merge] lp:~echeverrifm/oemedical/oemedical_lab into lp:oemedical

2014-04-29 Thread Federico Manuel Echeverri Choux
> Please set a description in __openerp__.py
> 
> l.71 does it still has errors ?

Hello, Sorry for the delay

I did this corrections

Regards
-- 
https://code.launchpad.net/~echeverrifm/oemedical/oemedical_lab/+merge/205519
Your team OEmedical Commiter is subscribed to branch lp:oemedical.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~echeverrifm/oemedical/oemedical_lab into lp:oemedical

2014-04-30 Thread Yannick Vaucher @ Camptocamp
Review: Needs Fixing english


This sentence seams wrong.
l.64 Manager the request, creation and evaluation of laboratory analyses.

Wouldn't this be better? :

Manage request, creation and evaluation of laboratory analysis.


-- 
https://code.launchpad.net/~echeverrifm/oemedical/oemedical_lab/+merge/205519
Your team OEmedical Commiter is subscribed to branch lp:oemedical.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~echeverrifm/oemedical/oemedical_lab into lp:oemedical

2014-05-21 Thread Federico Manuel Echeverri Choux
> 
> This sentence seams wrong.
> l.64 Manager the request, creation and evaluation of laboratory analyses.
> 
> Wouldn't this be better? :
> 
> Manage request, creation and evaluation of laboratory analysis.

Hello, Yannick

It's better and done

Regards
-- 
https://code.launchpad.net/~echeverrifm/oemedical/oemedical_lab/+merge/205519
Your team OEmedical Commiter is subscribed to branch lp:oemedical.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~echeverrifm/oemedical/oemedical_lab into lp:oemedical

2014-05-21 Thread Pedro Manuel Baeza
Review: Approve code review

LGTM.

Regards.
-- 
https://code.launchpad.net/~echeverrifm/oemedical/oemedical_lab/+merge/205519
Your team OEmedical Commiter is subscribed to branch lp:oemedical.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~echeverrifm/oemedical/oemedical_lab into lp:oemedical

2014-08-21 Thread Alexandre Fayolle - camptocamp
Review: Resubmit

Hello,

The management of the project has moved to Github: 
https://github.com/OCA/vertical-medical

Please migrate your merge proposal to Github. You may want to check 
https://github.com/OCA/maintainers-tools/wiki/How-to-move-a-Merge-Proposal-to-GitHub
 for an explanation on how to proceed. 

Thanks for contributing to the project


-- 
https://code.launchpad.net/~echeverrifm/oemedical/oemedical_lab/+merge/205519
Your team OEmedical Commiter is subscribed to branch lp:oemedical.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community-reviewer] [Merge] lp:~echeverrifm/oemedical/oemedical_lab into lp:oemedical

2014-03-17 Thread Yannick Vaucher @ Camptocamp
Review: Needs Fixing code review

Please set a description in __openerp__.py

l.71 does it still has errors ?
-- 
https://code.launchpad.net/~echeverrifm/oemedical/oemedical_lab/+merge/205519
Your team OEmedical Commiter is subscribed to branch lp:oemedical.

-- 
Mailing list: https://launchpad.net/~openerp-community-reviewer
Post to : openerp-community-reviewer@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community-reviewer
More help   : https://help.launchpad.net/ListHelp