tryton-sao 7.0.49 → 7.0.50

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.
package/CHANGELOG CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ Version 7.0.50 - 2026-05-20
3
+ ---------------------------
4
+ * Bug fixes (see mercurial logs for details)
5
+
6
+
2
7
  Version 7.0.49 - 2026-05-02
3
8
  ---------------------------
4
9
  * Bug fixes (see mercurial logs for details)
@@ -9694,6 +9694,10 @@ img.icon {
9694
9694
  height: 1.42857143em;
9695
9695
  display: block;
9696
9696
  }
9697
+ [dir="rtl"] .treeview > table.tree img.column-affix,
9698
+ [dir="rtl"] .treeview > table.tree a.column-affix > img {
9699
+ transform: scaleX(-1);
9700
+ }
9697
9701
  .treeview > table.tree tr.more-row {
9698
9702
  text-align: center;
9699
9703
  }
@@ -9807,6 +9811,7 @@ img.icon {
9807
9811
  [dir="rtl"] .treeview .expander > img {
9808
9812
  float: right;
9809
9813
  margin-left: 1em;
9814
+ transform: scaleX(-1);
9810
9815
  }
9811
9816
  .treeview label {
9812
9817
  font-weight: normal;
@@ -3,7 +3,7 @@
3
3
 
4
4
  /* eslint-disable no-redeclare */
5
5
  var Sao = {
6
- __version__: '7.0.49',
6
+ __version__: '7.0.50',
7
7
  };
8
8
  /* eslint-enable no-redeclare */
9
9
 
@@ -9694,6 +9694,10 @@ img.icon {
9694
9694
  height: 1.42857143em;
9695
9695
  display: block;
9696
9696
  }
9697
+ [dir="rtl"] .treeview > table.tree img.column-affix,
9698
+ [dir="rtl"] .treeview > table.tree a.column-affix > img {
9699
+ transform: scaleX(-1);
9700
+ }
9697
9701
  .treeview > table.tree tr.more-row {
9698
9702
  text-align: center;
9699
9703
  }
@@ -9807,6 +9811,7 @@ img.icon {
9807
9811
  [dir="rtl"] .treeview .expander > img {
9808
9812
  float: right;
9809
9813
  margin-left: 1em;
9814
+ transform: scaleX(-1);
9810
9815
  }
9811
9816
  .treeview label {
9812
9817
  font-weight: normal;