Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Artificial Intelligence
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

How to hide a fields in a given stage odoo14 errors?

Subscribe

Get notified when there's activity on this post

This question has been flagged
crmv14
3 Replies
5476 Views
Avatar
Jay

I trying am trying to hide fields as per the change of states in the statusbar eg 

when the state is new I want to show this field    


This is the error I am getting

Error: While parsing modifiers for field for modifier "invisible": Unknown field state in the domain


When I use this:


I get below error:

"Error: While parsing modifiers for field approved_date: for modifier" invisible ": Unknown field state in the domain

0
Avatar
Discard
Jay
Author

Where I'm I going wrong here
<record id="crm_case_form_view_oppor_inherit_product" model="ir.ui.view">
<field name="name">crm.lead.oppor.inherited</field>
<field name="model">crm.lead</field>
<field name="inherit_id" ref="crm.crm_lead_view_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='lead']" position="after">
<field name = "name" string = "Name" attrs = "{'invisible': [('state', '! =', new)]}" />
</xpath>
</field>
</record>

Avatar
Boubaker Abdallah
Best Answer

Hi Jay,

may be badly formatted in xml

Try this 




0
Avatar
Discard
Avatar
Jay
Author Best Answer
This is my field and the error I'm getting below.
approved_date" string = " approved_date" attrs = "{'invisible': [('state', '! =', new)]}" />
Odoo Server Error
Traceback (most recent call last): 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ tools \ convert.py", line 677, in _tag_root 
    f (rec) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ tools \ convert.py", line 580, in _tag_record 
    record = model._load_records ([data], self.mode == 'update') 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ models.py", line 4196, in _load_records 
    data ['record'] ._ load_records_write (data ['values']) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ base \ models \ ir_ui_view. Py", line 1842, in _load_records_write 
    super (View, self) ._ load_records_write (values)
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ models.py", line 4133, in _load_records_write 
    self.write (values) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ website \ models \ theme_models.py", line 267, in write 
    res = super (IrUiView, other_views) .write (vals) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ website \ models \ ir_ui_view.py", line 68, in write 
    return super (View, self) .write (vals) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ base \ models \ ir_ui_view.py", line 500, in write 
    res = super (View, self) .write (self._compute_defaults (vals)) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ models.py", line 3691, in write
    fields [0] .determine_inverse (real_recs) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ fields.py", line 1185, in determine_inverse 
    getattr (records, self.inverse) () 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ base \ models \ ir_ui_view.py", line 300, in _inverse_arch 
    view.write (data) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ website \ models \ theme_models.py", line 267, in write 
    res = super (IrUiView, other_views) .write (vals) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ website \ models \ ir_ui_view.py", line 68, in write 
    return super (View, self) .write (vals)
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ base \ models \ ir_ui_view.py", line 500, in write 
    res = super (View, self) .write (self._compute_defaults (vals)) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ models.py", line 3681, in write 
    real_recs._validate_fields (vals, inverse_fields) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ models.py", line 1260, in _validate_fields 
    check (self) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ base \ models \ ir_ui_view.py", line 411, in _check_xml 
    )). with_traceback (e .__ traceback__) from None
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ base \ models \ ir_ui_view.py", line 391, in _check_xml 
    view.postprocess_and_fields (view_doc, validate = True) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ base \ models \ ir_ui_view.py", line 851, in postprocess_and_fields 
    arch, name_manager = self._postprocess_view (node, model, validate = validate) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ base \ models \ ir_ui_view.py", line 863, in _postprocess_view 
    self.postprocess (node, [], editable, name_manager) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ base \ models \ ir_ui_view.py", line 963, in postprocess
    self.postprocess (child, current_node_path, node_info ['editable'], name_manager) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ base \ models \ ir_ui_view.py", line 963, in postprocess 
    self. postprocess (child, current_node_path, node_info ['editable'], name_manager)
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ base \ models \ ir_ui_view.py", line 963, in postprocess 
    self.postprocess (child, current_node_path, node_info ['editable'], name_manager) 
  [Previous line repeated 1 more time] 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ base \ models \ ir_ui_view.py", line 958, in postprocess
    transfer_node_to_modifiers (node, node_info ['modifiers'], self._context, current_node_path) 
  File "C: \ Program Files \ Odoo 14 \ server \ odoo \ addons \ base \ models \ ir_ui_view.py", line 66, in transfer_node_to_modifiers 
    modifiers. update (ast.literal_eval (attrs))
  File "C: \ Program Files \ Odoo 14 \ python \ lib \ ast.py", line 91, in literal_eval 
    return _convert (node_or_string) 
  File "C: \ Program Files \ Odoo 14 \ python \ lib \ ast.py", line 79, in _convert 
    map (_convert, node.values))) 
  File "C: \ Program Files \ Odoo 14 \ python \ lib \ ast.py", line 74, in _convert 
    return list (map (_convert, node.elts))
  File "C: \ Program Files \ Odoo 14 \ python \ lib \ ast.py", line 72, in _convert 
    return tuple (map (_convert, node.elts)) 
  File "C: \ Program Files \ Odoo 14 \ python \ lib \ ast.py", line 90, in _convert 
    return _convert_signed_num (node) 
  File "C: \ Program Files \ Odoo 14 \ python \ lib \ ast.py", line 63, in _convert_signed_num 
    return _convert_num (node) 
  File "C: \ Program Files \ Odoo 14 \ python \ lib \ ast.py", line 55, in _convert_num 
    raise ValueError ('malformed node or string:' + repr (node)) 
odoo.exceptions.ValidationError: Error while validating view: 

malformed node or string: 

The above exception was the direct cause of the following exception:


0
Avatar
Discard
Jay
Author

@Boubaker Abdallah
Kindly post again.

Avatar
Sakthi Priya
Best Answer

<field name="name" string="Name" attrs="{'invisible': [('state','!=',new)]}"/>

0
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
How can I create 3 pipelines in CRM that are independent from the main pipeline.
crm pipeline v14
Avatar
Avatar
Avatar
Avatar
Avatar
5
Jul 24
18552
In user settings access group check box changed to list view how can i change back it to checkbox
v14
Avatar
Avatar
Avatar
Avatar
3
Jun 26
6037
How to sort a pivot table based on time
v14
Avatar
Avatar
1
Jun 26
3402
How can I filter CRM opportunities by completed ("Done") activities in Odoo? Solved
crm
Avatar
Avatar
Avatar
Avatar
3
May 26
1458
How to create Approval - V14
v14
Avatar
1
Apr 26
3749
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk Slovenščina Español (América Latina) Español Svenska ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now