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?
68 Views Asked by djouher At
1
There are 1 best solutions below
Related Questions in XPATH
- XQuery: Select a node in the context of a variable
- Extract value of a input hidden DOMXpath php
- There is no element matching XPath "//html" (Behat\Mink\Exception\DriverException)
- Xpath rule template is missing in SonarQube 5.1
- Xpath having elements with and without prefixes in java
- Traversing with XPath?
- Unable to locate element using cssSelector and xpath
- BaseX XQuery error: root(): no context value bound
- How to add spaces between nodes when using string() on a tree in XPath
- grabbing value from html by xpath in python
- Selenium stops running after click() function runs
- Unable to get images from a link
- Selenium Unable to Perform Operations on SVG Elements
- XSLT expression to check if HTML element exists
- How to eliminate certain elements when scraping?
Related Questions in ODOO
- Inheritance in openERP (odoo)
- Is it possible to implement a conditional attribute on a field in Odoo?
- Where is the match validation for reset password in OpenERP [V8 Odoo]
- How to hide a field on a one2many in openerp?
- call on_change method once in odoo 8
- how to use hook or trigger in openerp odoo
- How to resolve this error in OpenErp?
- Odoo / Openerp - Create date on customers tree view
- How to create fungsion button save, from one2many to one2many other?
- Reload kanban view after a wizards closes in ODOO 8
- Error Generation While upgrading the OpenERP Module
- How inherit to unnamed class and Override its method in OpenERP V8 (Odoo)
- Without xml possible on change method in openerp
- How can I set odoo graph vlaues in the y-axis
- How can i get the sum of more than one invoice?
Related Questions in FIELD
- How to hide a field on a one2many in openerp?
- How to automatically detect X/Y fields in CSV
- Fill every field on page with a string using a bookmarklet
- Incorrect Extraction of fields in Splunk
- Symfony 2 value on Enitty field
- django: disable tinymce for one certain field
- Moving all fields from one object into another
- Using reserved word field name in DocumentDB
- How to change some specific fields of a structure without using for loop in matlab?
- Abstract fields implemented by static final class?
- how to add field inside hr_timesheet_sheet.sheet?
- rails fields for conditional
- Java reflection - get field value
- linux cut command with field-value condition
- How do change field length with arcobject
Related Questions in INVISIBLE
- Can't see my SKShapeNode when creating a custom class
- How can I invisiblize groups of controls via jQuery?
- Make field invisible via js code - ODOO 9
- The new Google Invisible reCaptcha - invisible or not?
- Is there a way to make just the label background invisible/transparent using Tkinter?
- Make button Invisible after 3 seconds, but do not make it invisible if a user scrolled up
- Line with StrokeThickness = 1 disappears when coordinates are outside its parent grid
- Making a picture box become visible / invisible on a certain integer? (C#)
- How to close an invisible VBS file
- VB .NET | App to App Interaction
- Transparent JButton taking background of other, how to fix it?
- Element is not Visible error even if my xpath is unique
- d3js line graph not showing
- Zend Framework Breadcrumb show invisible elements
- Do invisible (display:none) cells count toward colspan
Related Questions in INHERITED
- Inheritance and STL vector
- Untangling Inherited Methods
- label inside usercontrol not visible
- How does Rails determine Rails.configuration.root?
- android: Modify inherited attribute from a style
- how can I make filed invisible in odoo?
- C++ - Is it possible to use both types of constructor in an inherited class or when can I use second code type?
- c++ Recursive headers for abstract classes
- C# ASPX: How to get a Parent page's inherited property in a Control?
- how to use inherited variable in c++
- Thread Pooling and InheritedThreadLocal
- How To Include StringFormat From StaticResource In The New Derived Class Of Label
- Methods that inherit data types from a method before them?
- How to improve ugly catch block using exception instanceof
- Inherited Templates - C++
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 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.