The document discusses proposed changes to OpenERP's Python API to make it more object-oriented and Pythonic. Key changes include adding method decorators to define behavior, representing records as recordsets that support iteration and slicing, automatic caching and invalidation, and a new field definition syntax. The goal is to keep the API backwards compatible while improving its structure.