Skip to Content
Odoo Menu
  • Prijavi
  • 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
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

problem export customization from odoo studio

Naroči se

Get notified when there's activity on this post

This question has been flagged
enterpriseodoo
1 Odgovori
4018 Prikazi
Avatar
Lewi S. Kristianto

odoo 14 enterprise showing error when exporting customization


Odoo Server 14.0+e-20211201:DB:ERROR:werkzeug:Error on request:#012Traceback (most recent call last):#012  File "PATH/odoo14/odoo/addons/base/models/ir_http.py", line 237, in _dispatch#012    result = request.dispatch()#012  File "PATH/odoo14/odoo/http.py", line 807, in dispatch#012    r = self._call_function(**self.params)#012  File "PATH/odoo14/odoo/http.py", line 360, in _call_function#012    return checked_call(self.db, *args, **kwargs)#012  File "PATH/odoo14/odoo/service/model.py", line 94, in wrapper#012    return f(dbname, *args, **kwargs)#012  File "PATH/odoo14/odoo/http.py", line 348, in checked_call#012    result = self.endpoint(*a, **kw)#012  File "PATH/odoo14/odoo/http.py", line 913, in __call__#012    return self.method(*args, **kw)#012  File "PATH/odoo14/odoo/http.py", line 532, in response_wrap#012    response = f(*args, **kw)#012  File "PATH/odoo14/odoo/addons/web_studio/controllers/main.py", line 759, in export#012    content = export.generate_archive(studio_module, data)#012  File "PATH/odoo14/odoo/addons/web_studio/controllers/export.py", line 111, in generate_archive#012    for filename, content in generate_module(module, data):#012  File "PATH/odoo14/odoo/addons/web_studio/controllers/export.py", line 178, in generate_module#012    record_node, record_skipped = generate_record(record, get_xmlid)#012  File "PATH/odoo14/odoo/addons/web_studio/controllers/export.py", line 293, in generate_record#012    record_node.append(generate_field(record, field, get_xmlid))#012  File "PATH/odoo14/odoo/addons/web_studio/controllers/export.py", line 324, in generate_field#012    return E.field(name=field.name, ref=get_xmlid(value))#012  File "PATH/odoo14/odoo/addons/web_studio/controllers/export.py", line 365, in get#012    raise MissingXMLID(record)#012  File "PATH/odoo14/odoo/addons/web_studio/controllers/export.py", line 373, in __init__#012    super(MissingXMLID, self).__init__("Missing XMLID: %s (%s)" % (record, record.display_name))#012  File "PATH/odoo14/odoo/fields.py", line 1023, in __get__#012    self.compute_value(record)#012  File "PATH/odoo14/odoo/fields.py", line 1177, in compute_value#012    records._compute_field_value(self)#012  File "PATH/odoo14/odoo/models.py", line 4062, in _compute_field_value#012    getattr(self, field.compute)()#012  File "PATH/odoo14/odoo/models.py", line 1728, in _compute_display_name#012    names = dict(self.name_get())#012  File "PATH/odoo14/odoo/models.py", line 1746, in name_get#012    result.append((record.id, convert(record[name], record)))#012  File "PATH/odoo14/odoo/models.py", line 5667, in __getitem__#012    return self._fields[key].__get__(self, type(self))#012  File "PATH/odoo14/odoo/fields.py", line 1002, in __get__#012    raise MissingError("\n".join([#012Exception#012#012The above exception was the direct cause of the following exception:#012#012Traceback (most recent call last):#012  File "PATH/odoo14-venv-python3.8.6/lib/python3.8/site-packages/werkzeug/serving.py", line 306, in run_wsgi#012    execute(self.server.app)#012  File "PATH/odoo14-venv-python3.8.6/lib/python3.8/site-packages/werkzeug/serving.py", line 294, in execute#012    application_iter = app(environ, start_response)#012  File "PATH/odoo14/odoo/service/wsgi_server.py", line 111, in application#012    return ProxyFix(application_unproxied)(environ, start_response)#012  File "PATH/odoo14-venv-python3.8.6/lib/python3.8/site-packages/werkzeug/middleware/proxy_fix.py", line 232, in __call__#012    return self.app(environ, start_response)#012  File "PATH/odoo14/odoo/service/wsgi_server.py", line 88, in application_unproxied#012    result = odoo.http.root(environ, start_response)#012  File "PATH/odoo14/odoo/http.py", line 1306, in __call__#012    return self.dispatch(environ, start_response)#012  File "PATH/odoo14/odoo/http.py", line 1272, in __call__#012    return self.app(environ, start_wrapped)#012  File "PATH/odoo14-venv-python3.8.6/lib/python3.8/site-packages/werkzeug/middleware/shared_data.py", line 220, in __call__#012    return self.app(environ, start_response)#012  File "PATH/odoo14/odoo/http.py", line 1479, in dispatch#012    result = ir_http._dispatch()#012  File "PATH/odoo14/odoo/addons/website_sale/models/ir_http.py", line 15, in _dispatch#012    return super(IrHttp, cls)._dispatch()#012  File "PATH/odoo14/odoo/addons/website/models/ir_http.py", line 183, in _dispatch#012    response = super(Http, cls)._dispatch()#012  File "PATH/odoo14/odoo/addons/auth_signup/models/ir_http.py", line 19, in _dispatch#012    return super(Http, cls)._dispatch()#012  File "PATH/odoo14/odoo/addons/web_editor/models/ir_http.py", line 21, in _dispatch#012    return super(IrHttp, cls)._dispatch()#012  File "PATH/odoo14/odoo/addons/utm/models/ir_http.py", line 29, in _dispatch#012    response = super(IrHttp, cls)._dispatch()#012  File "PATH/odoo14/odoo/addons/http_routing/models/ir_http.py", line 508, in _dispatch#012    result = super(IrHttp, cls)._dispatch()#012  File "PATH/odoo14/odoo/addons/base/models/ir_http.py", line 241, in _dispatch#012    return cls._handle_exception(e)#012  File "PATH/odoo14/odoo/addons/utm/models/ir_http.py", line 34, in _handle_exception#012    response = super(IrHttp, cls)._handle_exception(exc)#012  File "PATH/odoo14/odoo/addons/http_routing/models/ir_http.py", line 598, in _handle_exception#012    return super(IrHttp, cls)._handle_exception(exception)#012  File "PATH/odoo14/odoo/addons/base/models/ir_http.py", line 209, in _handle_exception#012    return request._handle_exception(exception)#012  File "PATH/odoo14/odoo/http.py", line 745, in _handle_exception#012    return super(HttpRequest, self)._handle_exception(exception)#012  File "PATH/odoo14/odoo/http.py", line 316, in _handle_exception#012    raise exception.with_traceback(None) from new_cause#012odoo.exceptions.MissingError: Record does not exist or has been deleted.#012(Record: ir.actions.act_window(1975,), User: 14)
DB=# select * from ir_act_window where id=1970;
-[ RECORD 1 ]------+----------------------------------------------------------------------------
id | 1970
name | Sales Payment Date (12/02/2021 15:18:31 UTC)
type | ir.actions.act_window
help |
binding_model_id |
binding_type | action
binding_view_types | list,form
create_uid | 40
create_date | 2021-11-16 03:51:29.662506
write_uid | 14
write_date | 2021-12-02 15:18:30.667925
view_id | 6199
domain |
context | {'pivot_measures': [], 'pivot_row_groupby': [], 'pivot_column_groupby': []}
res_id |
res_model | x_bi_sql_view.sales_payment_date
target | current
view_mode | pivot,graph,tree
usage |
limit | 80
search_view_id | 6200
filter |

DB=# select * from ir_act_window where id=1975;
(0 rows)


how to check which or who calling ir_act_window id 1975?

thanks in advance
0
Avatar
Opusti
Avatar
Lewi S. Kristianto
Avtor Best Answer

got it, it related to ir_ui_menu

DB=# select * from ir_ui_menu where action like '%1975%';
id | name | active | sequence | parent_id | parent_path | web_icon | action | create_uid | create_date | write_uid | write_date | is_st
udio_configuration
------+---------------+--------+----------+-----------+-----------------+----------+----------------------------+------------+---------------------------+-----------+---------------------------+------
-------------------
1284 | Sales ICP All | t | 10 | 1194 | 1193/1194/1284/ | | ir.actions.act_window,1975 | 40 | 2021-11-16 04:05:02.81279 | 40 | 2021-11-16 04:05:02.81279 |
(1 row)
0
Avatar
Opusti
Enjoying the discussion? Don't just read, join in!

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

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Problem installing accounts odoo16
enterprise odoo
Avatar
Avatar
Avatar
Avatar
Avatar
4
apr. 23
4342
how to use IMPA code in Odoo ?
enterprise marketing odoo
Avatar
Avatar
1
apr. 25
5107
Showing Date of Next 3 Months From a Date in ODOO Solved
date enterprise odoo
Avatar
Avatar
Avatar
2
avg. 24
3045
Period Definition for Fixed Asset Depreciation.
enterprise fixed_asset odoo
Avatar
Avatar
1
jul. 24
3272
How do i recreate odoo.com/documentation page?
enterprise odoo v17
Avatar
Avatar
Avatar
3
mar. 24
2726
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