mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] : black, isort, prettier
This commit is contained in:
@@ -41,7 +41,7 @@ odoo.define("report_xlsx.report", function(require) {
|
|||||||
data: JSON.stringify([new_url, type]),
|
data: JSON.stringify([new_url, type]),
|
||||||
},
|
},
|
||||||
success: resolve,
|
success: resolve,
|
||||||
error: error => {
|
error: (error) => {
|
||||||
self.call("crash_manager", "rpc_error", error);
|
self.call("crash_manager", "rpc_error", error);
|
||||||
reject();
|
reject();
|
||||||
},
|
},
|
||||||
|
|||||||
1
setup/report_xlsx/odoo/addons/report_xlsx
Symbolic link
1
setup/report_xlsx/odoo/addons/report_xlsx
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../../report_xlsx
|
||||||
6
setup/report_xlsx/setup.py
Normal file
6
setup/report_xlsx/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