lp://staging/~echeverrifm/oemedical/oemedical_socioeconomics
- Get this branch:
- bzr branch lp://staging/~echeverrifm/oemedical/oemedical_socioeconomics
Branch merges
- Alexandre Fayolle - camptocamp: Needs Resubmitting
- Yannick Vaucher @ Camptocamp: Approve
-
Diff: 952 lines (+264/-597)11 files modifiedoemedical_socioeconomics/__openerp__.py (+43/-102)
oemedical_socioeconomics/models/__init__.py (+2/-0)
oemedical_socioeconomics/models/oemedical_socioeconomics.py (+127/-0)
oemedical_socioeconomics/oemedical_menu.xml (+0/-211)
oemedical_socioeconomics/oemedical_socioeconomics/__init__.py (+0/-24)
oemedical_socioeconomics/oemedical_socioeconomics/oemedical_socioeconomics.py (+0/-128)
oemedical_socioeconomics/oemedical_socioeconomics/oemedical_socioeconomics_view.xml (+0/-80)
oemedical_socioeconomics/security/ir.model.access.csv (+1/-0)
oemedical_socioeconomics/security/oemedical_security.xml (+3/-52)
oemedical_socioeconomics/views/oemedical_menu.xml (+9/-0)
oemedical_socioeconomics/views/oemedical_socioeconomics_view.xml (+79/-0)
Branch information
Recent revisions
- 128. By Federico Manuel Echeverri Choux
-
[IMP] Improve oemedical_
socioeconomics module (fix description on __openerp__.py and remove commented field on oemedical_ socioeconomics_ view.xml ) - 126. By Federico Manuel Echeverri Choux
-
[IMP] Improve description Socioeconomics module and clean code of oemedical_
socioeconomics. py file - 125. By Federico Manuel Echeverri Choux
-
[IMP] Improve oemedical socioeconomics module (Fix oemedical_
socioeconomics_ view.xml view, improve menu, add security file .csv and remove groups of oemedical_ security. xml ) - 124. By Federico Manuel Echeverri Choux
-
[IMP] Improve oemedical socioeconomics module (Fix some problems to install, Remove comments, improve dependences and move file )
- 123. By Launchpad Translations on behalf of oemedical-commiter
-
Launchpad automatic translations update.
- 122. By Launchpad Translations on behalf of oemedical-commiter
-
Launchpad automatic translations update.
- 121. By Mario Arias
-
Module Split Step III.
web_doc_oemedical, oemedical and oemedical_emr are now installable !!
All other modules have been marked as installable=False. Feel free to work on them to complete migration!!
Just update the Blueprint "separate-main-module" so that others know and avoid duplicating work... Modified python files to new 'from openerp import xxxx' standard
Replaced osv.osv by orm.Model in all modulesadded basic oemedical security groups and rules templates to all modules. The ones on modules marked as not installable stil need cleanup.
added file to keep common constants like list of days / hours / minutes, and replaced values where needed
Patient and Physician models cleanup
*Removed Patient SSN field as redundant: field 'ref' from partner already overwriten as SSN
*ref can not be a sequence in Patient\nRedundant photo field for patient as partner already has image field
*Physician and Patient made to inherit from User, in preparation to online web access to oemedical using new website CMS modules in trunk !
*Created patient - medical center relation, so a patient can be related to several medical centers and not just one.
****This has been changed to make use of base_contact module, and will be updated in next MP ****
*Created physician agenda template, so each doctor can define own working hoursAppointment cleanup
- 120. By Launchpad Translations on behalf of oemedical-commiter
-
Launchpad automatic translations update.
- 119. By Mario Arias
-
[IMP] Step II on module split:
Created all new module structure.
Moved all *.py and *.xml files to new locations
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/oemedical