Skip to content
Snippets Groups Projects
Commit 56dc9f5e566e authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Move files around

Similar in the 13.0 branch: 7cc12fb73390
parent aaf066c3255d
No related branches found
No related tags found
1 merge request!29QOL & tests
......@@ -29,6 +29,6 @@
"depends": ["converter", "mail", "web"],
"data": [
"security/ir.model.access.csv",
"views/redner_template_views.xml",
"views/mail_template_views.xml",
"views/redner_template.xml",
"views/mail_template.xml",
"views/ir_actions_report.xml",
......@@ -34,5 +34,5 @@
"views/ir_actions_report.xml",
"views/report_redner.xml",
"views/assets.xml",
"views/menu.xml",
],
"installable": True,
......
from . import (
ir_actions_report,
mail_template,
redner,
redner_report,
redner_substitution,
redner_template,
......@@ -5,4 +5,3 @@
redner_substitution,
redner_template,
render_report,
)
......@@ -23,7 +23,7 @@
from odoo import _, api, fields, models
from odoo.exceptions import ValidationError
from .redner import Redner
from ..redner import Redner
logger = logging.getLogger(__name__)
......
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="assets_backend" name="report assets" inherit_id="web.assets_backend">
<template id="assets_backend" name="redner assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script
type="text/javascript"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment