mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_async: black, isort, prettier
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
|
||||
<record id="report_async_print_document" model="report.async">
|
||||
<field name="action_id" eval="ref('report_async.action_print_report_wizard')"/>
|
||||
<field name="allow_async" eval="0"/>
|
||||
<field name="action_id" eval="ref('report_async.action_print_report_wizard')" />
|
||||
<field name="allow_async" eval="0" />
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user