lp:~jfb-tempo-consulting/unifield-web/jfb-int
Created by
jftempo
on
2014-02-06
and last modified on
2019-10-30
- Get this branch:
- bzr branch lp:~jfb-tempo-consulting/unifield-web/jfb-int
Branch merges
- UniField Dev Team: Pending requested 2017-10-26
-
Diff: 803 lines (+307/-50)26 files modifiedaddons/openerp/controllers/__init__.py (+1/-0)
addons/openerp/controllers/actions.py (+4/-2)
addons/openerp/controllers/form.py (+2/-1)
addons/openerp/controllers/impex.py (+2/-2)
addons/openerp/controllers/search.py (+5/-2)
addons/openerp/controllers/shortcut_tooltip.py (+33/-0)
addons/openerp/controllers/templates/base.mako (+9/-9)
addons/openerp/controllers/templates/exp.mako (+1/-1)
addons/openerp/controllers/templates/form.mako (+18/-4)
addons/openerp/controllers/templates/header.mako (+1/-5)
addons/openerp/controllers/templates/imp.mako (+2/-1)
addons/openerp/controllers/templates/index.mako (+3/-0)
addons/openerp/controllers/templates/preferences/index.mako (+1/-1)
addons/openerp/controllers/templates/shortcut_tooltip.mako (+13/-0)
addons/openerp/po/javascript/fr.po (+4/-0)
addons/openerp/po/messages/fr.po (+4/-0)
addons/openerp/static/css/screen.css (+10/-0)
addons/openerp/static/css/tips.css (+19/-0)
addons/openerp/static/javascript/form.js (+43/-6)
addons/openerp/static/javascript/form_state.js (+14/-7)
addons/openerp/static/javascript/listgrid.js (+2/-2)
addons/openerp/static/javascript/m2m.js (+3/-1)
addons/openerp/static/javascript/m2o.js (+4/-2)
addons/openerp/static/javascript/o2m.js (+7/-1)
addons/openerp/static/javascript/openerp/openerp.base.js (+2/-1)
addons/openerp/static/javascript/web_keyboard_shortcuts.js (+100/-2)
Branch information
Recent revisions
- 4976. By jftempo on 2019-10-22
-
US-2908 [IMP] tree/tree (expandable): new context default_tree_sort to set the default sort order (used on locations views)
- 4974. By jftempo on 2019-10-16
-
US-6480 [IMP] Tree view: remove the too sensitive drag and drop on sequence field
- 4969. By jftempo on 2019-08-09
-
US-6032 [IMP] Auto instance creation: new options for scheduled actions
- 4968. By jftempo on 2019-08-08
-
US-5859 [IMP] Pick/Pack/Ship: new behavior
- start progress bar on button action
- new button action {'type': 'ir.actions.refresh_ o2m', 'o2m_refresh': 'move_lines'}, to only refresh a o2m field
- form new attribute force_string=1 to use string=XXX instead of the name of the action
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unifield-web