Thibault Delavallée

Results 116 comments of Thibault Delavallée

@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...

Hello @odony , Thanks for your proposal / review. As it implies some code change and re-check about the functional usage, we will have a look after @std-odoo holidays. Planning...

> > As it implies some code change and re-check about the functional usage > > I can implement that quick change if you like, so we don't end up...

> Instead of overriding the ci in such a case, it is better to add a `# pylint: disable=abstract-method` > > * This will avoid a warning un dev editors...

@robodoo override=ci/security Reason: this merge contains globally a move of override done previously in spreadsheet about access to ir.model information (id, name_get) even if ACLs do not grant access to...