Clément Mombereau
Clément Mombereau
> @clementmbr knowing that 14 is no longer updated, is this PR still needed? Yes @lathama, this PR is used in some projects even if 14 is no longer updated.
> @clementmbr It seems this does other things too. Maybe refine the module name to reflect actual functionalities. Hi @rousseldenis, thanks for the comment. Indeed, this module only adds a...
> A question comes through my mind, but why not using standard security features and using inventory user groups for the users that should not manage locations ? The idea...
@bealdav following your suggestion I moved the PR https://github.com/OCA/sale-channel/pull/20 to this repo. @rvalyi I squashed the commit and cleaned history
@rvalyi > Hello, please pardon me if I'm wrong, but isn't it a bit the same idea of the split method that was merged recently in the queue_job module #658...
Hi @rosm-odoo, thank you very much for the necessary fix! FYI, in OCA module mrp_sale_info we fix this problem by overriding `stock.move._prepare_procurement_values()` https://github.com/OCA/manufacture/blob/18.0/mrp_sale_info/models/stock_move.py#L10 It seems more accurate as the value...
Hi @rosm-odoo @svs-odoo , Any news from last week? Do you know if this PR is able to be merged ? Thank you very much!
Hi @rosm-odoo ! I didn't understand what are your compatibility issues with other modules, can you explain more? From what I understood, we are comparing the 2 options : ```...
Hi @rosm-odoo ! Sorry for the late reply. But you're right, even if the current fix breaks other modules. And in a way it makes more sense to let the...