[FIX] pre-commit

This commit is contained in:
Pierrick Brun
2022-05-04 12:08:03 +02:00
committed by Sébastien BEAU
parent 4ec9d5a5a5
commit 1528d26b9e
3 changed files with 8 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ To configure this module, you need to:
* Enter Odoo in debug mode.
* To add a specific context to a report, you should go to Settings ->
Reporting -> Reporting and look for the report you want to edit on the
Reports -> Reporting and look for the report you want to edit on the
list. You will see that now they contain a new field called Context Value
, where you will be able to add all the desired context parameters.
* Go to Settings -> Parameters -> System Parameters. On the system

View File

@@ -0,0 +1 @@
../../../../report_context

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)