new module improved_mo_origin
This commit is contained in:
parent
5b9fb3d6f3
commit
317b3f5bc4
4 changed files with 3 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
from . import models
|
||||
|
|
@ -0,0 +1 @@
|
|||
from . import mrp_production
|
||||
|
|
@ -0,0 +1 @@
|
|||
from . import test_mrp_production
|
||||
Loading…
Reference in a new issue