Skip to content

Commit

Permalink
[IMP] checklog-odoo - adapt structure to mimic manifestoo-core
Browse files Browse the repository at this point in the history
  • Loading branch information
baimont committed Oct 10, 2023
1 parent b34d8f7 commit 8b18e3f
Show file tree
Hide file tree
Showing 21 changed files with 28 additions and 45 deletions.
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

File renamed without changes.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# checklog-odoo
Check if an odoo log file contains error, with the possibility to ignore some errors based on regular expressions.

[![PyPI - Version](https://img.shields.io/pypi/v/checklog-odoo.svg)](https://pypi.org/project/checklog-odoo)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/checklog-odoo.svg)](https://pypi.org/project/checklog-odoo)

-----

<!--- shortdesc-begin -->

Check if an odoo log file contains error, with the possibility to ignore some errors based on regular expressions..

<!--- shortdesc-end -->

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install checklog-odoo
```

## License

`checklog-odoo` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
21 changes: 0 additions & 21 deletions checklog-odoo/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions checklog-odoo/pyproject.toml → pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Source = "https://github.com/unknown/checklog-odoo"
checklog-odoo = "checklog_odoo.cli.checklog:checklog_odoo"

[tool.hatch.version]
path = "checklog_odoo/__about__.py"
path = "src/checklog_odoo/__about__.py"

[tool.hatch.envs.default]
dependencies = [
Expand Down Expand Up @@ -148,7 +148,7 @@ source_pkgs = ["checklog_odoo", "tests"]
branch = true
parallel = true
omit = [
"checklog_odoo/__about__.py",
"src/checklog_odoo/__about__.py",
]

[tool.coverage.paths]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8b18e3f

Please sign in to comment.