Nils Hamerlinck

Results 8 issues of Nils Hamerlinck

In the continuity of https://github.com/camptocamp/docker-odoo-project/pull/160

First case: ``` class Test(object): def test(self): # IF True if True: print True # ELSE else: print False ``` Triggers: ``` baron.parser.ParsingError: Error, got an unexpected token NAME here:...

to avoid the discrepancy of maintainer-tools version between: - the pre-commit hook (old) - the oca bot (up-to-date) which leads to pre-commit re-adding the xml header in `static/description.index.html` (while we...

backport from https://github.com/OCA/edi-framework/pull/55

disclaimer: I'm not a lawyer :) based on [Odoo's licenses](https://www.odoo.com/documentation/16.0/legal/licenses.html): - LGPL-3/MIT module can depend on OEEL-1/OPL-1 module also MIT module can depend on LGPL-3 module (but not on Apache...

The scheduled ci workflow is disabled by Github whenever there hadn't been activity in the repository for at least 60 days: ![image](https://github.com/user-attachments/assets/3a1cfc50-472b-41d3-9b30-bd716dec8c8c) As a consequence, tests in some oca addons...