lp:~jfb-tempo-consulting/unifield-web/jfb-int
- 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
- 4952. By jftempo on 2019-02-11
-
US-4613 [FIX] Stock Location on product search view: ctx must be reset when user click on Clear
- 4951. By jftempo on 2019-02-10
-
US-4099 [IMP] o2m tick box: send the listof selected ids in the context of a button
- 4950. By jftempo on 2019-02-10
-
US-5345 [IMP] o2m filter: conditional default value for selector (attr filter_selector) used on main/sub Pick
- 4949. By jftempo on 2019-02-10
-
US-4078 [IMP] o2m: allow to add extra New button (button name="tree_button")
- 4948. By jftempo on 2019-01-30
-
US-5330 [IMP] User Rigths on Window action: ctrl + right click to display info
- 4947. By jftempo on 2018-12-10
-
[FIX] on_change is triggered twice on m2m
Use case:
- PO medical, add a line
- clic on add multiple
- add a LOG product
=> warning pop-up is displayed twice - 4946. By jftempo on 2018-11-30
-
US-5379 [FIX] Standard export feature: the name of the export file was "_yyyymmdd" if filters were used on the view before exporting
- 4945. By jftempo on 2018-11-28
-
US-5360 [FIX] Background export: close tab after 1st click on download button
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unifield-web