GNU Health - Tasks: task #12602, Migrate removal of Tryton _inherits
You are not allowed to post comments on this tracker with your current authentication level.
task #12602: Migrate removal of Tryton _inherits
| Submitter: | Luis Falcon <meanmicio> | ||
| Submitted: | Sun 05 May 2013 04:01:04 PM UTC | ||
| Should Start On: | Sun 05 May 2013 12:00:00 AM UTC | Should be Finished on: | Sun 12 May 2013 12:00:00 AM UTC |
| Category: | None | Priority: | 7 - High |
| Status: | Done | Privacy: | Public |
| Percent Complete: | 100% | Assigned to: | None |
| Open/Closed: | Closed | Release: | 1.9.0 |
| Module: | all | Component: | None |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 4 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2013-06-24 | meanmicio | Status | In Progress | Done | |
| Percent Complete | 0% | 100% | |||
| Open/Closed | Open | Closed | |||
| Release | None | 1.9.0 |
Powered by Savane 3.12.
Corresponding source code

We need to migrate models containing _inherits to the new Tryton 2.8.x series .
Fortunately, we use them only in :
- Patient Medication (gnuhealth.patient.medication)
- Prescription Line (gnuhealth.prescription.line)
Both models are in the core health module.
We also will have to deal with this concept in the WHO essential medicaments (now a new module - health_who_essential_medicines ), since it makes use of the _inherits in the products template.
Once the functionality is achieved, we will have to create the migration process from older versions.