new module improved_mo_origin

This commit is contained in:
Marc Durepos 2024-06-17 17:42:37 -04:00
parent 5b9fb3d6f3
commit 317b3f5bc4
4 changed files with 3 additions and 6 deletions

View file

@ -82,12 +82,6 @@ repos:
- id: check-xml
- id: mixed-line-ending
args: ["--fix=lf"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/OCA/pylint-odoo
rev: v9.1.2
hooks:

View file

@ -0,0 +1 @@
from . import models

View file

@ -0,0 +1 @@
from . import mrp_production

View file

@ -0,0 +1 @@
from . import test_mrp_production