Pedro M. Baeza

Results 2063 comments of Pedro M. Baeza

Yes, some code like: ``` modules = env['ir.module.module'].search([('state', '=', 'uninstalled')]) modules.unlink() env['ir.module.module'].update_list() ``` may do the trick.

I think you mean `dms_field`

Thanks for the contribution. Please preserve commit history following technical method explained in https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0. If the jump is between several versions, you have to modify the source branch in the...

Please follow commit message guidelines: https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#commit-message

I told Alexis my take on this, and I don't think we should go this way. My idea is to enable groups on the list view, and adding a button...

Well, more or less, but the group feature should be available on that "mini-view", and the button "ADD ALL" should be in each group. There are similar action buttons on...

I understand the issue you have found, but I think we can provide a combination: - You can stack groups, so that's give more granularity. - If the group is...

The feature added in #798 may help as an initial workaround for this use case: you pre-filter the entries (for example, searching for the payment order name "PAY0001"), and then...

In fact, this is OU-ADD, as you are adding the "scripts" of a new module.