Raphael Collet

Results 23 comments of Raphael Collet

@robodoo override=ci/security The calls to `attrgetter` are done on a static attribute name, and implement a simple accessor for the given attributes: ```py _description_definition_record = property(attrgetter('definition_record')) ``` and is equivalent...

@robodoo override=ci/style Pylint complains about the abstract method `read` (raising a `NotImplementedError`) not being implemented on the new `Field` subclasses. Those new fields should simply not implement the method, just...

@AntoineVDV can you merge, please?

@cawo-odoo I just pushed a commit with a proposed simplification. It still fixes the main memory issue, but without all the detailed little optimizations. I believe all those low-level optimizations...

From our discussion, we suggested to name all arguments explicitly, so that model method calls would take: * a list of record ids (or `None`) * a context dict (or...

@rhe-odoo this PR removes a field which was no longer useful. Can you tell me whether you are fine with this?

@ryv-odoo @xmo-odoo @Xavier-Do @Whenrow @tde-banana-odoo thanks for the feedback! I will rebase this branch one last time and merge it.