manifestoo icon indicating copy to clipboard operation
manifestoo copied to clipboard

A tool to reason about Odoo addons manifests.

Results 20 manifestoo issues
Sort by recently updated
recently updated
newest added

updates: - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.2...v0.4.3)

needs review

Add a new select-addons-categories option allowing to pass a coma-separated list of Odoo addons categories. Only addons belonging to these categories will be searched in the addons path. Needs https://github.com/acsone/manifestoo-core/pull/57

needs review

disclaimer: I'm not a lawyer :) based on [Odoo's licenses](https://www.odoo.com/documentation/16.0/legal/licenses.html): - LGPL-3/MIT module can depend on OEEL-1/OPL-1 module also MIT module can depend on LGPL-3 module (but not on Apache...

This PR adds : - automatically selects modified addons on the current branch compared to a target branch - automatically selects newly added addons on the current branch compared to...

I am using manifestoo as a Python library rather than as a command line tool. That might be a non-common use case, but I find manifestoo way easier to use...

enhancement

Inspiration to be had in pre-commit and oca-github-bot. To investigate: UI to reveal changed/new/deleted addons (could be json only). In a first iteration, a selection of changed and new is...

enhancement

A json output with the full manifest can enable many interesting use cases.

enhancement

Hi @sbidoul Thanks for this wonderful module. I've struggled a little to understand how its works but succeed to have some good answers from your lib . For the record...

question