https://github.com/opusvl/odoo-uk-accounting
Uk Accounting Localization
https://github.com/opusvl/odoo-uk-accounting
Last synced: about 2 months ago
JSON representation
Uk Accounting Localization
- Host: GitHub
- URL: https://github.com/opusvl/odoo-uk-accounting
- Owner: OpusVL
- License: agpl-3.0
- Created: 2019-12-28T10:44:59.000Z (over 6 years ago)
- Default Branch: 13.0
- Last Pushed: 2023-05-15T09:29:47.000Z (about 3 years ago)
- Last Synced: 2025-01-20T17:34:18.388Z (over 1 year ago)
- Language: Python
- Size: 2.5 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Odoo-Uk-Accounting
Uk Accounting Localization
### Enable pre-commit
This project enforces code styles. To easily check your code before creating a
pull request you should install pre-commit. This will automatically run the checks
before making the commit, and warn you if there are any errors.
__Currently only 'uk_accounting' module is checked for compliance__
If you don't have pre-commit installed see the documentation [here](https://pre-commit.com/#install)
#### Install pre-commit hooks in the project
Whilst in the Odoo-Uk-Accounting folder
```commandline
pre-commit install
```