Changes between Version 39 and Version 40 of BluePrint/Translation
- Timestamp:
- 09/25/13 11:02:46 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Translation
v39 v40 96 96 * Currently only one dependency has been set. Inv module depends on Supply module. 97 97 * Depends field can be extracted from current.models, for inv it is current.models.inv.depends 98 * For setting dependencies: Go to s3db/module 99 * Add a depends list the way it has been done for inv module. 100 * https://github.com/flavour/eden/blob/master/modules/s3db/inv.py#L61 98 * For setting dependencies: 99 * Go to s3db/module 100 * Add a depends list the way it has been done for inv module. 101 * https://github.com/flavour/eden/blob/master/modules/s3db/inv.py#L61 101 102 == Other Links == 102 103 * UserGuidelines/Localisation