odoo-addon-base-view-inheritance-extension 16.0.1.2.1.3__py3-none-any.whl → 16.0.1.2.2__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.
@@ -7,7 +7,7 @@ Extended view inheritance
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:2d8fbf4939d14cf8a9a3bd23e9443daf262d094983fe68dd734e477add384199
10
+ !! source digest: sha256:f3e7549a45401af6dc8f4fb45297cb6d8a5395e25365c6d13f48bb394aa17d03
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
@@ -36,6 +36,11 @@ inheritance.
36
36
  .. contents::
37
37
  :local:
38
38
 
39
+ Installation
40
+ ============
41
+
42
+ You need to install the Python 'astor' library to use it.
43
+
39
44
  Usage
40
45
  =====
41
46
 
@@ -3,7 +3,7 @@
3
3
  # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
4
4
  {
5
5
  "name": "Extended view inheritance",
6
- "version": "16.0.1.2.1",
6
+ "version": "16.0.1.2.2",
7
7
  "development_status": "Mature",
8
8
  "author": "Therp BV,Odoo Community Association (OCA)",
9
9
  "license": "LGPL-3",
@@ -0,0 +1 @@
1
+ You need to install the Python 'astor' library to use it.
@@ -8,10 +8,11 @@
8
8
 
9
9
  /*
10
10
  :Author: David Goodger (goodger@python.org)
11
- :Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11
+ :Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
12
12
  :Copyright: This stylesheet has been placed in the public domain.
13
13
 
14
14
  Default cascading style sheet for the HTML output of Docutils.
15
+ Despite the name, some widely supported CSS2 features are used.
15
16
 
16
17
  See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
17
18
  customize this style sheet.
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
274
275
  margin-left: 2em ;
275
276
  margin-right: 2em }
276
277
 
277
- pre.code .ln { color: grey; } /* line numbers */
278
+ pre.code .ln { color: gray; } /* line numbers */
278
279
  pre.code, code { background-color: #eeeeee }
279
280
  pre.code .comment, code .comment { color: #5C6576 }
280
281
  pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@ span.option {
300
301
  span.pre {
301
302
  white-space: pre }
302
303
 
303
- span.problematic {
304
+ span.problematic, pre.problematic {
304
305
  color: red }
305
306
 
306
307
  span.section-subtitle {
@@ -366,7 +367,7 @@ ul.auto-toc {
366
367
  !! This file is generated by oca-gen-addon-readme !!
367
368
  !! changes will be overwritten. !!
368
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:2d8fbf4939d14cf8a9a3bd23e9443daf262d094983fe68dd734e477add384199
370
+ !! source digest: sha256:f3e7549a45401af6dc8f4fb45297cb6d8a5395e25365c6d13f48bb394aa17d03
370
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
372
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/16.0/base_view_inheritance_extension"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_view_inheritance_extension"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
373
  <p>This module was written to make it simple to add custom operators for view
@@ -374,19 +375,24 @@ inheritance.</p>
374
375
  <p><strong>Table of contents</strong></p>
375
376
  <div class="contents local topic" id="contents">
376
377
  <ul class="simple">
377
- <li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a></li>
378
- <li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-2">Known issues / Roadmap</a></li>
379
- <li><a class="reference internal" href="#bug-tracker" id="toc-entry-3">Bug Tracker</a></li>
380
- <li><a class="reference internal" href="#credits" id="toc-entry-4">Credits</a><ul>
381
- <li><a class="reference internal" href="#authors" id="toc-entry-5">Authors</a></li>
382
- <li><a class="reference internal" href="#contributors" id="toc-entry-6">Contributors</a></li>
383
- <li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li>
378
+ <li><a class="reference internal" href="#installation" id="toc-entry-1">Installation</a></li>
379
+ <li><a class="reference internal" href="#usage" id="toc-entry-2">Usage</a></li>
380
+ <li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-3">Known issues / Roadmap</a></li>
381
+ <li><a class="reference internal" href="#bug-tracker" id="toc-entry-4">Bug Tracker</a></li>
382
+ <li><a class="reference internal" href="#credits" id="toc-entry-5">Credits</a><ul>
383
+ <li><a class="reference internal" href="#authors" id="toc-entry-6">Authors</a></li>
384
+ <li><a class="reference internal" href="#contributors" id="toc-entry-7">Contributors</a></li>
385
+ <li><a class="reference internal" href="#maintainers" id="toc-entry-8">Maintainers</a></li>
384
386
  </ul>
385
387
  </li>
386
388
  </ul>
387
389
  </div>
390
+ <div class="section" id="installation">
391
+ <h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
392
+ <p>You need to install the Python ‘astor’ library to use it.</p>
393
+ </div>
388
394
  <div class="section" id="usage">
389
- <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
395
+ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
390
396
  <p><strong>Change a python dictionary (context for example)</strong></p>
391
397
  <pre class="code xml literal-block">
392
398
  <span class="nt">&lt;field</span><span class="w"> </span><span class="na">position=</span><span class="s">&quot;attributes&quot;</span><span class="nt">&gt;</span><span class="w">
@@ -421,13 +427,13 @@ to refer to some xmlid, say <tt class="docutils literal">%(xmlid)s</tt>.</p>
421
427
  </pre>
422
428
  </div>
423
429
  <div class="section" id="known-issues-roadmap">
424
- <h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
430
+ <h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
425
431
  <ul class="simple">
426
432
  <li>Support an <tt class="docutils literal">eval</tt> attribute for our new node types.</li>
427
433
  </ul>
428
434
  </div>
429
435
  <div class="section" id="bug-tracker">
430
- <h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
436
+ <h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
431
437
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>.
432
438
  In case of trouble, please check there if your issue has already been reported.
433
439
  If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -435,15 +441,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
435
441
  <p>Do not contact contributors directly about support or help with technical issues.</p>
436
442
  </div>
437
443
  <div class="section" id="credits">
438
- <h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
444
+ <h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
439
445
  <div class="section" id="authors">
440
- <h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
446
+ <h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
441
447
  <ul class="simple">
442
448
  <li>Therp BV</li>
443
449
  </ul>
444
450
  </div>
445
451
  <div class="section" id="contributors">
446
- <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
452
+ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
447
453
  <ul class="simple">
448
454
  <li>Holger Brunn &lt;<a class="reference external" href="mailto:hbrunn&#64;therp.nl">hbrunn&#64;therp.nl</a>&gt;</li>
449
455
  <li>Ronald Portier &lt;<a class="reference external" href="mailto:rportier&#64;therp.nl">rportier&#64;therp.nl</a>&gt;</li>
@@ -457,9 +463,11 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
457
463
  </ul>
458
464
  </div>
459
465
  <div class="section" id="maintainers">
460
- <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
466
+ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
461
467
  <p>This module is maintained by the OCA.</p>
462
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
468
+ <a class="reference external image-reference" href="https://odoo-community.org">
469
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
470
+ </a>
463
471
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
464
472
  mission is to support the collaborative development of Odoo features and
465
473
  promote its widespread use.</p>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-base_view_inheritance_extension
3
- Version: 16.0.1.2.1.3
3
+ Version: 16.0.1.2.2
4
4
  Summary: Adds more operators for view inheritance
5
5
  Home-page: https://github.com/OCA/server-tools
6
6
  Author: Therp BV,Odoo Community Association (OCA)
@@ -24,7 +24,7 @@ Extended view inheritance
24
24
  !! This file is generated by oca-gen-addon-readme !!
25
25
  !! changes will be overwritten. !!
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
- !! source digest: sha256:2d8fbf4939d14cf8a9a3bd23e9443daf262d094983fe68dd734e477add384199
27
+ !! source digest: sha256:f3e7549a45401af6dc8f4fb45297cb6d8a5395e25365c6d13f48bb394aa17d03
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
29
 
30
30
  .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
@@ -53,6 +53,11 @@ inheritance.
53
53
  .. contents::
54
54
  :local:
55
55
 
56
+ Installation
57
+ ============
58
+
59
+ You need to install the Python 'astor' library to use it.
60
+
56
61
  Usage
57
62
  =====
58
63
 
@@ -1,6 +1,6 @@
1
- odoo/addons/base_view_inheritance_extension/README.rst,sha256=xZcGLfthaxIoLHtfL6dMnpZ6ojWzYCwcRWVGC4bphzI,4371
1
+ odoo/addons/base_view_inheritance_extension/README.rst,sha256=5JUNPJylSwYEIr1AI3VXGG-JQuZN_q2E15aQa0dcU8o,4457
2
2
  odoo/addons/base_view_inheritance_extension/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
- odoo/addons/base_view_inheritance_extension/__manifest__.py,sha256=185VxDJxD7lHpQN1GhX4SRbQ7_-rjcLsL3ve6plcDSg,616
3
+ odoo/addons/base_view_inheritance_extension/__manifest__.py,sha256=hETyuxSNsU5SN5kR6QA6gT9w-ZaCfhGkNy6EvvLiJjQ,616
4
4
  odoo/addons/base_view_inheritance_extension/demo/ir_ui_view.xml,sha256=MHPVOGOM6XnNOTsq0ylz1B5r0sPJpRKHLan3K2mZ6sA,1200
5
5
  odoo/addons/base_view_inheritance_extension/i18n/base_view_inheritance_extension.pot,sha256=fs9N7L3F1tQYphJ4_BoE725z8zXA0ULVEIW4-qsQRTw,1031
6
6
  odoo/addons/base_view_inheritance_extension/i18n/ca.po,sha256=7ncEf2XfOWoOIlU7jysZhKYtd1KEF7oUHABgxJeEm9Q,1443
@@ -16,13 +16,14 @@ odoo/addons/base_view_inheritance_extension/models/__init__.py,sha256=SjKfc8ocbC
16
16
  odoo/addons/base_view_inheritance_extension/models/ir_ui_view.py,sha256=AIeWfScFWgfylcFwL8QPwX3HnIQ2YrkgvhPho_M33cc,9903
17
17
  odoo/addons/base_view_inheritance_extension/readme/CONTRIBUTORS.rst,sha256=er1wsP0tAgTprk5TY_A9qnHgOIfb9-v9CgD6ooWGifg,252
18
18
  odoo/addons/base_view_inheritance_extension/readme/DESCRIPTION.rst,sha256=pamURJDYfLUcZtHl0ZvXTtzKO1LvHlhhYIND05AMzbk,88
19
+ odoo/addons/base_view_inheritance_extension/readme/INSTALL.rst,sha256=NRIVAIY4jqmqlWnJjk1npaYLoRI_Dhjl9aSq2FP9GE0,58
19
20
  odoo/addons/base_view_inheritance_extension/readme/ROADMAP.rst,sha256=Cz02ovrYCAgtqjY3nTSnikVgWaKPcWLP-bsuJxCTlKw,56
20
21
  odoo/addons/base_view_inheritance_extension/readme/USAGE.rst,sha256=qVIT8mE5xZVenXbqbWFEqx9bwbF4w-2jgEzdBYKSkAg,1099
21
22
  odoo/addons/base_view_inheritance_extension/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
22
- odoo/addons/base_view_inheritance_extension/static/description/index.html,sha256=POPtPAJ_RZSS4HMIdl1j3NjWWLWAW4bblHWrmgekwMg,16318
23
+ odoo/addons/base_view_inheritance_extension/static/description/index.html,sha256=iRRwE2QU-GakbJmXs4_Ri50N5SkPIpl0xiJWgNzAR74,16680
23
24
  odoo/addons/base_view_inheritance_extension/tests/__init__.py,sha256=kTcGsgnWhpM7vII3sEdNX5XVxDHHqRc5KdrxInG6GSw,51
24
25
  odoo/addons/base_view_inheritance_extension/tests/test_base_view_inheritance_extension.py,sha256=4_43OP09f63VK-3B_iErrGqUj_UCcC4p6I3_YibhP_g,11114
25
- odoo_addon_base_view_inheritance_extension-16.0.1.2.1.3.dist-info/METADATA,sha256=2QD8kB9V6p6rrBwmpwAQpdqP-SVtwZOzSgVyGdIQork,4991
26
- odoo_addon_base_view_inheritance_extension-16.0.1.2.1.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
27
- odoo_addon_base_view_inheritance_extension-16.0.1.2.1.3.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
28
- odoo_addon_base_view_inheritance_extension-16.0.1.2.1.3.dist-info/RECORD,,
26
+ odoo_addon_base_view_inheritance_extension-16.0.1.2.2.dist-info/METADATA,sha256=ux9zf3nb0nk6M64ApYaG2A3UNcvq903D35rs5QpGUPw,5075
27
+ odoo_addon_base_view_inheritance_extension-16.0.1.2.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
28
+ odoo_addon_base_view_inheritance_extension-16.0.1.2.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
29
+ odoo_addon_base_view_inheritance_extension-16.0.1.2.2.dist-info/RECORD,,