Skip to content

[FIX] account: fill missing ref (memo) to move of payment #2076

[FIX] account: fill missing ref (memo) to move of payment

[FIX] account: fill missing ref (memo) to move of payment #2076

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
# The pylint-odoo version we use here does not support python 3.10
# https://github.com/OCA/oca-addons-repo-template/issues/80
python-version: "3.9.7"
- uses: pre-commit/[email protected]