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
    • Approvals
    • 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
    • Estate 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

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
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

RPC_ERROR Odoo Server Error

Subscribe

Get notified when there's activity on this post

This question has been flagged
1 Reply
3235 Views
Avatar
Nicolas

Hi masters.
When I add an inherited view to the view and save it, the system prompts RPC_ERROR.
Thanks in advance!
OS:windows 11 home edition
Odoo version: 16

//Architecture:

group
field name="category_id" position="after"
field name="x_shipname_str"/
/field
/group

//RPC_ERROR Odoo Server Error
Traceback (most recent call last): File "C:\Program Files\Odoo 16.0.20221113\server\odoo\http.py", line 1549, in _serve_db return service_model.retrying(self._serve_ir_http, self.env) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\service\model.py", line 134, in retrying result = func() File "C:\Program Files\Odoo 16.0.20221113\server\odoo\http.py", line 1578, in _serve_ir_http response = self.dispatcher.dispatch(rule.endpoint, args) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\http.py", line 1775, in dispatch result = self.request.registry['ir.http']._dispatch(endpoint) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\addons\website\models\ir_http.py", line 227, in _dispatch response = super()._dispatch(endpoint) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\addons\base\models\ir_http.py", line 140, in _dispatch result = endpoint(**request.params) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\http.py", line 673, in route_wrapper result = endpoint(self, *args, **params_ok) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\addons\web\controllers\dataset.py", line 42, in call_kw return self._call_kw(model, method, args, kwargs) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\addons\web\controllers\dataset.py", line 33, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\api.py", line 461, in call_kw result = _call_kw_multi(method, model, args, kwargs) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\api.py", line 448, in _call_kw_multi result = method(recs, *args, **kwargs) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\addons\website\models\theme_models.py", line 376, in write return super().write(vals) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\addons\website\models\ir_ui_view.py", line 93, in write return super(View, self).write(vals) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\addons\base\models\ir_ui_view.py", line 552, in write res = super(View, self).write(self._compute_defaults(vals)) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\models.py", line 3726, in write field.write(self, value) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\fields.py", line 4210, in write return self.write_batch([(records, value)]) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\fields.py", line 4231, in write_batch return self.write_real(records_commands_list, create) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\fields.py", line 4410, in write_real flush() File "C:\Program Files\Odoo 16.0.20221113\server\odoo\fields.py", line 4372, in flush comodel.create(to_create) File "", line 2, in create File "C:\Program Files\Odoo 16.0.20221113\server\odoo\api.py", line 410, in _model_create_multi return create(self, arg) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\addons\website\models\ir_ui_view.py", line 55, in create return super().create(vals_list) File "", line 2, in create File "C:\Program Files\Odoo 16.0.20221113\server\odoo\api.py", line 410, in _model_create_multi return create(self, arg) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\addons\base\models\ir_ui_view.py", line 533, in create result = super(View, self.with_context(ir_ui_view_partial_validation=True)).create(vals_list) File "", line 2, in create File "C:\Program Files\Odoo 16.0.20221113\server\odoo\api.py", line 410, in _model_create_multi return create(self, arg) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\addons\base\models\ir_fields.py", line 657, in create recs = super().create(vals_list) File "", line 2, in create File "C:\Program Files\Odoo 16.0.20221113\server\odoo\api.py", line 410, in _model_create_multi return create(self, arg) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\models.py", line 3925, in create records = self._create(data_list) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\models.py", line 4177, in _create records._validate_fields(name for data in data_list for name in data['stored']) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\models.py", line 1376, in _validate_fields check(self) File "C:\Program Files\Odoo 16.0.20221113\server\odoo\addons\base\models\ir_ui_view.py", line 414, in _check_xml view_arch = etree.fromstring(view.arch) File "src\lxml\etree.pyx", line 3237, in lxml.etree.fromstring File "src\lxml\parser.pxi", line 1896, in lxml.etree._parseMemoryDocument File "src\lxml\parser.pxi", line 1777, in lxml.etree._parseDoc File "src\lxml\parser.pxi", line 1082, in lxml.etree._BaseParser._parseUnicodeDoc File "src\lxml\parser.pxi", line 615, in lxml.etree._ParserContext._handleParseResultDoc File "src\lxml\parser.pxi", line 725, in lxml.etree._handleParseResult File "src\lxml\parser.pxi", line 654, in lxml.etree._raiseParseError File "", line 1 lxml.etree.XMLSyntaxError: Document is empty, line 1, column 1



0
Avatar
Discard
Riquo Electronics

Exactly the same here, same issue.

Cannot create any inherit view on Odoo 16.

Odoo guys, might you please let us know whether this bug is being fixed or not?

Thank you

RPC_ERROR
Odoo Server Error

File "src/lxml/etree.pyx", line 3235, in lxml.etree.fromstring
File "src/lxml/parser.pxi", line 1876, in lxml.etree._parseMemoryDocument
File "src/lxml/parser.pxi", line 1757, in lxml.etree._parseDoc
File "src/lxml/parser.pxi", line 1068, in lxml.etree._BaseParser._parseUnicodeDoc
File "src/lxml/parser.pxi", line 601, in lxml.etree._ParserContext._handleParseResultDoc
File "src/lxml/parser.pxi", line 711, in lxml.etree._handleParseResult
File "src/lxml/parser.pxi", line 640, in lxml.etree._raiseParseError
File "<string>", line 1
lxml.etree.XMLSyntaxError: Document is empty, line 1, column 1

Riquo Electronics

To confirm this issue has been fixed on latest version, tested on Odoo 16 CE 281122

Appreciate

Avatar
Nicolas
Author Best Answer

That's great. Thank you very much.

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
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 ภาษาไทย 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