An open API service indexing awesome lists of open source software.

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

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
```