Yup, just mix in Acquisition.Explicit as a base class. However, since ObjectManager mixes in Acquisition.Implict, you'll need to put Explicit before Folder or ObjectManager. Thomas Guettler wrote: > Hi! > > I am writing a python product. One class inherits from Folder. > Is there a way to disable implicit acquisition in my class? > > thomas