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

Subject: Error While Importing Custom Module pos_receipt_extend – "Module not installable"

Subscribe

Get notified when there's activity on this post

This question has been flagged
configuration
1 Reply
824 Views
Avatar
Brifut, Fahd

I encountered an issue while attempting to import a custom module named pos_receipt_extend. The system returns an "Invalid Operation" error during the import process.

Error Message:

Invalid Operation

Error while importing module 'pos_receipt_extend'.

Traceback (most recent call last):
  File "/home/odoo/src/odoo/saas-19.2/addons/base_import_module/models/ir_module.py", line 384, in _import_zipfile
    self.sudo()._import_module(mod_name, path, force=force, with_demo=with_demo)
  File "/home/odoo/src/odoo/saas-19.2/addons/base_import_module/models/ir_module.py", line 150, in _import_module
    assert terp.get('installable', True), "Module not installable"
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Module not installable

Steps to Reproduce:

  1. Navigate to Apps → Import Module.

  2. Upload the pos_receipt_extend module (ZIP file).

  3. Attempt to install/import the module.

Expected Behavior:

The module should be successfully imported and installed.

Actual Behavior:

The system raises an AssertionError indicating that the module is not installable.

Environment:

  • Odoo Version: saas-19.2

  • Deployment: Odoo Online

Additional Notes:

It appears that the issue may be related to the module manifest configuration (e.g., installable flag). Assistance in identifying and resolving the root cause would be appreciated.

Please let me know if you need access to the module files or further details.

0
Avatar
Discard
Codesphere Tech

Hello,
let me know if you need any help to resolve this issue.
Thanks

Codesphere Tech

Third-party apps on Odoo Online support only data files (like XML). If the app includes Python files, you’ll need to modify it to be importable by removing or refactoring the Python logic.
Thanks
info@codespheretech.in

Brifut, Fahd
Author

Yes help me please


Brifut, Fahd
Author

I have odoo On-premise hosted on my PC and the problem still:

Invalid Operation
Error while importing module 'pos_receipt_extend'. Traceback (most recent call last): File "C:\Program Files\Odoo 19.0.20260407\server\odoo\addons\base_import_module\models\ir_module.py", line 384, in _import_zipfile self.sudo()._import_module(mod_name, path, force=force, with_demo=with_demo) File "C:\Program Files\Odoo 19.0.20260407\server\odoo\addons\base_import_module\models\ir_module.py", line 172, in _import_module convert_file(self.env, module, filename, idref, mode, noupdate, pathname=pathname) File "C:\Program Files\Odoo 19.0.20260407\server\odoo\tools\convert.py", line 693, in convert_file convert_xml_import(env, module, fp, idref, mode, noupdate) File "C:\Program Files\Odoo 19.0.20260407\server\odoo\tools\convert.py", line 792, in convert_xml_import obj.parse(doc.getroot()) File "C:\Program Files\Odoo 19.0.20260407\server\odoo\tools\convert.py", line 663, in parse self._tag_root(de) File "C:\Program Files\Odoo 19.0.20260407\server\odoo\tools\convert.py", line 616, in _tag_root raise ParseError(msg) from None # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ odoo.tools.convert.ParseError: while parsing file:/c:/windows/temp/tmppo7a4s0u/pos_receipt_extend/views/res_config_settings_views.xml:4 Error while validating view near: <field name="is_root_company" invisible="1"/> <app data-string="General Settings" string="General Settings" name="general_settings" logo="/base/static/description/settings.png"> <div id="invite_users"> <block title="Users" name="users_setting_container"> Field "customer_details" does not exist in model "res.config.settings" View error context: {'file': 'c:\\windows\\temp\\tmppo7a4s0u\\pos_receipt_extend\\views\\res_config_settings_views.xml', 'line': 4, 'name': '\n' ' ' 'res.config.settings.view.form.inherit.pos.receipt.extend\n' ' ', 'view': ir.ui.view(1736,), 'view.model': 'res.config.settings', 'view.parent': ir.ui.view(1217,), 'xmlid': 'res_config_settings_view_form'}

Codesphere Tech

If you are on-premise then you don't need to import it. You can add it on custom-addons folder and load it into odoo apps and installed it.
The error you are facing due to python field not loaded in system. Python field not supported via importing the module.

Codesphere Tech

You must need to change in this app if you are want to use it on Odoo online.
Hope this information help you to understand the app behaviour on Odoo.
Thanks

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
scsdds
configuration
Avatar
0
May 26
102
Integrate Odoo with Nextcloud
configuration
Avatar
Avatar
1
May 26
2899
Where to avoid travel right now?
configuration
Avatar
0
May 26
3
vsdvsd
configuration
Avatar
0
May 26
33
Microsoft 365 shared e-mails for incoming and outgoing servers
configuration
Avatar
0
May 26
7
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