With the #4892 (closed), the date_format appears in all URLs even if it is the default format from the locale context. This makes the URLs quiet longer for no gain and even it prevents the user who will open the URL to get its preferred date format.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
ERROR:tryton.common.common:Traceback (most recent call last):
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/list.py", line 985, in __sig_switch
if not self.screen.row_activate() and self.children_field:
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/screen/screen.py", line 455, in default_row_activate
self.switch_view(view_type='form')
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/screen/screen.py", line 478, in switch_view
self.load_view_to_load()
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/screen/screen.py", line 499, in load_view_to_load
self.add_view_id(view_id, view_type)
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/screen/screen.py", line 512, in add_view_id
return self.add_view(view)
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/screen/screen.py", line 537, in add_view
view = View.parse(self, xml_dom, view.get('field_childs'))
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/__init__.py", line 45, in parse
return ViewForm(screen, root)
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/form.py", line 114, in __init__
container = self.parse(xml)
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/form.py", line 150, in parse
widget = parser(node, container, node_attrs)
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/form.py", line 243, in _parse_notebook
self.parse(node, notebook)
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/form.py", line 150, in parse
widget = parser(node, container, node_attrs)
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/form.py", line 276, in _parse_page
container = self.parse(node)
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/form.py", line 150, in parse
widget = parser(node, container, node_attrs)
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/form.py", line 304, in _parse_field
widget = Widget(self, attributes)
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/view/form_gtk/one2many.py", line 190, in __init__
exclude_field=attrs.get('relation_field', None))
File "/home/mrichez/Workspace/tryton/tryton_dev/tryton/tryton/gui/window/view_form/screen/screen.py", line 140, in __init__
self.__date_format = context.get(
AttributeError: 'NoneType' object has no attribute 'get'
Maxime Richezadded 1 deleted label and removed 1 deleted label