Skip to content
Snippets Groups Projects
Commit 2132b88f0f4f authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:sparkles: add name in redner template search view

parent 55d5b437a0df
No related branches found
Tags 11.0.2.8.0
1 merge request!21✨ add name in redner template search view
......@@ -2,6 +2,11 @@
NEWS
====
11.0.2.7.0
==========
Improve search view of redner templates.
11.0.2.6.0
==========
......
###############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2016 XCG Consulting (http://www.xcg-consulting.fr/)
# Copyright (C) 2016, 2022 XCG Consulting (http://www.xcg-consulting.fr/)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
......@@ -21,7 +21,7 @@
"name": "Redner",
"summary": """
Allows to generate transactional emails and documents in PDF or HTML format""",
"version": "11.0.2.6.0",
"version": "11.0.2.7.0",
"author": "XCG Consulting",
"category": "Technical",
"depends": ["base", "mail", "converter"],
......
......@@ -5,6 +5,7 @@
<field name="model">redner.template</field>
<field name="arch" type="xml">
<search string="Redner">
<field name="name"/>
<filter string="Archived" name="inactive" domain="[('active','=',False)]"/>
</search>
</field>
......
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