Commit Graph

29731 Commits

Author SHA1 Message Date
niv-openerp 0422a69d6c [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110606070530-mi6q1qltcidao7us
2011-06-06 09:05:30 +02:00
niv-openerp aece1cf7c1 [imp] improvements related to embedded views.
bzr revid: nicolas.vanhoren@openerp.com-20110606070451-vn321aqrzi28akgj
2011-06-06 09:04:51 +02:00
Launchpad Translations on behalf of openerp 552afb10c5 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110603044017-yoke5zwvpebyo93o
bzr revid: launchpad_translations_on_behalf_of_openerp-20110604045342-rkt8o6e65uyj8kjd
bzr revid: launchpad_translations_on_behalf_of_openerp-20110605043539-vvllkcbozllrdlg7
bzr revid: launchpad_translations_on_behalf_of_openerp-20110606043718-0i2770ro7c0oho9t
2011-06-06 04:37:18 +00:00
P. Christeas a2557925b6 yaml_import: fix ambiguous syntax at end of report
When finishing a YAML import, the syntax ["str %d" % int + int] turns
out to be ambiguous and is resolved as [ ("str %d" % int) + int],
leading to a:
  TypeError: cannot concatenate 'str' and 'int' objects

This had been first fixed in commit f46966e044d18a644 (2010-06-30)
(cherry picked from commit cc0c584e5dfbf672d51f61e7207047f357e31471)

bzr revid: xrg@linux.gr-20110605135116-ie2h7gnvnx2kpdoy
2011-06-05 16:51:16 +03:00
Xavier Morel 7ba2688e39 [IMP] reload of rows after action: only reload the row, not the whole tree
Also improve DataSet slightly: have read_index and read_ids return their RPC promises

bzr revid: xmo@openerp.com-20110603143723-go25vripams72bqb
2011-06-03 16:37:23 +02:00
Xavier Morel aaa459a29d [ADD] edition cancelling
bzr revid: xmo@openerp.com-20110603141638-giwlzwrp795bq78h
2011-06-03 16:16:38 +02:00
Xavier Morel 9250a5a3f6 [IMP] re-render record to readonly after saving it
bzr revid: xmo@openerp.com-20110603132438-uhkzql3lsy6h9ptn
2011-06-03 15:24:38 +02:00
Xavier Morel af71f903dc [ADD] basic (and crummy) saving of editable rows
TODO:
* Switch back to read row after saving
* Edit next row if [return]
* How do things interact with onchanges?
* Handle validation errors

bzr revid: xmo@openerp.com-20110603122443-fvmfouuybh69b48g
2011-06-03 14:24:43 +02:00
Xavier Morel 47d696ef4e [IMP] awful hack to hide the value but not the cell itself in editable row cells when it is invisible from an attrs evaluation rather than from @invisible
bzr revid: xmo@openerp.com-20110603115757-4z67r08g1sfogfgw
2011-06-03 13:57:57 +02:00
Xavier Morel 8c9d79e132 [IMP] move addition of oe-field-cell on cells of editable rows to post-processing rather than template alteration
bzr revid: xmo@openerp.com-20110603111044-hcrqubshpnc6mzux
2011-06-03 13:10:44 +02:00
Xavier Morel 63484a8570 [FIX] style of listview editable row buttons, remove borders (to match non-editable rows)
bzr revid: xmo@openerp.com-20110603110639-9j17krhnsuf5q1bg
2011-06-03 13:06:39 +02:00
Xavier Morel 6037c0a650 [ADD] basic overriding of WidgetFrame template: remove <table> and <tr> display levels
bzr revid: xmo@openerp.com-20110603103100-c0di95c1z5rd1ogh
2011-06-03 12:31:00 +02:00
Xavier Morel a2ba109315 [IMP] make form widgets registry pluggable, have form go get its root Frame widget in the registry instead of hardcoding the relevant class
bzr revid: xmo@openerp.com-20110603094302-hh09kzswb5kcfpye
2011-06-03 11:43:02 +02:00
Xavier Morel 3990af373c [IMP] add ability to clone-and-extend registries
bzr revid: xmo@openerp.com-20110603093817-om68h34w9s8qhxpv
2011-06-03 11:38:17 +02:00
Xavier Morel 3895bcb954 [MOVE] editability code for listviews in a separate files: customizations of Form View require load-time dependencies on form.js, but form.js already depends on ListView (in order to create m2m widgets and sub-widgets), so we need to execute that part after both openep.base.list and openerp.base.form have loaded
bzr revid: xmo@openerp.com-20110603093606-gw00iidxfakjmvt3
2011-06-03 11:36:06 +02:00
Vo Minh Thu ce5d00e03b [REF] res_lang: removed unused variable.
lp bug: https://launchpad.net/bugs/791756 fixed

bzr revid: vmt@openerp.com-20110603085758-ji277jy5mbn9wq3t
2011-06-03 10:57:58 +02:00
Antony Lesuisse 6aa240ca19 [IMP] ir_translation only display installed lang, 10% speedup in translation loading
bzr revid: al@openerp.com-20110601163455-2o732ssum24kwshu
2011-06-01 18:34:55 +02:00
Fabien Meghazi 82d7cefef2 [ADD] Save Dashboard's custom views with "Undo" button support
bzr revid: fme@openerp.com-20110601134800-d9j48t4f287pokr6
2011-06-01 15:48:00 +02:00
Fabien Meghazi dac344cf31 [ADD] Add custom views management (add, undo) in View controller
bzr revid: fme@openerp.com-20110601134514-dv91qpjl50ptf161
2011-06-01 15:45:14 +02:00
Xavier Morel 0d21e3b074 [ADD] display editable rows when selecting row in editable mode
bzr revid: xmo@openerp.com-20110601124954-vog8ceoohczxgmqe
2011-06-01 14:49:54 +02:00
Vo Minh Thu b681b0ec75 [ADD] tools/config: started tests.
bzr revid: vmt@openerp.com-20110601115055-idoid8p0pnkfci38
2011-06-01 13:50:55 +02:00
Vo Minh Thu 4b3aa9c764 [FIX] modules/loading: revert a change where db.initialize was removed:
- it should be removed
- but some code will test if the ir_module_module table exists
- and will force the demo data.

bzr revid: vmt@openerp.com-20110601113353-hdmyl4is9poss8hh
2011-06-01 13:33:53 +02:00
Fabien Meghazi 778b43b2de [FIX] Do not call success_callback if none given
bzr revid: fme@openerp.com-20110601105652-wmtapmthal3yi9h6
2011-06-01 12:56:52 +02:00
Olivier Dony a270d19d81 [IMP] ir.ui.view.custom: order by create_date descending
This way search(limit=1) will give you the latest customization for
a given user. This can be used by client side to allow multiple
customizations with multi-level undo.

bzr revid: odo@openerp.com-20110601105209-vtgf73reh90uipct
2011-06-01 12:52:09 +02:00
Olivier Dony c5f4eab14a [IMP] board: board.fields_view_get now returns the "custom_view_id" if there was one
This can be used by client side to display special features
regarding customization, like "Undo" buttons, etc.

bzr revid: odo@openerp.com-20110601103802-swxqe17bts7rqn2k
2011-06-01 12:38:02 +02:00
Olivier Dony c491593b57 [IMP] project_mrp: improved project description
bzr revid: odo@openerp.com-20110601103631-6ei1ugahbwe1ibpq
2011-06-01 12:36:31 +02:00
Quentin (OpenERP) 7d60eddba8 [IMP] account, analytic accounting: added group by state on analytic accounts
bzr revid: qdp-launchpad@openerp.com-20110601102021-pe3ixdhuwd410g0j
2011-06-01 12:20:21 +02:00
Quentin (OpenERP) 26d85afab6 [IMP] account: added access rights for model_account_treasury_report
bzr revid: qdp-launchpad@openerp.com-20110601091116-iysfehqoj7r2hlue
2011-06-01 11:11:16 +02:00
niv-openerp 7c1c638fe5 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110601082448-chl92evsk00di5sr
2011-06-01 10:24:48 +02:00
niv-openerp 61a9b05a58 [IMP] Added first setup for embedded views.
bzr revid: nicolas.vanhoren@openerp.com-20110601082358-adg1u4evi7s08iqf
2011-06-01 10:23:58 +02:00
Vo Minh Thu 6d1753a734 [FIX] tools/config: properly cast config file values.
bzr revid: vmt@openerp.com-20110601074400-hv1jrgoqw2ji0yah
2011-06-01 09:44:00 +02:00
Quentin (OpenERP) 039af62c64 [MERGE] merged xrg branch with fix of mexican vat verification
bzr revid: qdp-launchpad@openerp.com-20110601065556-ymu9i6fz07t0f82u
2011-06-01 08:55:56 +02:00
Launchpad Translations on behalf of openerp 6c57b9ddc1 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110601043809-ocpn3eaostvtf4mx
2011-06-01 04:38:09 +00:00
Fabien Meghazi bbb0e3e6bc [IMP] Dashboard cleanup
bzr revid: fme@openerp.com-20110531222838-t2a9ksc7l2sthghn
2011-06-01 00:28:38 +02:00
Quentin (OpenERP) 4860c4d86f [MERGE] lp:768430
bzr revid: qdp-launchpad@openerp.com-20110531220951-6mtceil9xsbmnktp
2011-06-01 00:09:51 +02:00
Quentin (OpenERP) b463d4ff8b [MERGE] lp:717198
bzr revid: qdp-launchpad@openerp.com-20110531215534-6rj4n9hlzw6w25w1
2011-05-31 23:55:34 +02:00
Quentin (OpenERP) 4ea9c5e715 [MERGE] merge of rpa's branch: we shouldn't be able to see orderpoint and procurement of parent companies (reverted other rules for pricelist from proposed branch)
bzr revid: qdp-launchpad@openerp.com-20110531212320-gizw4iaz2t0wdw4b
2011-05-31 23:23:20 +02:00
Quentin (OpenERP) d5e4c48449 [IMP] account: treasury report compliancy with multi company + fixed warning of account/report/account_treasury_report.py (unused ref_dict variable)
bzr revid: qdp-launchpad@openerp.com-20110531205128-i1noccss0p3x8a1p
2011-05-31 22:51:28 +02:00
Fabien Meghazi 4705e30d0b [FIX] Fixed load() in action controller. Was not calling clean_action()
bzr revid: fme@openerp.com-20110531195202-6z6veclumppp1mlr
2011-05-31 21:52:02 +02:00
Fabien Meghazi e38e5f735d [FIX] Removed _.sprintf
bzr revid: fme@openerp.com-20110531154933-5rf6kiyqo4my7bb4
2011-05-31 17:49:33 +02:00
Fabien Meghazi fe421b4108 [IMP] Do not link to openerp.screen when unecessary
bzr revid: fme@openerp.com-20110531154338-d0ill7s23oqz79pq
2011-05-31 17:43:38 +02:00
niv-openerp 954ac12560 [imp] added deferred in m2m & m2o to clean code
bzr revid: nicolas.vanhoren@openerp.com-20110531152807-ejvxyokj3y4816o0
2011-05-31 17:28:07 +02:00
Vo Minh Thu 358f6881f3 [REF] openerp/report/render/render.py: removed silly main() method, rewrote french comment in english.
bzr revid: vmt@openerp.com-20110531152711-49kyo4xhtak3r874
2011-05-31 17:27:11 +02:00
Vo Minh Thu 89a7b72bf0 [MERGE] fix in tools/config.
bzr revid: vmt@openerp.com-20110531151615-3byoonhhcxpfdwl9
2011-05-31 17:16:15 +02:00
Quentin (OpenERP) 107b1ebbc4 [IMP] account: added treasury report
bzr revid: qdp-launchpad@openerp.com-20110531151231-pg36qumj491j8fsx
2011-05-31 17:12:31 +02:00
niv-openerp 03c9889964 [imp] simplified design of static datasets and non-action view managers for m2m & o2m
bzr revid: nicolas.vanhoren@openerp.com-20110531141119-39chys078m5g0jo4
2011-05-31 16:11:19 +02:00
Quentin (OpenERP) b5bb00cdd3 [FIX] hr: display the expected number of employees and number of employees when grouping
bzr revid: qdp-launchpad@openerp.com-20110531140258-p30r6fq5wuyl8j7h
2011-05-31 16:02:58 +02:00
niv-openerp 7cbb2c3084 [imp] made o2m work
bzr revid: nicolas.vanhoren@openerp.com-20110531133817-vps6mfgsju1wadni
2011-05-31 15:38:17 +02:00
niv-openerp 153733a6a3 [fix] many fixes to o2m & m2m
bzr revid: nicolas.vanhoren@openerp.com-20110531131510-5zq9rfezkvfq5me8
2011-05-31 15:15:10 +02:00
niv-openerp fd9c0f359e [fix] small typo in m2m
bzr revid: nicolas.vanhoren@openerp.com-20110531131414-em4fcrbwfiqcq6g1
2011-05-31 15:14:14 +02:00