Gil
Gil
> Can I work on this issue? Absolutely, go ahead.
> @giarve Should I work on this Issue if it's still not resolved? Please assign it to me Yes you can. Open a pull request as "draft" once you have...
Worth keeping up to date with https://github.com/godotengine/godot/blob/master/misc/hooks/pre-commit-clang-format, as they already solved adding v15.
For the previous reviewers: If you want the bot to mark this as approved you have to click on the commit and review the changes from there. If you only...
I think the problem exists because only the parent BoM is created on the fly, but not its component BoMs. The cost function is recursive because it has to calculate...
@mymage If you are willing to reopen the PR I can make sure it gets merged this time (+2 reviewers) (although some PRs with fixes have been merged in between)
> Thanks @grindtildeath. @giarve Ops... there are some test to fix. I'll look on the WE if I'm able to solve it, if not I'll ask for your help ;-)...
We also found another small problem. If you do not set this flag for the user  it raises an error:  The failing test may be unrelated (did not...
@mymage I found the solution. Replace the force_save and require attribute with this. ``` ``` it will enable the field even when the group disables it (it will send the...
@mymage Well at least now it is not the product_uom_id anymore with the invisible="1" It might error reading product_variant_ids now, but does seem something unrelated to the previous problem.