website_sale_hide_no_variant_attributes
in e-commerce · source on GitHub
Exclude non-variant-defining attributes from the variant selector and its exclusion rules
Category: Website · Camptocamp · AGPL-3
| Series | Status | Details | Code |
|---|---|---|---|
| 16.0 | —Not tested | no branch | |
| 17.0 | —Not tested | no branch | |
| 18.0 | —Not tested | no branch | |
| 19.0 | ✓Installs | · run 2026-09-04 · 19.0.1.0.0 | on GitHub |
Odoo 20.0 dev — development line
A different statement from the table above. There: the module as published, on a released platform. Here: the module’s code with its manifest version mechanically raised, on a platform that has not been released and changes daily.
| Status | Details |
|---|---|
| ✗fails | The same code installs on 19.0; on the development line it does not. The difference belongs to the platform. (views_xml) · failed in a file of this module: website_sale_hide_no_variant_attributes/views/variant_templates.xml · version 19.0.1.0.0 → 19.5.1.0.0, code unchanged · run 2026-09-10 · odoo 19.5 · modidx/odoo:master-deps-20260910 |
Log excerpt, 20.0 dev
2026-09-10 20:11:56,985 1 INFO job_73777bf0ffaa odoo.modules.loading: Loading module website_sale_hide_no_variant_attributes (72/72)
2026-09-10 20:11:57,049 1 INFO job_73777bf0ffaa odoo.registry: module website_sale_hide_no_variant_attributes: creating or updating database tables
2026-09-10 20:11:57,251 1 INFO job_73777bf0ffaa odoo.modules.loading: loading website_sale_hide_no_variant_attributes/views/variant_templates.xml
2026-09-10 20:11:57,647 1 WARNING job_73777bf0ffaa odoo.modules.loading: Transient module states were reset
2026-09-10 20:11:57,648 1 ERROR job_73777bf0ffaa odoo.registry: Failed to load registry
2026-09-10 20:11:57,648 1 CRITICAL job_73777bf0ffaa odoo.service.server: Failed to initialize database `job_73777bf0ffaa`.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 1559, in preload_registries
registry = Registry.new(dbname, update_module=update_module, install_modules=config['init'], upgrade_modules=config['update'], reinit_modules=config['reinit'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 67, in locked
return func(inst, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/orm/registry.py", line 222, in new
contextvars.Context().run(
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 446, in load_modules
load_module_graph(
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 211, in load_module_graph
load_data(env, idref, 'init', kind='data', package=package)
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 56, in load_data
convert_file(env, package.name, filename, idref, mode, noupdate=kind == 'demo')
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 716, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 815, in convert_xml_import
obj.parse(doc.getroot())
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 686, in parse
self._tag_root(de)
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 639, 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 None:7
Error while parsing or validating view:
Element '<xpath expr="//t[@t-set='has_configurable_attribute_line']">' cannot be located in parent view
View error context:
{'file': '/mnt/pool/website_sale_hide_no_variant_attributes/views/variant_templates.xml',
'line': 1,
'name': 'Variant selector: hide non-variant-defining attributes',
'view': ir.ui.view(2046,),
'view.model': False,
'view.parent': ir.ui.view(1823,),
'xmlid': ''}
2026-09-10 20:11:57,653 1 INFO job_73777bf0ffaa odoo.service.server.ThreadedServer: Initiating shutdown
2026-09-10 20:11:57,653 1 INFO job_73777bf0ffaa odoo.service.server.ThreadedServer: Hit CTRL-C again or send a second signal to force the shutdown.
2026-09-10 20:11:57,653 1 INFO job_73777bf0ffaa odoo.addons.bus.websocket: Disconnecting 0 websockets
2026-09-10 20:11:57,756 1 INFO job_73777bf0ffaa odoo.sql_db: ConnectionPool(read/write;used=0/count=0/max=64): Closed 1 connectionsProvenance: __manifest__.py sha256 ba698d0935618445… · tree of 17 files without the manifest, sha256 6001e99b70cdcebb…
This does not say the module is compatible with Odoo 20.0, and does not say it installs on Odoo 20.0 — on a stock platform it will not, until its maintainer raises the version. Why we raise the version
The module’s code on 19.0
| Lines of code | python 301 · xml 25 · js 48 |
| Tests | yes: 2 file(s), 187 lines |
| Migration scripts | no |
| Models | 0 new · 1 extensions |
Lines are physical, blanks and comments included, as wc -l. Tests are test_*.py files under tests/. Models are lines holding _name = and _inherit =. These are facts about the code, not a judgement: more lines is neither better nor worse. Measured 2026-08-28 on tree fb4fbb13ea1e.
Depends on
| Module | Status | Checked |
|---|---|---|
| website_sale | core | ships with Odoo |
Result looks wrong? Tell us — we will show the log or run it again. Report a wrong result