33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > 2D matrix for x2many fields </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="d-matrix-for-x2many-fields ">
364- < h1 class ="title "> 2D matrix for x2many fields</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="d-matrix-for-x2many-fields ">
370+ < h1 > 2D matrix for x2many fields</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:64543f15100bd096a1d8f97028d9d1a9bb8d4de8ba2c2f9bc01fa327022787f5
375+ !! source digest: sha256:6fcf40990547037c57e7d1cdf1d75e79fb2997ff3e189403eda458d9cb600755
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Production/Stable " src ="https://img.shields.io/badge/maturity-Production%2FStable-green.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/OCA/web/tree/18.0/web_widget_x2many_2d_matrix "> < img alt ="OCA/web " src ="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_x2many_2d_matrix "> < 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/web&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Production/Stable " src ="https://img.shields.io/badge/maturity-Production%2FStable-green.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/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/web/tree/18.0/web_widget_x2many_2d_matrix "> < img alt ="OCA/web " src ="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_x2many_2d_matrix "> < 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/web&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > This module allows to show an x2many field with 3-tuples ($x_value,
374379$y_value, $value) in a table</ p >
375380< table border ="1 " class ="docutils ">
@@ -426,7 +431,7 @@ <h1 class="title">2D matrix for x2many fields</h1>
426431</ ul >
427432</ div >
428433< div class ="section " id ="usage ">
429- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
434+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h2 >
430435< p > Use this widget by saying:</ p >
431436< pre class ="literal-block ">
432437<field name="my_field" widget="x2many_2d_matrix" />
@@ -453,7 +458,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
453458< p > show_column_totals If field_value is a numeric field, it indicates if
454459you want to calculate column totals. True by default</ p >
455460< div class ="section " id ="example ">
456- < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Example</ a > </ h2 >
461+ < h3 > < a class ="toc-backref " href ="#toc-entry-2 "> Example</ a > </ h3 >
457462< p > You need a data structure already filled with values. Let’s assume we
458463want to use this widget in a wizard that lets the user fill in planned
459464hours for one task per project per user. In this case, we can use
@@ -505,7 +510,7 @@ <h2><a class="toc-backref" href="#toc-entry-2">Example</a></h2>
505510</ div >
506511</ div >
507512< div class ="section " id ="known-issues-roadmap ">
508- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Known issues / Roadmap</ a > </ h1 >
513+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Known issues / Roadmap</ a > </ h2 >
509514< ul class ="simple ">
510515< li > Support extra attributes on each field cell via field_extra_attrs
511516param. We could set a cell as not editable, required or readonly for
@@ -522,34 +527,34 @@ <h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
522527</ ul >
523528</ div >
524529< div class ="section " id ="changelog ">
525- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Changelog</ a > </ h1 >
530+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Changelog</ a > </ h2 >
526531< div class ="section " id ="section-1 ">
527- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> 12.0.1.0.1 (2018-12-07)</ a > </ h2 >
532+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> 12.0.1.0.1 (2018-12-07)</ a > </ h3 >
528533< ul class ="simple ">
529534< li > [FIX] Cells are unable to render property.
530535(< a class ="reference external " href ="https://github.com/OCA/web/issues/1126 "> #1126</ a > )</ li >
531536</ ul >
532537</ div >
533538< div class ="section " id ="section-2 ">
534- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> 12.0.1.0.0 (2018-11-20)</ a > </ h2 >
539+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> 12.0.1.0.0 (2018-11-20)</ a > </ h3 >
535540< ul class ="simple ">
536541< li > [12.0][MIG] web_widget_x2many_2d_matrix
537542(< a class ="reference external " href ="https://github.com/OCA/web/issues/1101 "> #1101</ a > )</ li >
538543</ ul >
539544</ div >
540545</ div >
541546< div class ="section " id ="bug-tracker ">
542- < h1 > < a class ="toc-backref " href ="#toc-entry-7 "> Bug Tracker</ a > </ h1 >
547+ < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Bug Tracker</ a > </ h2 >
543548< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/web/issues "> GitHub Issues</ a > .
544549In case of trouble, please check there if your issue has already been reported.
545550If you spotted it first, help us to smash it by providing a detailed and welcomed
546551< a class ="reference external " href ="https://github.com/OCA/web/issues/new?body=module:%20web_widget_x2many_2d_matrix%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
547552< p > Do not contact contributors directly about support or help with technical issues.</ p >
548553</ div >
549554< div class ="section " id ="credits ">
550- < h1 > < a class ="toc-backref " href ="#toc-entry-8 "> Credits</ a > </ h1 >
555+ < h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Credits</ a > </ h2 >
551556< div class ="section " id ="authors ">
552- < h2 > < a class ="toc-backref " href ="#toc-entry-9 "> Authors</ a > </ h2 >
557+ < h3 > < a class ="toc-backref " href ="#toc-entry-9 "> Authors</ a > </ h3 >
553558< ul class ="simple ">
554559< li > Therp BV</ li >
555560< li > Tecnativa</ li >
@@ -559,7 +564,7 @@ <h2><a class="toc-backref" href="#toc-entry-9">Authors</a></h2>
559564</ ul >
560565</ div >
561566< div class ="section " id ="contributors ">
562- < h2 > < a class ="toc-backref " href ="#toc-entry-10 "> Contributors</ a > </ h2 >
567+ < h3 > < a class ="toc-backref " href ="#toc-entry-10 "> Contributors</ a > </ h3 >
563568< ul class ="simple ">
564569< li > Holger Brunn << a class ="reference external " href ="mailto:hbrunn@therp.nl "> hbrunn@therp.nl</ a > ></ li >
565570< li > Pedro M. Baeza << a class ="reference external " href ="mailto:pedro.baeza@tecnativa.com "> pedro.baeza@tecnativa.com</ a > ></ li >
@@ -580,7 +585,7 @@ <h2><a class="toc-backref" href="#toc-entry-10">Contributors</a></h2>
580585</ ul >
581586</ div >
582587< div class ="section " id ="maintainers ">
583- < h2 > < a class ="toc-backref " href ="#toc-entry-11 "> Maintainers</ a > </ h2 >
588+ < h3 > < a class ="toc-backref " href ="#toc-entry-11 "> Maintainers</ a > </ h3 >
584589< p > This module is maintained by the OCA.</ p >
585590< a class ="reference external image-reference " href ="https://odoo-community.org ">
586591< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -595,5 +600,6 @@ <h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
595600</ div >
596601</ div >
597602</ div >
603+ </ div >
598604</ body >
599605</ html >
0 commit comments