Joachim David
Joachim David
Compiling now. Is there any possibility for this change to be included in future linux kernels?
is web_chatter_position not needed any more in v17?
partner_multi_relation: [#1666](https://github.com/OCA/partner-contact/pull/1666)
PR for partner_firstname: https://github.com/OCA/partner-contact/pull/1865
Could someone review the partner_firstname pull request? https://github.com/OCA/partner-contact/pull/1865
Odoo version 17.0, version: around 9 february 2025.
To remove a standard Odoo warning, you could remove the first line of 'index.html'. The xml version description is not necessary any more and since version 17 issues a warning...
@rousseldenis You merged my previous migration, maybe you have some time for this one too?
You can fix it by going to `C:\Sketches\node_modules\spawn-npm-install\index.js` and changing the lines 36 to 40 to this: ```javascript var spawnArgs = { shell: true, cwd: opt.cwd, env: opt.env || process.env,...