Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Redner Odoo Module
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo modules
Redner Odoo Module
Commits
2132b88f0f4f
Commit
2132b88f0f4f
authored
2 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
add name in redner template search view
parent
55d5b437a0df
No related branches found
Branches containing commit
Tags
11.0.2.8.0
Tags containing commit
1 merge request
!21
✨ add name in redner template search view
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS.rst
+5
-0
5 additions, 0 deletions
NEWS.rst
__manifest__.py
+2
-2
2 additions, 2 deletions
__manifest__.py
views/redner_template_views.xml
+1
-0
1 addition, 0 deletions
views/redner_template_views.xml
with
8 additions
and
2 deletions
NEWS.rst
+
5
−
0
View file @
2132b88f
...
...
@@ -2,6 +2,11 @@
NEWS
====
11.0.2.7.0
==========
Improve search view of redner templates.
11.0.2.6.0
==========
...
...
This diff is collapsed.
Click to expand it.
__manifest__.py
+
2
−
2
View file @
2132b88f
###############################################################################
#
# 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
"
],
...
...
This diff is collapsed.
Click to expand it.
views/redner_template_views.xml
+
1
−
0
View file @
2132b88f
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Vincent Hatakeyama
@vincent.hatakeyama
mentioned in commit
00a5d98ec497
·
2 years ago
mentioned in commit
00a5d98ec497
mentioned in commit 00a5d98ec49767986b9be9593a5c3046802a124f
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment