odoo-addon-html-fields-document-layout-configuration 16.0.1.0.0.1__py3-none-any.whl → 18.0.1.0.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/html_fields_document_layout_configuration/README.rst +53 -33
- odoo/addons/html_fields_document_layout_configuration/__init__.py +1 -0
- odoo/addons/html_fields_document_layout_configuration/__manifest__.py +1 -1
- odoo/addons/html_fields_document_layout_configuration/readme/CONTRIBUTORS.md +5 -0
- odoo/addons/html_fields_document_layout_configuration/readme/DESCRIPTION.md +1 -0
- odoo/addons/html_fields_document_layout_configuration/readme/ROADMAP.md +5 -0
- odoo/addons/html_fields_document_layout_configuration/readme/USAGE.md +6 -0
- odoo/addons/html_fields_document_layout_configuration/static/description/icon.png +0 -0
- odoo/addons/html_fields_document_layout_configuration/static/description/index.html +449 -0
- odoo/addons/html_fields_document_layout_configuration/views/view_base_document_layout.xml +1 -1
- odoo_addon_html_fields_document_layout_configuration-18.0.1.0.0.1.dist-info/METADATA +104 -0
- odoo_addon_html_fields_document_layout_configuration-18.0.1.0.0.1.dist-info/RECORD +14 -0
- {odoo_addon_html_fields_document_layout_configuration-16.0.1.0.0.1.dist-info → odoo_addon_html_fields_document_layout_configuration-18.0.1.0.0.1.dist-info}/WHEEL +1 -1
- odoo_addon_html_fields_document_layout_configuration-16.0.1.0.0.1.dist-info/METADATA +0 -83
- odoo_addon_html_fields_document_layout_configuration-16.0.1.0.0.1.dist-info/RECORD +0 -9
- {odoo_addon_html_fields_document_layout_configuration-16.0.1.0.0.1.dist-info → odoo_addon_html_fields_document_layout_configuration-18.0.1.0.0.1.dist-info}/top_level.txt +0 -0
|
@@ -1,50 +1,66 @@
|
|
|
1
|
-
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
|
2
|
-
:target: http://www.gnu.org/licenses/agpl
|
|
3
|
-
:alt: License: AGPL-3
|
|
4
|
-
|
|
5
1
|
============================================
|
|
6
2
|
Html fields in document layout configuration
|
|
7
3
|
============================================
|
|
8
4
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
5
|
+
..
|
|
6
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
7
|
+
!! This file is generated by oca-gen-addon-readme !!
|
|
8
|
+
!! changes will be overwritten. !!
|
|
9
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
+
!! source digest: sha256:f278fbc9320412f1546a56bf31b2a7e499ab2cbd2e42661e80c9b92dc554d698
|
|
11
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
13
12
|
|
|
14
|
-
|
|
13
|
+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
14
|
+
:target: https://odoo-community.org/page/development-status
|
|
15
|
+
:alt: Beta
|
|
16
|
+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
|
17
|
+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
|
+
:alt: License: AGPL-3
|
|
19
|
+
.. |badge3| image:: https://img.shields.io/badge/github-sygel--technology%2Fsy--server--tools-lightgray.png?logo=github
|
|
20
|
+
:target: https://github.com/sygel-technology/sy-server-tools/tree/18.0/html_fields_document_layout_configuration
|
|
21
|
+
:alt: sygel-technology/sy-server-tools
|
|
15
22
|
|
|
16
|
-
|
|
23
|
+
|badge1| |badge2| |badge3|
|
|
17
24
|
|
|
18
|
-
|
|
19
|
-
|
|
25
|
+
This module allows you to edit the HTML fields of the base document
|
|
26
|
+
configuration using the HTML widget.
|
|
20
27
|
|
|
21
|
-
|
|
28
|
+
**Table of contents**
|
|
22
29
|
|
|
23
|
-
|
|
30
|
+
.. contents::
|
|
31
|
+
:local:
|
|
24
32
|
|
|
25
33
|
Usage
|
|
26
34
|
=====
|
|
27
35
|
|
|
28
|
-
|
|
36
|
+
To use this module:
|
|
29
37
|
|
|
30
|
-
|
|
31
|
-
|
|
38
|
+
1. Activate the developer mode.
|
|
39
|
+
2. Go to Settings / General Settings / Configure Document Layout
|
|
40
|
+
3. In a HTML field (Address, Tagline or Footer) select the text with
|
|
41
|
+
your cursor. Write some text before if the field is empty
|
|
42
|
+
4. Click on the **</>** button to enable the HTML widget. Click it again
|
|
43
|
+
to disable it.
|
|
32
44
|
|
|
33
|
-
|
|
34
|
-
|
|
45
|
+
Known issues / Roadmap
|
|
46
|
+
======================
|
|
35
47
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
48
|
+
| There is a known bug that prevents the view from refreshing
|
|
49
|
+
automatically when using the HTML widget.
|
|
50
|
+
| To work around this issue:
|
|
51
|
+
|
|
52
|
+
1. Edit the content using the HTML widget.
|
|
53
|
+
2. Switch back to the text view (without the HTML widget).
|
|
40
54
|
|
|
41
55
|
Bug Tracker
|
|
42
56
|
===========
|
|
43
57
|
|
|
44
|
-
Bugs
|
|
45
|
-
In case of
|
|
58
|
+
Bugs are tracked on `GitHub Issues <https://github.com/sygel-technology/sy-server-tools/issues>`_.
|
|
59
|
+
In case of trouble, please check there if your issue has already been reported.
|
|
60
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
61
|
+
`feedback <https://github.com/sygel-technology/sy-server-tools/issues/new?body=module:%20html_fields_document_layout_configuration%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
46
62
|
|
|
47
|
-
Do not contact contributors directly about support or technical issues.
|
|
63
|
+
Do not contact contributors directly about support or help with technical issues.
|
|
48
64
|
|
|
49
65
|
Credits
|
|
50
66
|
=======
|
|
@@ -52,17 +68,21 @@ Credits
|
|
|
52
68
|
Authors
|
|
53
69
|
-------
|
|
54
70
|
|
|
55
|
-
* Sygel
|
|
71
|
+
* Sygel
|
|
56
72
|
|
|
57
73
|
Contributors
|
|
58
74
|
------------
|
|
59
75
|
|
|
60
|
-
|
|
76
|
+
- `Sygel <https://www.sygel.es>`__:
|
|
77
|
+
|
|
78
|
+
- Angel García de la Chica Herrera
|
|
79
|
+
- Valentin Vinagre
|
|
80
|
+
- Harald Panten
|
|
81
|
+
- Alberto Martínez
|
|
61
82
|
|
|
62
|
-
|
|
63
|
-
|
|
83
|
+
Maintainers
|
|
84
|
+
-----------
|
|
64
85
|
|
|
65
|
-
This module is
|
|
86
|
+
This module is part of the `sygel-technology/sy-server-tools <https://github.com/sygel-technology/sy-server-tools/tree/18.0/html_fields_document_layout_configuration>`_ project on GitHub.
|
|
66
87
|
|
|
67
|
-
|
|
68
|
-
To contribute to this module, please visit https://github.com/sygel-technology.
|
|
88
|
+
You are welcome to contribute.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
{
|
|
5
5
|
"name": "Html fields in document layout configuration",
|
|
6
6
|
"summary": "Html fields in document layout configuration",
|
|
7
|
-
"version": "
|
|
7
|
+
"version": "18.0.1.0.0",
|
|
8
8
|
"category": "Custom",
|
|
9
9
|
"website": "https://github.com/sygel-technology/sy-server-tools",
|
|
10
10
|
"author": "Sygel, Odoo Community Association (OCA)",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This module allows you to edit the HTML fields of the base document configuration using the HTML widget.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
To use this module:
|
|
2
|
+
|
|
3
|
+
1. Activate the developer mode.
|
|
4
|
+
2. Go to Settings / General Settings / Configure Document Layout
|
|
5
|
+
3. In a HTML field (Address, Tagline or Footer) select the text with your cursor. Write some text before if the field is empty
|
|
6
|
+
4. Click on the **</>** button to enable the HTML widget. Click it again to disable it.
|
|
Binary file
|
|
@@ -0,0 +1,449 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
5
|
+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
|
6
|
+
<title>Html fields in document layout configuration</title>
|
|
7
|
+
<style type="text/css">
|
|
8
|
+
|
|
9
|
+
/*
|
|
10
|
+
:Author: David Goodger (goodger@python.org)
|
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
|
12
|
+
:Copyright: This stylesheet has been placed in the public domain.
|
|
13
|
+
|
|
14
|
+
Default cascading style sheet for the HTML output of Docutils.
|
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
|
16
|
+
|
|
17
|
+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
|
18
|
+
customize this style sheet.
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/* used to remove borders from tables and images */
|
|
22
|
+
.borderless, table.borderless td, table.borderless th {
|
|
23
|
+
border: 0 }
|
|
24
|
+
|
|
25
|
+
table.borderless td, table.borderless th {
|
|
26
|
+
/* Override padding for "table.docutils td" with "! important".
|
|
27
|
+
The right padding separates the table cells. */
|
|
28
|
+
padding: 0 0.5em 0 0 ! important }
|
|
29
|
+
|
|
30
|
+
.first {
|
|
31
|
+
/* Override more specific margin styles with "! important". */
|
|
32
|
+
margin-top: 0 ! important }
|
|
33
|
+
|
|
34
|
+
.last, .with-subtitle {
|
|
35
|
+
margin-bottom: 0 ! important }
|
|
36
|
+
|
|
37
|
+
.hidden {
|
|
38
|
+
display: none }
|
|
39
|
+
|
|
40
|
+
.subscript {
|
|
41
|
+
vertical-align: sub;
|
|
42
|
+
font-size: smaller }
|
|
43
|
+
|
|
44
|
+
.superscript {
|
|
45
|
+
vertical-align: super;
|
|
46
|
+
font-size: smaller }
|
|
47
|
+
|
|
48
|
+
a.toc-backref {
|
|
49
|
+
text-decoration: none ;
|
|
50
|
+
color: black }
|
|
51
|
+
|
|
52
|
+
blockquote.epigraph {
|
|
53
|
+
margin: 2em 5em ; }
|
|
54
|
+
|
|
55
|
+
dl.docutils dd {
|
|
56
|
+
margin-bottom: 0.5em }
|
|
57
|
+
|
|
58
|
+
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
|
59
|
+
overflow: hidden;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
|
63
|
+
dl.docutils dt {
|
|
64
|
+
font-weight: bold }
|
|
65
|
+
*/
|
|
66
|
+
|
|
67
|
+
div.abstract {
|
|
68
|
+
margin: 2em 5em }
|
|
69
|
+
|
|
70
|
+
div.abstract p.topic-title {
|
|
71
|
+
font-weight: bold ;
|
|
72
|
+
text-align: center }
|
|
73
|
+
|
|
74
|
+
div.admonition, div.attention, div.caution, div.danger, div.error,
|
|
75
|
+
div.hint, div.important, div.note, div.tip, div.warning {
|
|
76
|
+
margin: 2em ;
|
|
77
|
+
border: medium outset ;
|
|
78
|
+
padding: 1em }
|
|
79
|
+
|
|
80
|
+
div.admonition p.admonition-title, div.hint p.admonition-title,
|
|
81
|
+
div.important p.admonition-title, div.note p.admonition-title,
|
|
82
|
+
div.tip p.admonition-title {
|
|
83
|
+
font-weight: bold ;
|
|
84
|
+
font-family: sans-serif }
|
|
85
|
+
|
|
86
|
+
div.attention p.admonition-title, div.caution p.admonition-title,
|
|
87
|
+
div.danger p.admonition-title, div.error p.admonition-title,
|
|
88
|
+
div.warning p.admonition-title, .code .error {
|
|
89
|
+
color: red ;
|
|
90
|
+
font-weight: bold ;
|
|
91
|
+
font-family: sans-serif }
|
|
92
|
+
|
|
93
|
+
/* Uncomment (and remove this text!) to get reduced vertical space in
|
|
94
|
+
compound paragraphs.
|
|
95
|
+
div.compound .compound-first, div.compound .compound-middle {
|
|
96
|
+
margin-bottom: 0.5em }
|
|
97
|
+
|
|
98
|
+
div.compound .compound-last, div.compound .compound-middle {
|
|
99
|
+
margin-top: 0.5em }
|
|
100
|
+
*/
|
|
101
|
+
|
|
102
|
+
div.dedication {
|
|
103
|
+
margin: 2em 5em ;
|
|
104
|
+
text-align: center ;
|
|
105
|
+
font-style: italic }
|
|
106
|
+
|
|
107
|
+
div.dedication p.topic-title {
|
|
108
|
+
font-weight: bold ;
|
|
109
|
+
font-style: normal }
|
|
110
|
+
|
|
111
|
+
div.figure {
|
|
112
|
+
margin-left: 2em ;
|
|
113
|
+
margin-right: 2em }
|
|
114
|
+
|
|
115
|
+
div.footer, div.header {
|
|
116
|
+
clear: both;
|
|
117
|
+
font-size: smaller }
|
|
118
|
+
|
|
119
|
+
div.line-block {
|
|
120
|
+
display: block ;
|
|
121
|
+
margin-top: 1em ;
|
|
122
|
+
margin-bottom: 1em }
|
|
123
|
+
|
|
124
|
+
div.line-block div.line-block {
|
|
125
|
+
margin-top: 0 ;
|
|
126
|
+
margin-bottom: 0 ;
|
|
127
|
+
margin-left: 1.5em }
|
|
128
|
+
|
|
129
|
+
div.sidebar {
|
|
130
|
+
margin: 0 0 0.5em 1em ;
|
|
131
|
+
border: medium outset ;
|
|
132
|
+
padding: 1em ;
|
|
133
|
+
background-color: #ffffee ;
|
|
134
|
+
width: 40% ;
|
|
135
|
+
float: right ;
|
|
136
|
+
clear: right }
|
|
137
|
+
|
|
138
|
+
div.sidebar p.rubric {
|
|
139
|
+
font-family: sans-serif ;
|
|
140
|
+
font-size: medium }
|
|
141
|
+
|
|
142
|
+
div.system-messages {
|
|
143
|
+
margin: 5em }
|
|
144
|
+
|
|
145
|
+
div.system-messages h1 {
|
|
146
|
+
color: red }
|
|
147
|
+
|
|
148
|
+
div.system-message {
|
|
149
|
+
border: medium outset ;
|
|
150
|
+
padding: 1em }
|
|
151
|
+
|
|
152
|
+
div.system-message p.system-message-title {
|
|
153
|
+
color: red ;
|
|
154
|
+
font-weight: bold }
|
|
155
|
+
|
|
156
|
+
div.topic {
|
|
157
|
+
margin: 2em }
|
|
158
|
+
|
|
159
|
+
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
|
160
|
+
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
|
161
|
+
margin-top: 0.4em }
|
|
162
|
+
|
|
163
|
+
h1.title {
|
|
164
|
+
text-align: center }
|
|
165
|
+
|
|
166
|
+
h2.subtitle {
|
|
167
|
+
text-align: center }
|
|
168
|
+
|
|
169
|
+
hr.docutils {
|
|
170
|
+
width: 75% }
|
|
171
|
+
|
|
172
|
+
img.align-left, .figure.align-left, object.align-left, table.align-left {
|
|
173
|
+
clear: left ;
|
|
174
|
+
float: left ;
|
|
175
|
+
margin-right: 1em }
|
|
176
|
+
|
|
177
|
+
img.align-right, .figure.align-right, object.align-right, table.align-right {
|
|
178
|
+
clear: right ;
|
|
179
|
+
float: right ;
|
|
180
|
+
margin-left: 1em }
|
|
181
|
+
|
|
182
|
+
img.align-center, .figure.align-center, object.align-center {
|
|
183
|
+
display: block;
|
|
184
|
+
margin-left: auto;
|
|
185
|
+
margin-right: auto;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
table.align-center {
|
|
189
|
+
margin-left: auto;
|
|
190
|
+
margin-right: auto;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.align-left {
|
|
194
|
+
text-align: left }
|
|
195
|
+
|
|
196
|
+
.align-center {
|
|
197
|
+
clear: both ;
|
|
198
|
+
text-align: center }
|
|
199
|
+
|
|
200
|
+
.align-right {
|
|
201
|
+
text-align: right }
|
|
202
|
+
|
|
203
|
+
/* reset inner alignment in figures */
|
|
204
|
+
div.align-right {
|
|
205
|
+
text-align: inherit }
|
|
206
|
+
|
|
207
|
+
/* div.align-center * { */
|
|
208
|
+
/* text-align: left } */
|
|
209
|
+
|
|
210
|
+
.align-top {
|
|
211
|
+
vertical-align: top }
|
|
212
|
+
|
|
213
|
+
.align-middle {
|
|
214
|
+
vertical-align: middle }
|
|
215
|
+
|
|
216
|
+
.align-bottom {
|
|
217
|
+
vertical-align: bottom }
|
|
218
|
+
|
|
219
|
+
ol.simple, ul.simple {
|
|
220
|
+
margin-bottom: 1em }
|
|
221
|
+
|
|
222
|
+
ol.arabic {
|
|
223
|
+
list-style: decimal }
|
|
224
|
+
|
|
225
|
+
ol.loweralpha {
|
|
226
|
+
list-style: lower-alpha }
|
|
227
|
+
|
|
228
|
+
ol.upperalpha {
|
|
229
|
+
list-style: upper-alpha }
|
|
230
|
+
|
|
231
|
+
ol.lowerroman {
|
|
232
|
+
list-style: lower-roman }
|
|
233
|
+
|
|
234
|
+
ol.upperroman {
|
|
235
|
+
list-style: upper-roman }
|
|
236
|
+
|
|
237
|
+
p.attribution {
|
|
238
|
+
text-align: right ;
|
|
239
|
+
margin-left: 50% }
|
|
240
|
+
|
|
241
|
+
p.caption {
|
|
242
|
+
font-style: italic }
|
|
243
|
+
|
|
244
|
+
p.credits {
|
|
245
|
+
font-style: italic ;
|
|
246
|
+
font-size: smaller }
|
|
247
|
+
|
|
248
|
+
p.label {
|
|
249
|
+
white-space: nowrap }
|
|
250
|
+
|
|
251
|
+
p.rubric {
|
|
252
|
+
font-weight: bold ;
|
|
253
|
+
font-size: larger ;
|
|
254
|
+
color: maroon ;
|
|
255
|
+
text-align: center }
|
|
256
|
+
|
|
257
|
+
p.sidebar-title {
|
|
258
|
+
font-family: sans-serif ;
|
|
259
|
+
font-weight: bold ;
|
|
260
|
+
font-size: larger }
|
|
261
|
+
|
|
262
|
+
p.sidebar-subtitle {
|
|
263
|
+
font-family: sans-serif ;
|
|
264
|
+
font-weight: bold }
|
|
265
|
+
|
|
266
|
+
p.topic-title {
|
|
267
|
+
font-weight: bold }
|
|
268
|
+
|
|
269
|
+
pre.address {
|
|
270
|
+
margin-bottom: 0 ;
|
|
271
|
+
margin-top: 0 ;
|
|
272
|
+
font: inherit }
|
|
273
|
+
|
|
274
|
+
pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
275
|
+
margin-left: 2em ;
|
|
276
|
+
margin-right: 2em }
|
|
277
|
+
|
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
|
279
|
+
pre.code, code { background-color: #eeeeee }
|
|
280
|
+
pre.code .comment, code .comment { color: #5C6576 }
|
|
281
|
+
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
|
282
|
+
pre.code .literal.string, code .literal.string { color: #0C5404 }
|
|
283
|
+
pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
|
284
|
+
pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
|
285
|
+
pre.code .inserted, code .inserted { background-color: #A3D289}
|
|
286
|
+
|
|
287
|
+
span.classifier {
|
|
288
|
+
font-family: sans-serif ;
|
|
289
|
+
font-style: oblique }
|
|
290
|
+
|
|
291
|
+
span.classifier-delimiter {
|
|
292
|
+
font-family: sans-serif ;
|
|
293
|
+
font-weight: bold }
|
|
294
|
+
|
|
295
|
+
span.interpreted {
|
|
296
|
+
font-family: sans-serif }
|
|
297
|
+
|
|
298
|
+
span.option {
|
|
299
|
+
white-space: nowrap }
|
|
300
|
+
|
|
301
|
+
span.pre {
|
|
302
|
+
white-space: pre }
|
|
303
|
+
|
|
304
|
+
span.problematic, pre.problematic {
|
|
305
|
+
color: red }
|
|
306
|
+
|
|
307
|
+
span.section-subtitle {
|
|
308
|
+
/* font-size relative to parent (h1..h6 element) */
|
|
309
|
+
font-size: 80% }
|
|
310
|
+
|
|
311
|
+
table.citation {
|
|
312
|
+
border-left: solid 1px gray;
|
|
313
|
+
margin-left: 1px }
|
|
314
|
+
|
|
315
|
+
table.docinfo {
|
|
316
|
+
margin: 2em 4em }
|
|
317
|
+
|
|
318
|
+
table.docutils {
|
|
319
|
+
margin-top: 0.5em ;
|
|
320
|
+
margin-bottom: 0.5em }
|
|
321
|
+
|
|
322
|
+
table.footnote {
|
|
323
|
+
border-left: solid 1px black;
|
|
324
|
+
margin-left: 1px }
|
|
325
|
+
|
|
326
|
+
table.docutils td, table.docutils th,
|
|
327
|
+
table.docinfo td, table.docinfo th {
|
|
328
|
+
padding-left: 0.5em ;
|
|
329
|
+
padding-right: 0.5em ;
|
|
330
|
+
vertical-align: top }
|
|
331
|
+
|
|
332
|
+
table.docutils th.field-name, table.docinfo th.docinfo-name {
|
|
333
|
+
font-weight: bold ;
|
|
334
|
+
text-align: left ;
|
|
335
|
+
white-space: nowrap ;
|
|
336
|
+
padding-left: 0 }
|
|
337
|
+
|
|
338
|
+
/* "booktabs" style (no vertical lines) */
|
|
339
|
+
table.docutils.booktabs {
|
|
340
|
+
border: 0px;
|
|
341
|
+
border-top: 2px solid;
|
|
342
|
+
border-bottom: 2px solid;
|
|
343
|
+
border-collapse: collapse;
|
|
344
|
+
}
|
|
345
|
+
table.docutils.booktabs * {
|
|
346
|
+
border: 0px;
|
|
347
|
+
}
|
|
348
|
+
table.docutils.booktabs th {
|
|
349
|
+
border-bottom: thin solid;
|
|
350
|
+
text-align: left;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
|
354
|
+
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
|
355
|
+
font-size: 100% }
|
|
356
|
+
|
|
357
|
+
ul.auto-toc {
|
|
358
|
+
list-style-type: none }
|
|
359
|
+
|
|
360
|
+
</style>
|
|
361
|
+
</head>
|
|
362
|
+
<body>
|
|
363
|
+
<div class="document" id="html-fields-in-document-layout-configuration">
|
|
364
|
+
<h1 class="title">Html fields in document layout configuration</h1>
|
|
365
|
+
|
|
366
|
+
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
367
|
+
!! This file is generated by oca-gen-addon-readme !!
|
|
368
|
+
!! changes will be overwritten. !!
|
|
369
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
+
!! source digest: sha256:f278fbc9320412f1546a56bf31b2a7e499ab2cbd2e42661e80c9b92dc554d698
|
|
371
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
372
|
+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/sygel-technology/sy-server-tools/tree/18.0/html_fields_document_layout_configuration"><img alt="sygel-technology/sy-server-tools" src="https://img.shields.io/badge/github-sygel--technology%2Fsy--server--tools-lightgray.png?logo=github" /></a></p>
|
|
373
|
+
<p>This module allows you to edit the HTML fields of the base document
|
|
374
|
+
configuration using the HTML widget.</p>
|
|
375
|
+
<p><strong>Table of contents</strong></p>
|
|
376
|
+
<div class="contents local topic" id="contents">
|
|
377
|
+
<ul class="simple">
|
|
378
|
+
<li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a></li>
|
|
379
|
+
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-2">Known issues / Roadmap</a></li>
|
|
380
|
+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-3">Bug Tracker</a></li>
|
|
381
|
+
<li><a class="reference internal" href="#credits" id="toc-entry-4">Credits</a><ul>
|
|
382
|
+
<li><a class="reference internal" href="#authors" id="toc-entry-5">Authors</a></li>
|
|
383
|
+
<li><a class="reference internal" href="#contributors" id="toc-entry-6">Contributors</a></li>
|
|
384
|
+
<li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li>
|
|
385
|
+
</ul>
|
|
386
|
+
</li>
|
|
387
|
+
</ul>
|
|
388
|
+
</div>
|
|
389
|
+
<div class="section" id="usage">
|
|
390
|
+
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
|
|
391
|
+
<p>To use this module:</p>
|
|
392
|
+
<ol class="arabic simple">
|
|
393
|
+
<li>Activate the developer mode.</li>
|
|
394
|
+
<li>Go to Settings / General Settings / Configure Document Layout</li>
|
|
395
|
+
<li>In a HTML field (Address, Tagline or Footer) select the text with
|
|
396
|
+
your cursor. Write some text before if the field is empty</li>
|
|
397
|
+
<li>Click on the <strong></></strong> button to enable the HTML widget. Click it again
|
|
398
|
+
to disable it.</li>
|
|
399
|
+
</ol>
|
|
400
|
+
</div>
|
|
401
|
+
<div class="section" id="known-issues-roadmap">
|
|
402
|
+
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
|
|
403
|
+
<div class="line-block">
|
|
404
|
+
<div class="line">There is a known bug that prevents the view from refreshing
|
|
405
|
+
automatically when using the HTML widget.</div>
|
|
406
|
+
<div class="line">To work around this issue:</div>
|
|
407
|
+
</div>
|
|
408
|
+
<ol class="arabic simple">
|
|
409
|
+
<li>Edit the content using the HTML widget.</li>
|
|
410
|
+
<li>Switch back to the text view (without the HTML widget).</li>
|
|
411
|
+
</ol>
|
|
412
|
+
</div>
|
|
413
|
+
<div class="section" id="bug-tracker">
|
|
414
|
+
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
|
|
415
|
+
<p>Bugs are tracked on <a class="reference external" href="https://github.com/sygel-technology/sy-server-tools/issues">GitHub Issues</a>.
|
|
416
|
+
In case of trouble, please check there if your issue has already been reported.
|
|
417
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
418
|
+
<a class="reference external" href="https://github.com/sygel-technology/sy-server-tools/issues/new?body=module:%20html_fields_document_layout_configuration%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
419
|
+
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
420
|
+
</div>
|
|
421
|
+
<div class="section" id="credits">
|
|
422
|
+
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
|
|
423
|
+
<div class="section" id="authors">
|
|
424
|
+
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
|
|
425
|
+
<ul class="simple">
|
|
426
|
+
<li>Sygel</li>
|
|
427
|
+
</ul>
|
|
428
|
+
</div>
|
|
429
|
+
<div class="section" id="contributors">
|
|
430
|
+
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
|
|
431
|
+
<ul class="simple">
|
|
432
|
+
<li><a class="reference external" href="https://www.sygel.es">Sygel</a>:<ul>
|
|
433
|
+
<li>Angel García de la Chica Herrera</li>
|
|
434
|
+
<li>Valentin Vinagre</li>
|
|
435
|
+
<li>Harald Panten</li>
|
|
436
|
+
<li>Alberto Martínez</li>
|
|
437
|
+
</ul>
|
|
438
|
+
</li>
|
|
439
|
+
</ul>
|
|
440
|
+
</div>
|
|
441
|
+
<div class="section" id="maintainers">
|
|
442
|
+
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
|
|
443
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/sygel-technology/sy-server-tools/tree/18.0/html_fields_document_layout_configuration">sygel-technology/sy-server-tools</a> project on GitHub.</p>
|
|
444
|
+
<p>You are welcome to contribute.</p>
|
|
445
|
+
</div>
|
|
446
|
+
</div>
|
|
447
|
+
</div>
|
|
448
|
+
</body>
|
|
449
|
+
</html>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<field name="model">base.document.layout</field>
|
|
8
8
|
<field name="inherit_id" ref="web.view_base_document_layout" />
|
|
9
9
|
<field name="arch" type="xml">
|
|
10
|
-
|
|
10
|
+
<xpath expr="//field[@name='report_header']" position="attributes">
|
|
11
11
|
<attribute name="widget">html</attribute>
|
|
12
12
|
<attribute name="class">oe-bordered-editor</attribute>
|
|
13
13
|
<attribute name="options">{'codeview': true }</attribute>
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: odoo-addon-html_fields_document_layout_configuration
|
|
3
|
+
Version: 18.0.1.0.0.1
|
|
4
|
+
Requires-Python: >=3.10
|
|
5
|
+
Requires-Dist: odoo==18.0.*
|
|
6
|
+
Summary: Html fields in document layout configuration
|
|
7
|
+
Home-page: https://github.com/sygel-technology/sy-server-tools
|
|
8
|
+
License: AGPL-3
|
|
9
|
+
Author: Sygel, Odoo Community Association (OCA)
|
|
10
|
+
Author-email: support@odoo-community.org
|
|
11
|
+
Classifier: Programming Language :: Python
|
|
12
|
+
Classifier: Framework :: Odoo
|
|
13
|
+
Classifier: Framework :: Odoo :: 18.0
|
|
14
|
+
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
15
|
+
Description-Content-Type: text/x-rst
|
|
16
|
+
|
|
17
|
+
============================================
|
|
18
|
+
Html fields in document layout configuration
|
|
19
|
+
============================================
|
|
20
|
+
|
|
21
|
+
..
|
|
22
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
23
|
+
!! This file is generated by oca-gen-addon-readme !!
|
|
24
|
+
!! changes will be overwritten. !!
|
|
25
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
26
|
+
!! source digest: sha256:f278fbc9320412f1546a56bf31b2a7e499ab2cbd2e42661e80c9b92dc554d698
|
|
27
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
|
+
|
|
29
|
+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
30
|
+
:target: https://odoo-community.org/page/development-status
|
|
31
|
+
:alt: Beta
|
|
32
|
+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
|
33
|
+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
34
|
+
:alt: License: AGPL-3
|
|
35
|
+
.. |badge3| image:: https://img.shields.io/badge/github-sygel--technology%2Fsy--server--tools-lightgray.png?logo=github
|
|
36
|
+
:target: https://github.com/sygel-technology/sy-server-tools/tree/18.0/html_fields_document_layout_configuration
|
|
37
|
+
:alt: sygel-technology/sy-server-tools
|
|
38
|
+
|
|
39
|
+
|badge1| |badge2| |badge3|
|
|
40
|
+
|
|
41
|
+
This module allows you to edit the HTML fields of the base document
|
|
42
|
+
configuration using the HTML widget.
|
|
43
|
+
|
|
44
|
+
**Table of contents**
|
|
45
|
+
|
|
46
|
+
.. contents::
|
|
47
|
+
:local:
|
|
48
|
+
|
|
49
|
+
Usage
|
|
50
|
+
=====
|
|
51
|
+
|
|
52
|
+
To use this module:
|
|
53
|
+
|
|
54
|
+
1. Activate the developer mode.
|
|
55
|
+
2. Go to Settings / General Settings / Configure Document Layout
|
|
56
|
+
3. In a HTML field (Address, Tagline or Footer) select the text with
|
|
57
|
+
your cursor. Write some text before if the field is empty
|
|
58
|
+
4. Click on the **</>** button to enable the HTML widget. Click it again
|
|
59
|
+
to disable it.
|
|
60
|
+
|
|
61
|
+
Known issues / Roadmap
|
|
62
|
+
======================
|
|
63
|
+
|
|
64
|
+
| There is a known bug that prevents the view from refreshing
|
|
65
|
+
automatically when using the HTML widget.
|
|
66
|
+
| To work around this issue:
|
|
67
|
+
|
|
68
|
+
1. Edit the content using the HTML widget.
|
|
69
|
+
2. Switch back to the text view (without the HTML widget).
|
|
70
|
+
|
|
71
|
+
Bug Tracker
|
|
72
|
+
===========
|
|
73
|
+
|
|
74
|
+
Bugs are tracked on `GitHub Issues <https://github.com/sygel-technology/sy-server-tools/issues>`_.
|
|
75
|
+
In case of trouble, please check there if your issue has already been reported.
|
|
76
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
77
|
+
`feedback <https://github.com/sygel-technology/sy-server-tools/issues/new?body=module:%20html_fields_document_layout_configuration%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
78
|
+
|
|
79
|
+
Do not contact contributors directly about support or help with technical issues.
|
|
80
|
+
|
|
81
|
+
Credits
|
|
82
|
+
=======
|
|
83
|
+
|
|
84
|
+
Authors
|
|
85
|
+
-------
|
|
86
|
+
|
|
87
|
+
* Sygel
|
|
88
|
+
|
|
89
|
+
Contributors
|
|
90
|
+
------------
|
|
91
|
+
|
|
92
|
+
- `Sygel <https://www.sygel.es>`__:
|
|
93
|
+
|
|
94
|
+
- Angel García de la Chica Herrera
|
|
95
|
+
- Valentin Vinagre
|
|
96
|
+
- Harald Panten
|
|
97
|
+
- Alberto Martínez
|
|
98
|
+
|
|
99
|
+
Maintainers
|
|
100
|
+
-----------
|
|
101
|
+
|
|
102
|
+
This module is part of the `sygel-technology/sy-server-tools <https://github.com/sygel-technology/sy-server-tools/tree/18.0/html_fields_document_layout_configuration>`_ project on GitHub.
|
|
103
|
+
|
|
104
|
+
You are welcome to contribute.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
odoo/addons/html_fields_document_layout_configuration/README.rst,sha256=z5_aYy46Xqwvxdwj9fizaAW41E7a6iGt8RjYa-WB4gc,3010
|
|
2
|
+
odoo/addons/html_fields_document_layout_configuration/__init__.py,sha256=6eImpDpysTv71lHIgskroA9xnuQLp6OdXWoB9jdZW3c,133
|
|
3
|
+
odoo/addons/html_fields_document_layout_configuration/__manifest__.py,sha256=Q2Me7OvhxBXFIYVeeS5SwRHHGQOSjq9-uUkO7M5sdnk,648
|
|
4
|
+
odoo/addons/html_fields_document_layout_configuration/readme/CONTRIBUTORS.md,sha256=_vb_dY-avTatzthrxlWkia3oTiwOmddSYNUxvMVGqk8,132
|
|
5
|
+
odoo/addons/html_fields_document_layout_configuration/readme/DESCRIPTION.md,sha256=50vjZGNvVlQLtZ3_HU7bzVp-NRVX8vXkpTNvK89Re5s,105
|
|
6
|
+
odoo/addons/html_fields_document_layout_configuration/readme/ROADMAP.md,sha256=qqShtnHWsPzgiw8GIgAxh_CjW8AOmh6J_abnCZ1-vik,234
|
|
7
|
+
odoo/addons/html_fields_document_layout_configuration/readme/USAGE.md,sha256=Mj-JvzC9thAnJIywn1nRfM1snHHunthPZ2Jg4aJAuqQ,333
|
|
8
|
+
odoo/addons/html_fields_document_layout_configuration/static/description/icon.png,sha256=9HYOc__bz3eyRabiI6lNiinbcV6oau5XA-mBvc7PNwk,22050
|
|
9
|
+
odoo/addons/html_fields_document_layout_configuration/static/description/index.html,sha256=1z9m5W49YuQ2fQ1w8XENy8GycbIk-l2IaEmX4Lhnhiw,12666
|
|
10
|
+
odoo/addons/html_fields_document_layout_configuration/views/view_base_document_layout.xml,sha256=IyYHeBgiaxUztClagvpT5detHqu5EhVZoWmJ10xlP4k,1465
|
|
11
|
+
odoo_addon_html_fields_document_layout_configuration-18.0.1.0.0.1.dist-info/METADATA,sha256=inHxeRrksI-JbHVQnOgOqn-TWhhHrMzM74rBYdMt534,3612
|
|
12
|
+
odoo_addon_html_fields_document_layout_configuration-18.0.1.0.0.1.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
13
|
+
odoo_addon_html_fields_document_layout_configuration-18.0.1.0.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
14
|
+
odoo_addon_html_fields_document_layout_configuration-18.0.1.0.0.1.dist-info/RECORD,,
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-html_fields_document_layout_configuration
|
|
3
|
-
Version: 16.0.1.0.0.1
|
|
4
|
-
Requires-Python: >=3.10
|
|
5
|
-
Requires-Dist: odoo>=16.0a,<16.1dev
|
|
6
|
-
Summary: Html fields in document layout configuration
|
|
7
|
-
Home-page: https://github.com/sygel-technology/sy-server-tools
|
|
8
|
-
License: AGPL-3
|
|
9
|
-
Author: Sygel, Odoo Community Association (OCA)
|
|
10
|
-
Author-email: support@odoo-community.org
|
|
11
|
-
Classifier: Programming Language :: Python
|
|
12
|
-
Classifier: Framework :: Odoo
|
|
13
|
-
Classifier: Framework :: Odoo :: 16.0
|
|
14
|
-
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
15
|
-
|
|
16
|
-
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
|
17
|
-
:target: http://www.gnu.org/licenses/agpl
|
|
18
|
-
:alt: License: AGPL-3
|
|
19
|
-
|
|
20
|
-
============================================
|
|
21
|
-
Html fields in document layout configuration
|
|
22
|
-
============================================
|
|
23
|
-
|
|
24
|
-
This module allows you to edit the HTML fields of the base document configuration using the HTML widget.
|
|
25
|
-
|
|
26
|
-
Installation
|
|
27
|
-
============
|
|
28
|
-
|
|
29
|
-
To install this module, you need to:
|
|
30
|
-
|
|
31
|
-
1. Install the module via Odoo's app interface or by placing it in your addons directory.
|
|
32
|
-
|
|
33
|
-
Configuration
|
|
34
|
-
=============
|
|
35
|
-
|
|
36
|
-
To configure this module, you need to:
|
|
37
|
-
|
|
38
|
-
1. Follow the instructions in the module documentation.
|
|
39
|
-
|
|
40
|
-
Usage
|
|
41
|
-
=====
|
|
42
|
-
|
|
43
|
-
In the form view of "Configure Document Layout," click on the `</>` button to enable or disable the HTML widget in the HTML fields.
|
|
44
|
-
|
|
45
|
-
ROADMAP
|
|
46
|
-
=======
|
|
47
|
-
|
|
48
|
-
There is a bug that prevents refreshing the view automatically from the HTML widget.
|
|
49
|
-
To fix it:
|
|
50
|
-
|
|
51
|
-
1. Edit the field using the HTML widget.
|
|
52
|
-
2. Switch back to the plain text view (without the HTML widget).
|
|
53
|
-
3. Insert any character into the field.
|
|
54
|
-
4. Exit the field.
|
|
55
|
-
|
|
56
|
-
Bug Tracker
|
|
57
|
-
===========
|
|
58
|
-
|
|
59
|
-
Bugs and errors are managed in the `GitHub issues tracker <https://github.com/sygel/sy-server-backend/issues>`_.
|
|
60
|
-
In case of problems, please check if your problem has already been reported. If you are the first to discover it, help us solve it by providing a detailed description `here <https://github.com/sygel/sy-server-backend/issues/new>`_.
|
|
61
|
-
|
|
62
|
-
Do not contact contributors directly about support or technical issues.
|
|
63
|
-
|
|
64
|
-
Credits
|
|
65
|
-
=======
|
|
66
|
-
|
|
67
|
-
Authors
|
|
68
|
-
-------
|
|
69
|
-
|
|
70
|
-
* Sygel, Odoo Community Association (OCA)
|
|
71
|
-
|
|
72
|
-
Contributors
|
|
73
|
-
------------
|
|
74
|
-
|
|
75
|
-
* Angel Garcia de la Chica Herrera <angel.garcia@sygel.es>
|
|
76
|
-
|
|
77
|
-
Maintainer
|
|
78
|
-
----------
|
|
79
|
-
|
|
80
|
-
This module is maintained by Sygel.
|
|
81
|
-
|
|
82
|
-
This module is part of the `Sygel/sy-server-backend <https://github.com/sygel-technology/sy-server-backend>`_.
|
|
83
|
-
To contribute to this module, please visit https://github.com/sygel-technology.
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
odoo/addons/html_fields_document_layout_configuration/README.rst,sha256=zPugA70QvrxVnQo4LsR9-N8w4y0PN-NtNJh9X7PWPOM,1950
|
|
2
|
-
odoo/addons/html_fields_document_layout_configuration/__init__.py,sha256=FNlMPDojEQpwvHZlf1L1FiQCxOYOu7R3lMKD6aozhvU,65
|
|
3
|
-
odoo/addons/html_fields_document_layout_configuration/__manifest__.py,sha256=DWH98DhZObxwtN-oO0nVmBMdWkCVJr6xAzHgbOe0w00,648
|
|
4
|
-
odoo/addons/html_fields_document_layout_configuration/static/description/icon.png,sha256=bVbNdnyk7PXHuZ3ye_Aqh1M9tbfPJ5zU5W1VnoO8mBQ,35820
|
|
5
|
-
odoo/addons/html_fields_document_layout_configuration/views/view_base_document_layout.xml,sha256=yOdLqWVbf8s6UF7rudYgZmYOeRVXJio7vHEOYUQ0LBU,1466
|
|
6
|
-
odoo_addon_html_fields_document_layout_configuration-16.0.1.0.0.1.dist-info/METADATA,sha256=32sfa4vqjXCt7O5ghw6d5-oCwjuaNmUw3MwJzAK586c,2523
|
|
7
|
-
odoo_addon_html_fields_document_layout_configuration-16.0.1.0.0.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
|
8
|
-
odoo_addon_html_fields_document_layout_configuration-16.0.1.0.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
9
|
-
odoo_addon_html_fields_document_layout_configuration-16.0.1.0.0.1.dist-info/RECORD,,
|