Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

yajo
Copy link
Member

@yajo yajo commented Jun 12, 2018

This addon had 2 problems after migrating to v11:

  1. One call to backend's ir.config_parameter.get_param was done for
    each instantiated dialog, while the setting served for the whole
    session equally.
  2. That model is now readable only by admin users, so non-admins
    couldn't use the default at all.

Fixed now.

@Tecnativa

This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
@yajo yajo self-assigned this Jun 12, 2018
@yajo yajo added this to the 11.0 milestone Jun 12, 2018
Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Little thing

mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't remove totally this file, as runbot will fail. You have 2 options:

  • Put a line like the template one: **This file is going to be generated by oca-gen-addon-readme.**
  • Run oca-gen-addon-readme locally for generating the README and not letting the bot do it at night.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? doesn't it create it later automatically?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, but meanwhile you will have a red build

@pedrobaeza
Copy link
Member

Travis is red

@pedrobaeza
Copy link
Member

I'm afraid this is still red

Copy link
Member

@rafaelbn rafaelbn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 all 🍏 @pedrobaeza

@yajo yajo merged commit 2810ad3 into OCA:11.0 Jun 13, 2018
@yajo yajo deleted the 11.0-web_dialog_size-fix_sudo_and_multi_calls branch June 13, 2018 06:54
ernestotejeda pushed a commit to Tecnativa/web that referenced this pull request Nov 22, 2018
…#954)

This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
pedrobaeza pushed a commit to Tecnativa/web that referenced this pull request Dec 7, 2018
…#954)

This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
sudhir-erpharbor pushed a commit to sudhir-erpharbor/web that referenced this pull request Oct 4, 2019
…#954)

This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
pierre-pizzetta pushed a commit to pierre-pizzetta/web that referenced this pull request Oct 16, 2020
…#954)

This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
rapvalencia pushed a commit to WilldooIT/web that referenced this pull request Jun 8, 2022
…#954)

This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
baimont pushed a commit to acsone/web that referenced this pull request Aug 26, 2022
…#954)

This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
tarteo pushed a commit to tarteo/web that referenced this pull request Mar 2, 2023
…#954)

This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
CarlosRoca13 pushed a commit to Tecnativa/web that referenced this pull request Aug 16, 2024
…#954)

This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
CarlosRoca13 pushed a commit to Tecnativa/web that referenced this pull request Aug 16, 2024
…#954)

This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
trisdoan pushed a commit to trisdoan/web that referenced this pull request Aug 29, 2024
…#954)

This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
jeromeguerriat-msf pushed a commit to jeromeguerriat-msf/web that referenced this pull request Dec 27, 2024
…#954)

This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
BhaveshHeliconia pushed a commit to HeliconiaIO/web that referenced this pull request Oct 15, 2025
…#954)

This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants