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
b7c123e5
Commit
b7c123e5
authored
2 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
add name in redner template search view
parent
298b917f
No related branches found
No related tags found
1 merge request
!22
[13.0] 3.2.0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS.rst
+7
-0
7 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
10 additions
and
2 deletions
NEWS.rst
+
7
−
0
View file @
b7c123e5
...
@@ -2,6 +2,13 @@
...
@@ -2,6 +2,13 @@
NEWS
NEWS
====
====
13.0.3.2.0
==========
(forward port of 11.0.2.7.0)
Improve search view of redner templates.
13.0.3.1.1
13.0.3.1.1
==========
==========
...
...
This diff is collapsed.
Click to expand it.
__manifest__.py
+
2
−
2
View file @
b7c123e5
###############################################################################
###############################################################################
#
#
# 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
"
:
"
13.0.3.
1.1
"
,
"
version
"
:
"
13.0.3.
2.0
"
,
"
category
"
:
"
Technical
"
,
"
category
"
:
"
Technical
"
,
"
author
"
:
"
XCG Consulting
"
,
"
author
"
:
"
XCG Consulting
"
,
"
website
"
:
"
http://odoo.consulting/
"
,
"
website
"
:
"
http://odoo.consulting/
"
,
...
...
This diff is collapsed.
Click to expand it.
views/redner_template_views.xml
+
1
−
0
View file @
b7c123e5
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Vincent Hatakeyama
@vincent.hatakeyama
mentioned in commit
ebebb6493126
·
2 years ago
mentioned in commit
ebebb6493126
mentioned in commit ebebb649312667d9a8cb4291271dc49c59de471f
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