issue11526.diff

This commit is contained in:
Raimon Esteve 2022-06-07 16:52:50 +02:00
parent 9076d2f236
commit be6e42e107
2 changed files with 15 additions and 1 deletions

13
issue11526.diff Normal file
View file

@ -0,0 +1,13 @@
diff --git a/sao/src/view/form.js b/sao/src/view/form.js
index 010a4c06..b0322469 100644
--- a/sao/src/view/form.js
+++ b/sao/src/view/form.js
@@ -553,7 +553,7 @@ function eval_pyson(value){
var has_expand = false;
var i, j;
- var parent_max_width = 0.9;
+ var parent_max_width = 0.75;
this.el.parents('td').each(function() {
var width = this.style.width;
if (width.endsWith('%')) {

3
series
View file

@ -35,10 +35,11 @@ account_asset.diff # [account_asset] issue9767: Add revisions when updating an a
account_asset_update_asset.diff # [account_asset] decimals when updata asset #044767
sao_colors.diff # [sao] Use the same colors as 5.4 version
sao_remove_email.diff # [sao] Removes the email button from the toolbar
issue11526.diff # [sao] Form scroll with o2m with lots of columns
commission_menu_group.diff # [commission] Creates ir.ui.menu-res.group record for commission menu and group
sao_remove_email.diff # [sao] Removes the email button from the toolbar
issue10161.diff # [sale] issue10161: Configuration of invoice_method and shipment_method at customer level. (only 6.0)