I have a field journal_id in the account.payment model, which is a many2one field referring to the account.journal model. I want to hide certain fields when I select 'Banque' in journal_id, but I don't know how to make it work.
how can I make filed invisible in odoo?
71 Views Asked by djouher At
1
There are 1 best solutions below
Related Questions in XPATH
- How can I load all the elements of a webpage with Selenium?
- Why is the copied XPATH not working for selenium?
- When I'm typing an Xpath or CSS selector in the console why won't matching results appear while typing? Results only appear after pressing Enter
- Nokogiri only returning 5 results
- XPath - how to exclude text from child node
- xpath issue in nested div
- Question using XPath to look for a sibling of a td with a certain name
- How to separate XML tags in freemarker in body function
- Wait using Path (Puppeteer)
- why can't I retrieve the track of my Spotify playlist even i have given correct full xpath
- How do I click the correct link based on text contained in another element using Selenium + Python?
- PHP DOMDocument ignores first table's closing tag
- String tokenise an xpath expression
- Problem to get into the next page, Selenium
- Scrapy / extracting data across multiple HTML tags
Related Questions in ODOO
- odoo : look for method I click on button "add line" in tree view
- Odoo live chat not working when using apache reverse proxy
- Odoo: How to set import template default for model
- record doesn't exist error when creating a new record
- Odoo Window action apply multiple filters
- Comparing value from a foreign key in Odoo
- How can i print my invoice report from a server action
- Changing journal_id in account.move default_get Method Not Reflecting in UI
- Odoo synchronization with Google agenda
- Call JS function from XML
- Migrate javascript V12 in V17
- Odoo 16 ir.actions.report qweb-pdf pass data via POST method
- How to migrate from Odoo 15 to Odoo 16 using odoo.upgrade?
- i cannot enter the http://localhost:8069/web/ odoo 16
- Odoo Custom Module - First Steps failed by model_id
Related Questions in FIELD
- Problem with sample code to set font properties for a whole XWPF Paragraph that includes Word fields
- After using PDFRW in Python to update fields - triggering an update?
- Insert a custom button after WooCommerce Checkout Billing Address Field
- Acrobat Javascript If Else to calculate on change in validate area
- ncurses - form field validation - can't modify "TYPE-INTEGER" value entered and outside range specified with set_field_type()
- `Pydantic` `self.model_dump()` doesn't pick up subclass instances passed to a field
- How to remove or disable form field shading in Spire.Doc for Word documents?
- Save custom checkout field from shortcode in WooCommerce
- Why doesn't Visual Studio display reference shortcut links for fields?
- Anyone able to provide a function.php snippet for Woocommerce Product field hooks in order to relocate an image swatch?
- Forwarding ref parameters through a ref struct with "unsafe" ref punning - is this safe?
- Text* Validation - Contact Form 7
- How to modify property values through reflection
- MapStruct maps the model's field as empty when the field is of an abstract type
- im working with react admin . Reference fields fetched data would display for a few moments and then disappeared
Related Questions in INVISIBLE
- I can't see specific buttons and texts In mySQL workbench
- customelement not visible when clicking on index.html
- zsh remove invisible character
- how can I make filed invisible in odoo?
- Why can I see basic:latin (c0 controls) in my text?
- Find running application of specified name but without any window
- Issue with Interface Properties and Default Implementations in C#
- Modifying invisible API method codes
- How do I remove the invisible border around the page?
- React native expo icons not showing and error message
- SVG to PNG - lines invisible
- Strapi Nested Components UI, data not visible, issue
- Python selenium select invisible drop-down when style =“display: none;"
- How to solve invisible captcha on Selenium
- How do I make an Illustrator script that makes a specific layer invisible?
Related Questions in INHERITED
- Powershell export list of files and folders that have custom ACL with just the difference from the parent folder
- C++ - Is it possible to use both types of constructor in an inherited class or when can I use second code type?
- how can I make filed invisible in odoo?
- How to solve the unable to find inherited method for function for signature "nls"?
- Flutter Change ModalRoute duration with setState
- odoo15 how to set optional="hide" by default in field due date and invoice date
- Modifying PageRoute Controller using ModalRoute 'can only be used within instance members..'
- Error in (function (classes, fdef, mtable) unable to find an inherited method for function ‘krige’ for signature ‘"formula", "tbl_df"’
- Inherited Templates - C++
- Cannot Display Inherited Form in Form Designer When Base Form Defined in an Assembly for Visual Studio 2022
- How to use designated initializers in structs inherited from another struct in C++20?
- Method Overridding in Inherited Class
- unable to find an inherited method for function ‘writeRaster’ for signature ‘"data.frame", "character"’
- call a new method of inherited class from sorted list in python
- How To Include StringFormat From StaticResource In The New Derived Class Of Label
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This works in Odoo 14.
Create a new field related to
journal_id.name.Use it in the field domain for invisible attribute.