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