← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~the-clone-master/oemedical/oemedical_module_split_step_two into lp:oemedical

 

Mario Arias has proposed merging lp:~the-clone-master/oemedical/oemedical_module_split_step_two into lp:oemedical.

Requested reviews:
  OEmedical Commiter (oemedical-commiter)

For more details, see:
https://code.launchpad.net/~the-clone-master/oemedical/oemedical_module_split_step_two/+merge/200239

Step II on module split:

Created all new module structure.
Moved all *.py and *.xml files to new locations
Removed init files and now empty folders from previous monolithic structure

!!! This is intermediate step.  OeMedical will NOT be installable at this stage !!!

Right after approval, third step will be uploaded, with new init and __openerp__.py files, as well as many changes and fixes.  These are not done in this MP to better preserve history of changes

Regards and HAPPY NEW YEAR !!!
-- 
https://code.launchpad.net/~the-clone-master/oemedical/oemedical_module_split_step_two/+merge/200239
Your team OEmedical Commiter is requested to review the proposed merge of lp:~the-clone-master/oemedical/oemedical_module_split_step_two into lp:oemedical.
=== added directory 'oemedical/controllers'
=== added directory 'oemedical/data'
=== added directory 'oemedical/doc'
=== added directory 'oemedical/models'
=== renamed file 'oemedical/oemedical_appointment/oemedical_appointment.py' => 'oemedical/models/oemedical_appointment.py'
=== renamed file 'oemedical/oemedical_patient/oemedical_patient.py' => 'oemedical/models/oemedical_patient.py'
=== renamed file 'oemedical/oemedical_physician/oemedical_physician.py' => 'oemedical/models/oemedical_physician.py'
=== renamed file 'oemedical/oemedical_specialty/oemedical_specialty.py' => 'oemedical/models/oemedical_specialty.py'
=== renamed file 'oemedical/product_product/product_product.py' => 'oemedical/models/product_product.py'
=== renamed file 'oemedical/res_partner/res_partner.py' => 'oemedical/models/res_partner.py'
=== removed directory 'oemedical/oemedical_appointment'
=== removed file 'oemedical/oemedical_appointment/__init__.py'
--- oemedical/oemedical_appointment/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_appointment/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_appointment
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_diagnostic_hypothesis'
=== removed file 'oemedical/oemedical_diagnostic_hypothesis/__init__.py'
--- oemedical/oemedical_diagnostic_hypothesis/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_diagnostic_hypothesis/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_diagnostic_hypothesis
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_directions'
=== removed file 'oemedical/oemedical_directions/__init__.py'
--- oemedical/oemedical_directions/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_directions/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_directions
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_disease_group_members'
=== removed file 'oemedical/oemedical_disease_group_members/__init__.py'
--- oemedical/oemedical_disease_group_members/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_disease_group_members/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_disease_group_members
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_drug_form'
=== removed file 'oemedical/oemedical_drug_form/__init__.py'
--- oemedical/oemedical_drug_form/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_drug_form/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_drug_form
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_drug_route'
=== removed file 'oemedical/oemedical_drug_route/__init__.py'
--- oemedical/oemedical_drug_route/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_drug_route/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_drug_route
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_ethnicity'
=== removed file 'oemedical/oemedical_ethnicity/__init__.py'
--- oemedical/oemedical_ethnicity/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_ethnicity/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_ethnicity
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_family'
=== removed file 'oemedical/oemedical_family/__init__.py'
--- oemedical/oemedical_family/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_family/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_family
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_family_member'
=== removed file 'oemedical/oemedical_family_member/__init__.py'
--- oemedical/oemedical_family_member/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_family_member/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_family_member
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_genetics'
=== removed file 'oemedical/oemedical_genetics/__init__.py'
--- oemedical/oemedical_genetics/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_genetics/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_disease_gene
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_genetics/data'
=== removed directory 'oemedical/oemedical_gynecology_and_obstetrics'
=== removed file 'oemedical/oemedical_gynecology_and_obstetrics/__init__.py'
--- oemedical/oemedical_gynecology_and_obstetrics/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_gynecology_and_obstetrics/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_gynecology_and_obstetrics
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_hospital_bed'
=== removed file 'oemedical/oemedical_hospital_bed/__init__.py'
--- oemedical/oemedical_hospital_bed/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_hospital_bed/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_hospital_bed
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_hospital_building'
=== removed file 'oemedical/oemedical_hospital_building/__init__.py'
--- oemedical/oemedical_hospital_building/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_hospital_building/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_hospital_building
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_hospital_or'
=== removed file 'oemedical/oemedical_hospital_or/__init__.py'
--- oemedical/oemedical_hospital_or/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_hospital_or/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_hospital_or
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_hospital_unit'
=== removed file 'oemedical/oemedical_hospital_unit/__init__.py'
--- oemedical/oemedical_hospital_unit/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_hospital_unit/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_hospital_unit
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_hospital_ward'
=== removed file 'oemedical/oemedical_hospital_ward/__init__.py'
--- oemedical/oemedical_hospital_ward/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_hospital_ward/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_hospital_ward
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_icu'
=== removed file 'oemedical/oemedical_icu/__init__.py'
=== removed file 'oemedical/oemedical_icu/__openerp__.py'
=== removed directory 'oemedical/oemedical_insurance'
=== removed file 'oemedical/oemedical_insurance/__init__.py'
--- oemedical/oemedical_insurance/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_insurance/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_insurance
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_insurance_plan'
=== removed file 'oemedical/oemedical_insurance_plan/__init__.py'
--- oemedical/oemedical_insurance_plan/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_insurance_plan/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_insurance_plan
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_invoice'
=== removed file 'oemedical/oemedical_invoice/__init__.py'
--- oemedical/oemedical_invoice/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_invoice/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,26 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2010  Adrián Bernardi, Mario Puntin
-#    $Id$
-#
-#    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
-#    the Free Software Foundation, either version 3 of the License, or
-#    (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU General Public License for more details.
-#
-#    You should have received a copy of the GNU General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-##############################################################################
-
-import medical_invoice
-import wizard
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-

=== removed file 'oemedical/oemedical_invoice/__openerp__.py'
--- oemedical/oemedical_invoice/__openerp__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_invoice/__openerp__.py	1970-01-01 00:00:00 +0000
@@ -1,44 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2010  Adrián Bernardi, Mario Puntin
-#    $Id$
-#
-#    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
-#    the Free Software Foundation, either version 3 of the License, or
-#    (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU General Public License for more details.
-#
-#    You should have received a copy of the GNU General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-##############################################################################
-
-{
-    "name" : "Medical Invoice",
-    "version" : "0.1",
-    "author" : "Silix",
-    "description" : """ 
-        This module add functionality to create invoices for doctor's consulting charge.
-
-        Features:
-        -Invoice of multiple appointments at a time.
-        """,
-    "website" : "http://www.silix.com.ar";,
-    "depends" : ["medical","medical_lab"],
-    "category" : "Generic Modules/Others",
-    "init_xml" : [],
-    "demo_xml" : [],
-    "update_xml" : [
-        "medical_invoice_view.xml","wizard/appointment_invoice.xml","wizard/prescription_invoice.xml","wizard/create_lab_invoice.xml"           
-    ],
-    'installable': True,
-    'active': False,
-}
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_invoice/i18n'
=== removed directory 'oemedical/oemedical_invoice/wizard'
=== removed file 'oemedical/oemedical_invoice/wizard/__init__.py'
--- oemedical/oemedical_invoice/wizard/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_invoice/wizard/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,26 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2010  Adrián Bernardi, Mario Puntin
-#    $Id$
-#
-#    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
-#    the Free Software Foundation, either version 3 of the License, or
-#    (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU General Public License for more details.
-#
-#    You should have received a copy of the GNU General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-##############################################################################
-
-import wizard_appointment_invoice
-import wizard_prescription_invoice
-import wizard_create_lab_invoice
-

=== removed directory 'oemedical/oemedical_lab'
=== removed file 'oemedical/oemedical_lab/__init__.py'
--- oemedical/oemedical_lab/__init__.py	2013-09-23 18:55:14 +0000
+++ oemedical/oemedical_lab/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-import oemedical_lab

=== removed file 'oemedical/oemedical_lab/__openerp__.py'
=== removed directory 'oemedical/oemedical_lab/data'
=== removed directory 'oemedical/oemedical_lab/doc'
=== removed directory 'oemedical/oemedical_lab/i18n'
=== removed directory 'oemedical/oemedical_lab/model'
=== removed directory 'oemedical/oemedical_lab/report'
=== removed directory 'oemedical/oemedical_lab/security'
=== removed directory 'oemedical/oemedical_lab/static'
=== removed directory 'oemedical/oemedical_lab/static/description'
=== removed directory 'oemedical/oemedical_lab/static/src'
=== removed directory 'oemedical/oemedical_lab/static/src/css'
=== removed directory 'oemedical/oemedical_lab/static/src/img'
=== removed directory 'oemedical/oemedical_lab/static/src/js'
=== removed directory 'oemedical/oemedical_lab/static/src/xml'
=== removed directory 'oemedical/oemedical_lab/test'
=== removed directory 'oemedical/oemedical_lab/tests'
=== removed directory 'oemedical/oemedical_lab/view'
=== removed directory 'oemedical/oemedical_lab/wizard'
=== removed directory 'oemedical/oemedical_lifestyle'
=== removed file 'oemedical/oemedical_lifestyle/__init__.py'
--- oemedical/oemedical_lifestyle/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_lifestyle/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_lifestyle
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_lifestyle/data'
=== removed directory 'oemedical/oemedical_medicament'
=== removed file 'oemedical/oemedical_medicament/__init__.py'
--- oemedical/oemedical_medicament/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_medicament/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_medicament
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_medicament_category'
=== removed file 'oemedical/oemedical_medicament_category/__init__.py'
--- oemedical/oemedical_medicament_category/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_medicament_category/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_medicament_category
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_medication_dosage'
=== removed file 'oemedical/oemedical_medication_dosage/__init__.py'
--- oemedical/oemedical_medication_dosage/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_medication_dosage/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_medication_dosage
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_medication_template'
=== removed file 'oemedical/oemedical_medication_template/__init__.py'
--- oemedical/oemedical_medication_template/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_medication_template/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_medication_template
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_occupation'
=== removed file 'oemedical/oemedical_occupation/__init__.py'
--- oemedical/oemedical_occupation/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_occupation/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_occupation
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_operational_area'
=== removed file 'oemedical/oemedical_operational_area/__init__.py'
--- oemedical/oemedical_operational_area/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_operational_area/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_operational_area
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_operational_sector'
=== removed file 'oemedical/oemedical_operational_sector/__init__.py'
--- oemedical/oemedical_operational_sector/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_operational_sector/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_operational_sector
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_pathology'
=== removed file 'oemedical/oemedical_pathology/__init__.py'
--- oemedical/oemedical_pathology/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_pathology/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_pathology
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_pathology_category'
=== removed file 'oemedical/oemedical_pathology_category/__init__.py'
--- oemedical/oemedical_pathology_category/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_pathology_category/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_pathology_category
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_pathology_group'
=== removed file 'oemedical/oemedical_pathology_group/__init__.py'
--- oemedical/oemedical_pathology_group/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_pathology_group/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_pathology_group
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_patient'
=== removed file 'oemedical/oemedical_patient/__init__.py'
--- oemedical/oemedical_patient/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_patient/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_patient
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_patient_disease'
=== removed file 'oemedical/oemedical_patient_disease/__init__.py'
--- oemedical/oemedical_patient_disease/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_patient_disease/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_patient_disease
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_patient_evaluation'
=== removed file 'oemedical/oemedical_patient_evaluation/__init__.py'
--- oemedical/oemedical_patient_evaluation/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_patient_evaluation/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_patient_evaluation
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_patient_medication'
=== removed file 'oemedical/oemedical_patient_medication/__init__.py'
--- oemedical/oemedical_patient_medication/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_patient_medication/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_patient_medication
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_physician'
=== removed file 'oemedical/oemedical_physician/__init__.py'
--- oemedical/oemedical_physician/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_physician/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_physician
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_prescription_line'
=== removed file 'oemedical/oemedical_prescription_line/__init__.py'
--- oemedical/oemedical_prescription_line/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_prescription_line/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_prescription_line
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_procedure'
=== removed file 'oemedical/oemedical_procedure/__init__.py'
--- oemedical/oemedical_procedure/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_procedure/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_procedure
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_secondary_condition'
=== removed file 'oemedical/oemedical_secondary_condition/__init__.py'
--- oemedical/oemedical_secondary_condition/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_secondary_condition/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_secondary_condition
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_signs_and_symptoms'
=== removed file 'oemedical/oemedical_signs_and_symptoms/__init__.py'
--- oemedical/oemedical_signs_and_symptoms/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_signs_and_symptoms/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_signs_and_symptoms
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_socioeconomics'
=== removed file 'oemedical/oemedical_socioeconomics/__init__.py'
--- oemedical/oemedical_socioeconomics/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_socioeconomics/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,24 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-##############################################################################
-
-
-import oemedical_socioeconomics

=== removed directory 'oemedical/oemedical_specialty'
=== removed file 'oemedical/oemedical_specialty/__init__.py'
--- oemedical/oemedical_specialty/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_specialty/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_specialty
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/oemedical_surgery'
=== removed file 'oemedical/oemedical_surgery/__init__.py'
--- oemedical/oemedical_surgery/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_surgery/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-import medical_surgery 

=== removed file 'oemedical/oemedical_surgery/__openerp__.py'
--- oemedical/oemedical_surgery/__openerp__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_surgery/__openerp__.py	1970-01-01 00:00:00 +0000
@@ -1,19 +0,0 @@
-# -*- encoding: utf-8 -*-
-{
-
-	'name' : 'Medical : Surgery module',  
-	'version' : '1.0',
-	'author' : 'Thymbra',
-	'category' : 'Generic Modules/Others',
-	'depends' : ['medical'],
-	'description' : """
-
-Surgery Module for Medical.
-
-If you want to include standard procedures, please install the correspondant procedure module (such as medical_icd10)
-""",
-	"website" : "http://medical.sourceforge.net";,
-	"init_xml" : [],
-	"update_xml" : ["medical_surgery_view.xml","security/ir.model.access.csv"],
-	"active": False 
-}

=== removed directory 'oemedical/oemedical_surgery/data'
=== removed directory 'oemedical/oemedical_surgery/i18n'
=== removed directory 'oemedical/oemedical_surgery/security'
=== removed file 'oemedical/oemedical_surgery/security/ir.model.access.csv'
--- oemedical/oemedical_surgery/security/ir.model.access.csv	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_surgery/security/ir.model.access.csv	1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
-"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
-"access_medical_surgery","medical.surgery","model_medical_surgery","medical.group_medical_user",1,1,1,1

=== removed directory 'oemedical/oemedical_vaccination'
=== removed file 'oemedical/oemedical_vaccination/__init__.py'
--- oemedical/oemedical_vaccination/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/oemedical_vaccination/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import oemedical_vaccination
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/product_product'
=== removed file 'oemedical/product_product/__init__.py'
--- oemedical/product_product/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/product_product/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import product_product
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical/res_partner'
=== removed file 'oemedical/res_partner/__init__.py'
--- oemedical/res_partner/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical/res_partner/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-#/#############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#/#############################################################################
-import res_partner
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== added directory 'oemedical/static/description'
=== added directory 'oemedical/static/src/js'
=== added directory 'oemedical/static/src/xml'
=== removed directory 'oemedical/test'
=== added directory 'oemedical/tests'
=== renamed file 'oemedical/test/partners.yml' => 'oemedical/tests/partners.yml'
=== renamed file 'oemedical/test/patient.yml' => 'oemedical/tests/patient.yml'
=== renamed file 'oemedical/test/physician.yml' => 'oemedical/tests/physician.yml'
=== renamed file 'oemedical/test/physician_speciality.yml' => 'oemedical/tests/physician_speciality.yml'
=== added directory 'oemedical/views'
=== renamed file 'oemedical/oemedical_appointment/oemedical_appointment_view.xml' => 'oemedical/views/oemedical_appointment_view.xml'
=== renamed file 'oemedical/oemedical_patient/oemedical_patient_view.xml' => 'oemedical/views/oemedical_patient_view.xml'
=== renamed file 'oemedical/oemedical_physician/oemedical_physician_view.xml' => 'oemedical/views/oemedical_physician_view.xml'
=== renamed file 'oemedical/oemedical_specialty/oemedical_specialty_view.xml' => 'oemedical/views/oemedical_specialty_view.xml'
=== renamed file 'oemedical/product_product/product_product_view.xml' => 'oemedical/views/product_product_view.xml'
=== renamed file 'oemedical/res_partner/res_partner_view.xml' => 'oemedical/views/res_partner_view.xml'
=== removed directory 'oemedical_data'
=== removed file 'oemedical_data/__init__.py'
--- oemedical_data/__init__.py	2013-09-09 22:50:51 +0000
+++ oemedical_data/__init__.py	1970-01-01 00:00:00 +0000
@@ -1,23 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#
-#    Tech-Receptives Solutions Pvt. Ltd.
-#    Copyright (C) 2004-TODAY Tech-Receptives(<http://www.techreceptives.com>)
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-##############################################################################
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed file 'oemedical_data/__openerp__.py'
--- oemedical_data/__openerp__.py	2013-05-09 04:36:27 +0000
+++ oemedical_data/__openerp__.py	1970-01-01 00:00:00 +0000
@@ -1,86 +0,0 @@
-##############################################################################
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
-#    OeMedical, HMS Opensource Solution
-##############################################################################
-#    Collaborators of this module:
-#    Special Credit and Thanks to Thymbra Latinoamericana S.A.
-#    Coded by: Parthiv Patel <parthiv@xxxxxxxxxxxxxxxxxx>
-#    Coded by: Ruchir Shukla <ruchir@xxxxxxxxxxxxxxxxxx>
-#    Planifyied by: Parthiv Patel <parthiv@xxxxxxxxxxxxxxxxxx>
-#    Planifyied by: Nhomar Hernandéz <nhomar@xxxxxxxxxx>
-#
-##############################################################################
-#    This project is mantained by OeMEdical Team:
-#    https://launchpad.net/oemedical
-#
-##############################################################################
-#    It is a collaborative effort between several companies that want to join
-#    efforts in have a proposal solid and strong in the Health Care environment
-#
-#    This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-##############################################################################
-{
-
-    'name': 'OeMedical : Module Data',
-    'version': '1.0',
-    'author': "OeMEdical Team",
-    'category': 'Generic Modules/Others',
-    'depends': ['oemedical'],
-    'application': True,
-    'description': """
-
-About OeMedical Data
----------------------
-
-Core Data for oemedical, is kept as a separate module to overcome need of
-localizing core data.
-
-    
-""",
-    "website": "http://launchpad.net/oemedical";,
-    "licence": "AGPL v3",
-    "data": [
-        'data/medicament_categories.xml',
-        'data/WHO_products.xml',
-        'data/WHO_list_of_essential_medicines.xml',
-        'data/health_specialties.xml',
-        'data/ethnic_groups.xml',
-        'data/occupations.xml',
-        'data/dose_units.xml',
-        'data/drug_routes.xml',
-        'data/medicament_form.xml',
-        'data/medication_frequencies.xml',
-        'data/disease_categories.xml',
-        'data/diseases.xml',
-    ],
-    "demo": [
-
-    ],
-    'test':[
-            
-    ],
-    'css': [
-
-    ],
-    'js': [
-
-    ],
-    'qweb': [
-
-    ], 
-    "active": False
-}
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== removed directory 'oemedical_data/data'
=== removed directory 'oemedical_data/i18n'
=== added directory 'oemedical_emr'
=== added directory 'oemedical_emr/controllers'
=== added directory 'oemedical_emr/data'
=== added directory 'oemedical_emr/doc'
=== added directory 'oemedical_emr/models'
=== renamed file 'oemedical/oemedical_diagnostic_hypothesis/oemedical_diagnostic_hypothesis.py' => 'oemedical_emr/models/oemedical_diagnostic_hypothesis.py'
=== renamed file 'oemedical/oemedical_directions/oemedical_directions.py' => 'oemedical_emr/models/oemedical_directions.py'
=== renamed file 'oemedical/oemedical_disease_group_members/oemedical_disease_group_members.py' => 'oemedical_emr/models/oemedical_disease_group_members.py'
=== renamed file 'oemedical/oemedical_drug_form/oemedical_drug_form.py' => 'oemedical_emr/models/oemedical_drug_form.py'
=== renamed file 'oemedical/oemedical_drug_route/oemedical_drug_route.py' => 'oemedical_emr/models/oemedical_drug_route.py'
=== renamed file 'oemedical/oemedical_ethnicity/oemedical_ethnicity.py' => 'oemedical_emr/models/oemedical_ethnicity.py'
=== renamed file 'oemedical/oemedical_family/oemedical_family.py' => 'oemedical_emr/models/oemedical_family.py'
=== renamed file 'oemedical/oemedical_family_member/oemedical_family_member.py' => 'oemedical_emr/models/oemedical_family_member.py'
=== renamed file 'oemedical/oemedical_medicament/oemedical_medicament.py' => 'oemedical_emr/models/oemedical_medicament.py'
=== renamed file 'oemedical/oemedical_medicament_category/oemedical_medicament_category.py' => 'oemedical_emr/models/oemedical_medicament_category.py'
=== renamed file 'oemedical/oemedical_medication_dosage/oemedical_medication_dosage.py' => 'oemedical_emr/models/oemedical_medication_dosage.py'
=== renamed file 'oemedical/oemedical_medication_template/oemedical_medication_template.py' => 'oemedical_emr/models/oemedical_medication_template.py'
=== renamed file 'oemedical/oemedical_occupation/oemedical_occupation.py' => 'oemedical_emr/models/oemedical_occupation.py'
=== renamed file 'oemedical/oemedical_pathology/oemedical_pathology.py' => 'oemedical_emr/models/oemedical_pathology.py'
=== renamed file 'oemedical/oemedical_pathology_category/oemedical_pathology_category.py' => 'oemedical_emr/models/oemedical_pathology_category.py'
=== renamed file 'oemedical/oemedical_pathology_group/oemedical_pathology_group.py' => 'oemedical_emr/models/oemedical_pathology_group.py'
=== renamed file 'oemedical/oemedical_patient_disease/oemedical_patient_disease.py' => 'oemedical_emr/models/oemedical_patient_disease.py'
=== renamed file 'oemedical/oemedical_patient_evaluation/oemedical_patient_evaluation.py' => 'oemedical_emr/models/oemedical_patient_evaluation.py'
=== renamed file 'oemedical/oemedical_patient_medication/oemedical_patient_medication.py' => 'oemedical_emr/models/oemedical_patient_medication.py'
=== renamed file 'oemedical/oemedical_prescription_line/oemedical_prescription_line.py' => 'oemedical_emr/models/oemedical_prescription_line.py'
=== renamed file 'oemedical/oemedical_prescription_order/oemedical_prescription_order.py' => 'oemedical_emr/models/oemedical_prescription_order.py'
=== renamed file 'oemedical/oemedical_procedure/oemedical_procedure.py' => 'oemedical_emr/models/oemedical_procedure.py'
=== renamed file 'oemedical/oemedical_secondary_condition/oemedical_secondary_condition.py' => 'oemedical_emr/models/oemedical_secondary_condition.py'
=== renamed file 'oemedical/oemedical_signs_and_symptoms/oemedical_signs_and_symptoms.py' => 'oemedical_emr/models/oemedical_signs_and_symptoms.py'
=== added directory 'oemedical_emr/report'
=== renamed file 'oemedical/oemedical_prescription_order/report/__init__.py' => 'oemedical_emr/report/__init__.py'
=== renamed file 'oemedical/oemedical_prescription_order/report/prescription_order.py' => 'oemedical_emr/report/oemedical_prescription_order.py'
=== renamed file 'oemedical/oemedical_prescription_order/report/prescription_order.rml' => 'oemedical_emr/report/prescription_order.rml'
=== added directory 'oemedical_emr/security'
=== added directory 'oemedical_emr/static'
=== added directory 'oemedical_emr/static/description'
=== added directory 'oemedical_emr/static/src'
=== added directory 'oemedical_emr/static/src/img'
=== added directory 'oemedical_emr/static/src/js'
=== added directory 'oemedical_emr/static/src/xml'
=== added directory 'oemedical_emr/tests'
=== added directory 'oemedical_emr/views'
=== renamed file 'oemedical/oemedical_diagnostic_hypothesis/oemedical_diagnostic_hypothesis_view.xml' => 'oemedical_emr/views/oemedical_diagnostic_hypothesis_view.xml'
=== renamed file 'oemedical/oemedical_directions/oemedical_directions_view.xml' => 'oemedical_emr/views/oemedical_directions_view.xml'
=== renamed file 'oemedical/oemedical_disease_group_members/oemedical_disease_group_members_view.xml' => 'oemedical_emr/views/oemedical_disease_group_members_view.xml'
=== renamed file 'oemedical/oemedical_drug_form/oemedical_drug_form_view.xml' => 'oemedical_emr/views/oemedical_drug_form_view.xml'
=== renamed file 'oemedical/oemedical_drug_route/oemedical_drug_route_view.xml' => 'oemedical_emr/views/oemedical_drug_route_view.xml'
=== renamed file 'oemedical/oemedical_ethnicity/oemedical_ethnicity_view.xml' => 'oemedical_emr/views/oemedical_ethnicity_view.xml'
=== renamed file 'oemedical/oemedical_family_member/oemedical_family_member_view.xml' => 'oemedical_emr/views/oemedical_family_member_view.xml'
=== renamed file 'oemedical/oemedical_family/oemedical_family_view.xml' => 'oemedical_emr/views/oemedical_family_view.xml'
=== renamed file 'oemedical/oemedical_medicament_category/oemedical_medicament_category_view.xml' => 'oemedical_emr/views/oemedical_medicament_category_view.xml'
=== renamed file 'oemedical/oemedical_medicament/oemedical_medicament_view.xml' => 'oemedical_emr/views/oemedical_medicament_view.xml'
=== renamed file 'oemedical/oemedical_medication_dosage/oemedical_medication_dosage_view.xml' => 'oemedical_emr/views/oemedical_medication_dosage_view.xml'
=== renamed file 'oemedical/oemedical_medication_template/oemedical_medication_template_view.xml' => 'oemedical_emr/views/oemedical_medication_template_view.xml'
=== renamed file 'oemedical/oemedical_occupation/oemedical_occupation_view.xml' => 'oemedical_emr/views/oemedical_occupation_view.xml'
=== renamed file 'oemedical/oemedical_pathology_category/oemedical_pathology_category_view.xml' => 'oemedical_emr/views/oemedical_pathology_category_view.xml'
=== renamed file 'oemedical/oemedical_pathology_group/oemedical_pathology_group_view.xml' => 'oemedical_emr/views/oemedical_pathology_group_view.xml'
=== renamed file 'oemedical/oemedical_pathology/oemedical_pathology_view.xml' => 'oemedical_emr/views/oemedical_pathology_view.xml'
=== renamed file 'oemedical/oemedical_patient_disease/oemedical_patient_disease_view.xml' => 'oemedical_emr/views/oemedical_patient_disease_view.xml'
=== renamed file 'oemedical/oemedical_patient_evaluation/oemedical_patient_evaluation_view.xml' => 'oemedical_emr/views/oemedical_patient_evaluation_view.xml'
=== renamed file 'oemedical/oemedical_patient_medication/oemedical_patient_medication_view.xml' => 'oemedical_emr/views/oemedical_patient_medication_view.xml'
=== renamed file 'oemedical/oemedical_prescription_line/oemedical_prescription_line_view.xml' => 'oemedical_emr/views/oemedical_prescription_line_view.xml'
=== renamed file 'oemedical/oemedical_prescription_order/oemedical_prescription_order_view.xml' => 'oemedical_emr/views/oemedical_prescription_order_view.xml'
=== renamed file 'oemedical/oemedical_procedure/oemedical_procedure_view.xml' => 'oemedical_emr/views/oemedical_procedure_view.xml'
=== renamed file 'oemedical/oemedical_secondary_condition/oemedical_secondary_condition_view.xml' => 'oemedical_emr/views/oemedical_secondary_condition_view.xml'
=== renamed file 'oemedical/oemedical_signs_and_symptoms/oemedical_signs_and_symptoms_view.xml' => 'oemedical_emr/views/oemedical_signs_and_symptoms_view.xml'
=== added directory 'oemedical_emr_data'
=== added directory 'oemedical_emr_data/data'
=== renamed file 'oemedical_data/data/WHO_list_of_essential_medicines.xml' => 'oemedical_emr_data/data/WHO_list_of_essential_medicines.xml'
=== renamed file 'oemedical_data/data/WHO_products.xml' => 'oemedical_emr_data/data/WHO_products.xml'
=== renamed file 'oemedical_data/data/disease_categories.xml' => 'oemedical_emr_data/data/disease_categories.xml'
=== renamed file 'oemedical_data/data/diseases.xml' => 'oemedical_emr_data/data/diseases.xml'
=== renamed file 'oemedical_data/data/dose_units.xml' => 'oemedical_emr_data/data/dose_units.xml'
=== renamed file 'oemedical_data/data/drug_routes.xml' => 'oemedical_emr_data/data/drug_routes.xml'
=== renamed file 'oemedical_data/data/ethnic_groups.xml' => 'oemedical_emr_data/data/ethnic_groups.xml'
=== renamed file 'oemedical_data/data/health_specialties.xml' => 'oemedical_emr_data/data/health_specialties.xml'
=== renamed file 'oemedical_data/data/medicament_categories.xml' => 'oemedical_emr_data/data/medicament_categories.xml'
=== renamed file 'oemedical_data/data/medicament_form.xml' => 'oemedical_emr_data/data/medicament_form.xml'
=== renamed file 'oemedical_data/data/medication_frequencies.xml' => 'oemedical_emr_data/data/medication_frequencies.xml'
=== renamed file 'oemedical_data/data/occupations.xml' => 'oemedical_emr_data/data/occupations.xml'
=== added directory 'oemedical_emr_data/i18n'
=== added directory 'oemedical_genetics'
=== added directory 'oemedical_genetics/data'
=== renamed file 'oemedical/oemedical_genetics/data/disease_genes.xml' => 'oemedical_genetics/data/disease_genes.xml'
=== renamed file 'oemedical/oemedical_genetics/oemedical_disease_gene.py' => 'oemedical_genetics/oemedical_disease_gene.py'
=== renamed file 'oemedical/oemedical_genetics/oemedical_disease_gene_view.xml' => 'oemedical_genetics/oemedical_disease_gene_view.xml'
=== added directory 'oemedical_gynecology_and_obstetrics'
=== added directory 'oemedical_gynecology_and_obstetrics/controllers'
=== added directory 'oemedical_gynecology_and_obstetrics/data'
=== added directory 'oemedical_gynecology_and_obstetrics/doc'
=== added directory 'oemedical_gynecology_and_obstetrics/models'
=== renamed file 'oemedical/oemedical_gynecology_and_obstetrics/oemedical_gynecology_and_obstetrics.py' => 'oemedical_gynecology_and_obstetrics/models/oemedical_gynecology_and_obstetrics.py'
=== added directory 'oemedical_gynecology_and_obstetrics/security'
=== added directory 'oemedical_gynecology_and_obstetrics/static'
=== added directory 'oemedical_gynecology_and_obstetrics/static/description'
=== added directory 'oemedical_gynecology_and_obstetrics/static/src'
=== added directory 'oemedical_gynecology_and_obstetrics/static/src/img'
=== added directory 'oemedical_gynecology_and_obstetrics/static/src/js'
=== added directory 'oemedical_gynecology_and_obstetrics/static/src/xml'
=== added directory 'oemedical_gynecology_and_obstetrics/tests'
=== added directory 'oemedical_gynecology_and_obstetrics/views'
=== renamed file 'oemedical/oemedical_gynecology_and_obstetrics/oemedical_gynecology_and_obstetrics_view.xml' => 'oemedical_gynecology_and_obstetrics/views/oemedical_gynecology_and_obstetrics_view.xml'
=== added directory 'oemedical_his'
=== added directory 'oemedical_his/controllers'
=== added directory 'oemedical_his/data'
=== added directory 'oemedical_his/doc'
=== added directory 'oemedical_his/models'
=== renamed file 'oemedical/oemedical_hospital_bed/oemedical_hospital_bed.py' => 'oemedical_his/models/oemedical_hospital_bed.py'
=== renamed file 'oemedical/oemedical_hospital_building/oemedical_hospital_building.py' => 'oemedical_his/models/oemedical_hospital_building.py'
=== renamed file 'oemedical/oemedical_hospital_or/oemedical_hospital_or.py' => 'oemedical_his/models/oemedical_hospital_or.py'
=== renamed file 'oemedical/oemedical_hospital_unit/oemedical_hospital_unit.py' => 'oemedical_his/models/oemedical_hospital_unit.py'
=== renamed file 'oemedical/oemedical_hospital_ward/oemedical_hospital_ward.py' => 'oemedical_his/models/oemedical_hospital_ward.py'
=== renamed file 'oemedical/oemedical_operational_area/oemedical_operational_area.py' => 'oemedical_his/models/oemedical_operational_area.py'
=== renamed file 'oemedical/oemedical_operational_sector/oemedical_operational_sector.py' => 'oemedical_his/models/oemedical_operational_sector.py'
=== renamed file 'oemedical/oemedical_surgery/medical_surgery.py' => 'oemedical_his/models/oemedical_surgery.py'
=== added directory 'oemedical_his/security'
=== added directory 'oemedical_his/static'
=== added directory 'oemedical_his/static/description'
=== added directory 'oemedical_his/static/src'
=== added directory 'oemedical_his/static/src/img'
=== added directory 'oemedical_his/static/src/js'
=== added directory 'oemedical_his/static/src/xml'
=== added directory 'oemedical_his/tests'
=== added directory 'oemedical_his/views'
=== renamed file 'oemedical/oemedical_hospital_bed/oemedical_hospital_bed_view.xml' => 'oemedical_his/views/oemedical_hospital_bed_view.xml'
=== renamed file 'oemedical/oemedical_hospital_building/oemedical_hospital_building_view.xml' => 'oemedical_his/views/oemedical_hospital_building_view.xml'
=== renamed file 'oemedical/oemedical_hospital_or/oemedical_hospital_or_view.xml' => 'oemedical_his/views/oemedical_hospital_or_view.xml'
=== renamed file 'oemedical/oemedical_hospital_unit/oemedical_hospital_unit_view.xml' => 'oemedical_his/views/oemedical_hospital_unit_view.xml'
=== renamed file 'oemedical/oemedical_hospital_ward/oemedical_hospital_ward_view.xml' => 'oemedical_his/views/oemedical_hospital_ward_view.xml'
=== renamed file 'oemedical/oemedical_operational_area/oemedical_operational_area_view.xml' => 'oemedical_his/views/oemedical_operational_area_view.xml'
=== renamed file 'oemedical/oemedical_operational_sector/oemedical_operational_sector_view.xml' => 'oemedical_his/views/oemedical_operational_sector_view.xml'
=== renamed file 'oemedical/oemedical_surgery/medical_surgery_view.xml' => 'oemedical_his/views/oemedical_surgery_view.xml'
=== added directory 'oemedical_icu'
=== added directory 'oemedical_icu/controllers'
=== added directory 'oemedical_icu/data'
=== added directory 'oemedical_icu/doc'
=== added directory 'oemedical_icu/models'
=== renamed file 'oemedical/oemedical_icu/oemedical_icu.py' => 'oemedical_icu/models/oemedical_icu.py'
=== added directory 'oemedical_icu/security'
=== added directory 'oemedical_icu/static'
=== added directory 'oemedical_icu/static/description'
=== added directory 'oemedical_icu/static/src'
=== added directory 'oemedical_icu/static/src/img'
=== added directory 'oemedical_icu/static/src/js'
=== added directory 'oemedical_icu/static/src/xml'
=== added directory 'oemedical_icu/tests'
=== added directory 'oemedical_icu/views'
=== renamed file 'oemedical/oemedical_icu/oemedical_icu_view.xml' => 'oemedical_icu/views/oemedical_icu_view.xml'
=== added directory 'oemedical_insurance'
=== added directory 'oemedical_insurance/controllers'
=== added directory 'oemedical_insurance/data'
=== added directory 'oemedical_insurance/doc'
=== added directory 'oemedical_insurance/models'
=== renamed file 'oemedical/oemedical_insurance/oemedical_insurance.py' => 'oemedical_insurance/models/oemedical_insurance.py'
=== renamed file 'oemedical/oemedical_insurance_plan/oemedical_insurance_plan.py' => 'oemedical_insurance/models/oemedical_insurance_plan.py'
=== added directory 'oemedical_insurance/security'
=== added directory 'oemedical_insurance/static'
=== added directory 'oemedical_insurance/static/description'
=== added directory 'oemedical_insurance/static/src'
=== added directory 'oemedical_insurance/static/src/img'
=== added directory 'oemedical_insurance/static/src/js'
=== added directory 'oemedical_insurance/static/src/xml'
=== added directory 'oemedical_insurance/tests'
=== renamed file 'oemedical/test/insurance.yml' => 'oemedical_insurance/tests/insurance.yml'
=== renamed file 'oemedical/test/insurance_plan.yml' => 'oemedical_insurance/tests/insurance_plan.yml'
=== added directory 'oemedical_insurance/views'
=== renamed file 'oemedical/oemedical_insurance_plan/oemedical_insurance_plan_view.xml' => 'oemedical_insurance/views/oemedical_insurance_plan_view.xml'
=== renamed file 'oemedical/oemedical_insurance/oemedical_insurance_view.xml' => 'oemedical_insurance/views/oemedical_insurance_view.xml'
=== added directory 'oemedical_invoice'
=== added directory 'oemedical_invoice/controllers'
=== added directory 'oemedical_invoice/data'
=== added directory 'oemedical_invoice/doc'
=== added directory 'oemedical_invoice/i18n'
=== added directory 'oemedical_invoice/models'
=== renamed file 'oemedical/oemedical_invoice/medical_invoice.py' => 'oemedical_invoice/models/medical_invoice.py'
=== renamed file 'oemedical/oemedical_invoice/wizard/wizard_appointment_invoice.py' => 'oemedical_invoice/models/wizard_appointment_invoice.py'
=== renamed file 'oemedical/oemedical_invoice/wizard/wizard_create_lab_invoice.py' => 'oemedical_invoice/models/wizard_create_lab_invoice.py'
=== renamed file 'oemedical/oemedical_invoice/wizard/wizard_prescription_invoice.py' => 'oemedical_invoice/models/wizard_prescription_invoice.py'
=== added directory 'oemedical_invoice/security'
=== added directory 'oemedical_invoice/static'
=== added directory 'oemedical_invoice/static/description'
=== added directory 'oemedical_invoice/static/src'
=== added directory 'oemedical_invoice/static/src/img'
=== added directory 'oemedical_invoice/static/src/js'
=== added directory 'oemedical_invoice/static/src/xml'
=== added directory 'oemedical_invoice/tests'
=== added directory 'oemedical_invoice/views'
=== renamed file 'oemedical/oemedical_invoice/wizard/appointment_invoice.xml' => 'oemedical_invoice/views/appointment_invoice.xml'
=== renamed file 'oemedical/oemedical_invoice/wizard/create_lab_invoice.xml' => 'oemedical_invoice/views/create_lab_invoice.xml'
=== renamed file 'oemedical/oemedical_invoice/medical_invoice_view.xml' => 'oemedical_invoice/views/medical_invoice_view.xml'
=== renamed file 'oemedical/oemedical_invoice/wizard/prescription_invoice.xml' => 'oemedical_invoice/views/prescription_invoice.xml'
=== added directory 'oemedical_lab'
=== added directory 'oemedical_lab/controllers'
=== added directory 'oemedical_lab/data'
=== added directory 'oemedical_lab/doc'
=== added directory 'oemedical_lab/models'
=== renamed file 'oemedical/oemedical_lab/oemedical_lab.py' => 'oemedical_lab/models/oemedical_lab.py'
=== added directory 'oemedical_lab/security'
=== added directory 'oemedical_lab/static'
=== added directory 'oemedical_lab/static/description'
=== added directory 'oemedical_lab/static/src'
=== added directory 'oemedical_lab/static/src/img'
=== added directory 'oemedical_lab/static/src/js'
=== added directory 'oemedical_lab/static/src/xml'
=== added directory 'oemedical_lab/tests'
=== added directory 'oemedical_lab/views'
=== renamed file 'oemedical/oemedical_lab/oemedical_lab_report.xml' => 'oemedical_lab/views/oemedical_lab_report.xml'
=== renamed file 'oemedical/oemedical_lab/oemedical_lab_view.xml' => 'oemedical_lab/views/oemedical_lab_view.xml'
=== added directory 'oemedical_lifestyle'
=== added directory 'oemedical_lifestyle/controllers'
=== added directory 'oemedical_lifestyle/data'
=== renamed file 'oemedical/oemedical_lifestyle/data/recreational_drugs.xml' => 'oemedical_lifestyle/data/recreational_drugs.xml'
=== added directory 'oemedical_lifestyle/doc'
=== added directory 'oemedical_lifestyle/models'
=== renamed file 'oemedical/oemedical_lifestyle/oemedical_lifestyle.py' => 'oemedical_lifestyle/models/oemedical_lifestyle.py'
=== added directory 'oemedical_lifestyle/security'
=== added directory 'oemedical_lifestyle/static'
=== added directory 'oemedical_lifestyle/static/description'
=== added directory 'oemedical_lifestyle/static/src'
=== added directory 'oemedical_lifestyle/static/src/img'
=== added directory 'oemedical_lifestyle/static/src/js'
=== added directory 'oemedical_lifestyle/static/src/xml'
=== added directory 'oemedical_lifestyle/tests'
=== added directory 'oemedical_lifestyle/views'
=== renamed file 'oemedical/oemedical_lifestyle/oemedical_lifestyle_view.xml' => 'oemedical_lifestyle/views/oemedical_lifestyle_view.xml'
=== added directory 'oemedical_pediatrics'
=== added directory 'oemedical_pediatrics/controllers'
=== added directory 'oemedical_pediatrics/data'
=== added directory 'oemedical_pediatrics/doc'
=== added directory 'oemedical_pediatrics/models'
=== added directory 'oemedical_pediatrics/oemedical_vaccination'
=== renamed file 'oemedical/oemedical_vaccination/oemedical_vaccination.py' => 'oemedical_pediatrics/oemedical_vaccination/oemedical_vaccination.py'
=== renamed file 'oemedical/oemedical_vaccination/oemedical_vaccination_view.xml' => 'oemedical_pediatrics/oemedical_vaccination/oemedical_vaccination_view.xml'
=== added directory 'oemedical_pediatrics/security'
=== added directory 'oemedical_pediatrics/static'
=== added directory 'oemedical_pediatrics/static/description'
=== added directory 'oemedical_pediatrics/static/src'
=== added directory 'oemedical_pediatrics/static/src/img'
=== added directory 'oemedical_pediatrics/static/src/js'
=== added directory 'oemedical_pediatrics/static/src/xml'
=== added directory 'oemedical_pediatrics/tests'
=== added directory 'oemedical_pediatrics/views'
=== added directory 'oemedical_socioeconomics'
=== added directory 'oemedical_socioeconomics/controllers'
=== added directory 'oemedical_socioeconomics/data'
=== added directory 'oemedical_socioeconomics/doc'
=== added directory 'oemedical_socioeconomics/models'
=== added directory 'oemedical_socioeconomics/oemedical_socioeconomics'
=== renamed file 'oemedical/oemedical_socioeconomics/oemedical_socioeconomics.py' => 'oemedical_socioeconomics/oemedical_socioeconomics/oemedical_socioeconomics.py'
=== renamed file 'oemedical/oemedical_socioeconomics/oemedical_socioeconomics_view.xml' => 'oemedical_socioeconomics/oemedical_socioeconomics/oemedical_socioeconomics_view.xml'
=== added directory 'oemedical_socioeconomics/security'
=== added directory 'oemedical_socioeconomics/static'
=== added directory 'oemedical_socioeconomics/static/description'
=== added directory 'oemedical_socioeconomics/static/src'
=== added directory 'oemedical_socioeconomics/static/src/img'
=== added directory 'oemedical_socioeconomics/static/src/js'
=== added directory 'oemedical_socioeconomics/static/src/xml'
=== added directory 'oemedical_socioeconomics/tests'
=== added directory 'oemedical_socioeconomics/views'
=== added directory 'oemedical_surgery'
=== added directory 'oemedical_surgery/controllers'
=== added directory 'oemedical_surgery/data'
=== added directory 'oemedical_surgery/doc'
=== added directory 'oemedical_surgery/models'
=== added directory 'oemedical_surgery/security'
=== added directory 'oemedical_surgery/static'
=== added directory 'oemedical_surgery/static/description'
=== added directory 'oemedical_surgery/static/src'
=== added directory 'oemedical_surgery/static/src/img'
=== added directory 'oemedical_surgery/static/src/js'
=== added directory 'oemedical_surgery/static/src/xml'
=== added directory 'oemedical_surgery/tests'
=== added directory 'oemedical_surgery/views'

Follow ups