Yoshi Tashiro (Quartile)

Results 81 comments of Yoshi Tashiro (Quartile)

@rousseldenis Can you please reopen this PR and merge it if you have no concerns?

@StuartJMackintosh We are proposing an enhancement on quality_control_oca in #1278 in which we add `timing` field in the qc.trigger.line model. Just thought you could add more options to this field...

@StuartJMackintosh I think it could be an enhancement on quality_control_mrp_oca, or it could also be a separate module (quality_control_mrp_workorder_oca?).

The test errors come from mrp_multi_level and I suspect the timezone assignment to the calendar here https://github.com/OCA/manufacture/blob/d5d0990/mrp_multi_level/tests/test_mrp_multi_level.py#L352 may be affecting the subsequent tests, although I haven't dug into the details....

@yajo Perhaps approve the PR first, then try merging it again?

This one supersedes https://github.com/OCA/server-tools/pull/3134.

The usage overlaps with that of `project_task_code` https://github.com/OCA/project/pull/1084, but this module is simpler for those who do not need a specific sequence rule.

@dreispt Please see this comment: https://github.com/OCA/project/pull/1158#issuecomment-1652799761 One reason I prefer this module over `project_task_code` is that `id` shows as the reference number in portal, therefore using `id` naturally makes the...

@AungKoKoLin1997 Can you please check if you can make `project_task_code` and `project_task_name_with_id` coexist without conflicts by making parts of the functions configurable (or just by tweaking tests)? I will have...