mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] pre-commit
This commit is contained in:
committed by
Sébastien BEAU
parent
4ec9d5a5a5
commit
1528d26b9e
@@ -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
|
||||
|
||||
1
setup/report_context/odoo/addons/report_context
Symbolic link
1
setup/report_context/odoo/addons/report_context
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../report_context
|
||||
6
setup/report_context/setup.py
Normal file
6
setup/report_context/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user