Closed ancho85 closed 10 years ago
Enabling a higher level of inheritance causes that methods and attributes from given class not be correctly generated. Example:
<scriptdir level="4" path="extra/Flota" /> <scriptdir level="5" path="extra/GasStation" /> <scriptdir level="6" path="extra/GestionSensitive" />
from Invoice import Invoice Invoice.bring(1)
Class 'Invoice' has no 'bring' member
Still having issues with instantiators (bring, getRecord)
No longer an issue after tag v0.2 0b51329 :100:
Enabling a higher level of inheritance causes that methods and attributes from given class not be correctly generated. Example:
Class 'Invoice' has no 'bring' member