Milan Topuzov

Results 49 comments of Milan Topuzov

@minhthie That functionality is covered in the following pull request: https://github.com/OCA/server-brand/pull/109

Supersedes #3306 to preserve history per OCA 19.0 migration process.

- Translation best practice in Odoo is to keep placeholders inside the translatable string and interpolate after translation. That pattern looks like `self.env._("… %(name)s …") % {"name": value}`. - pylint-odoo...

- Odoo 19 drops the separate hr_contract module; “contracts” are now timeline versions inside core HR via the hr.version model. hr.employee _inherits hr.version (current version in employee.version_id), with multiple versions...

@kaynnan @WesleyOliveira98 @marcelsavegnago @CristianoMafraJunior pre-commit and tests are green; please test on RunBoat and review/approve.

> The commit message should be only: [MIG] payroll: Migration to 19.0 [970eaf7](https://github.com/OCA/payroll/commit/970eaf703780067e83271b11bff4102728bef870) I have changed the commit message to the one specified, thank you.

Depends on #382. Temporary dependency - Added a temporary reference in `test-requirements.txt` to install `base_user_role` from #382 (per OCA wiki above). This commit will be removed after the base PR...

Supersedes #179 to preserve history per OCA 19.0 migration process.

Thanks, @pedrobaeza - I’ll investigate this and make sure it’s properly fixed.

Hi @pedrobaeza , I just checked on Runboat and everything seems to be working fine on my end - I’m not seeing the enterprise installation options anymore. No code changes...