Commit Graph

43037 Commits

Author SHA1 Message Date
Fabien Pinckaers 20c91167a3 [IMP] Partnership Analysis, Activation Status
bzr revid: fp@tinyerp.com-20120209161544-t6ypbbb4g9r2dd4z
2012-02-09 17:15:44 +01:00
Xavier Morel 77065685ca [FIX] don't blow up filters management if a filter uses an invalid syntax (or an unknown variable) and can't be evaluated
bzr revid: xmo@openerp.com-20120209161542-whs5ye637lijas26
2012-02-09 17:15:42 +01:00
Xavier Morel 2d08b98ea4 [FIX] bug introduced during xmo@openerp.com-20120208130738-pr92lh9qotki71o4
Change made registry inheritance "lazy", keeping a permanent relation
between child and parent and walking the tree to find matches.

But editable listviews relied on an implementation detail (that an
extension eagerly created keys in the children registry) and iterated
over the internal map of the child registry they'd just created to
replace the form keys with overridden versions of the form widgets.

Just iterate over form's registry, but really the editable list should
have its own Registry subclass doing that stuff more solidly.

bzr revid: xmo@openerp.com-20120209154844-zk2xuxdhhi57eqhp
2012-02-09 16:48:44 +01:00
Vo Minh Thu 80f9a1e770 [MERGE] loading/post_load hook: the code is consolidated in one place.
The post-load hook is called whenever a module is loaded, be it via the --load
option or via regular module installation. This is mostly for backward compatibility:
we might require an explicit --load for such server-wide modules.

bzr revid: vmt@openerp.com-20120209154800-2t11mtpf33r1bcig
2012-02-09 16:48:00 +01:00
Vo Minh Thu 01449bfb37 [IMP] post_load: factored common code. This also fix bug lp:929466
lp bug: https://launchpad.net/bugs/929466 fixed

bzr revid: vmt@openerp.com-20120209152732-24ud1f70krliv2k5
2012-02-09 16:27:32 +01:00
Xavier Morel 76de030cde [ADD] UI to set default ir.values in web client's from view
lp bug: https://launchpad.net/bugs/888466 fixed

bzr revid: xmo@openerp.com-20120209151605-sqt0mzceqr8u160z
2012-02-09 16:16:05 +01:00
Xavier Morel be5bab60c8 [IMP] display string label of selection and m2o fields in defaults-setting dialog
bzr revid: xmo@openerp.com-20120209151410-49j13cfbrwwhrp23
2012-02-09 16:14:10 +01:00
Fabien Pinckaers 264fd84294 [FIX] scale product images for POS frontend
bzr revid: fp@tinyerp.com-20120209142355-5sbet2x1zjdow3z5
2012-02-09 15:23:55 +01:00
Vo Minh Thu d14a3e9df0 [IMP] loading: call post-load hook in non-server-wide-module too.
bzr revid: vmt@openerp.com-20120209141444-12261k6zd2ovnltd
2012-02-09 15:14:44 +01:00
Olivier Dony affdaf2566 [FIX] Application Tiles now heed the custom menu domain, just like the nain menu
This makes both behaviors consistent
and allows the portal module to work
properly.

bzr revid: odo@openerp.com-20120209141339-c2vs0lrx7ws6plzs
2012-02-09 15:13:39 +01:00
Fabien Meghazi af15e1d83e [ADD] Added tipsy.clear()
bzr revid: fme@openerp.com-20120209135939-pcnmoswvnqjjb6ik
2012-02-09 14:59:39 +01:00
Raphael Collet a912c9b943 [MERGE] lp:914692 (convert wizards of base_module_doc_rst, base_module_record, base_report_creator)
bzr revid: rco@openerp.com-20120209131119-mv8ax69goyoa9l40
2012-02-09 14:11:19 +01:00
Olivier Dony d163de7b55 [FIX] ir.values: avoid returning conditional defaults when condition is not set
This should un-break the tests introduced
 in previous revision

bzr revid: odo@openerp.com-20120209130854-x73j0ouyjsjnhsdg
2012-02-09 14:08:54 +01:00
Raphael Collet e94a3c6459 [IMP] base_module_doc_rst: remove unused field
bzr revid: rco@openerp.com-20120209130731-w08bc7xmjt3wl86v
2012-02-09 14:07:31 +01:00
Olivier Dony 5c5a5b94fc [IMP] ir.values: add (breaking) testcase for conditional defaults, currently misbehaving
bzr revid: odo@openerp.com-20120209130526-b6rg5qlf07sucafq
2012-02-09 14:05:26 +01:00
Raphael Collet 406ec22fa3 [IMP] portal: remove hack to retrieve menu root for portal users, it now works for all users
bzr revid: rco@openerp.com-20120209121817-b2wcrl4mg1vkr2b2
2012-02-09 13:18:17 +01:00
Xavier Morel 5f9b77de4c [FIX] even if there is a spoon, there may be no widget.field
bzr revid: xmo@openerp.com-20120209120747-hkf0accbs05gayd7
2012-02-09 13:07:47 +01:00
Xavier Morel c55f68d419 [IMP] add change default to debug mode
bzr revid: xmo@openerp.com-20120209120139-gw9n06vcma3hjl7f
2012-02-09 13:01:39 +01:00
Olivier Dony 705e3f6603 [I18N] Cleanup obsolete module directories created by LP translations + touch renamed POT files
Hopefully touching the renaming POT files should
trigger a refresh of the translation templates
in the online translation interface.

bzr revid: odo@openerp.com-20120209111328-kaa6tb8fd4mfpxyv
2012-02-09 12:13:28 +01:00
Raphael Collet 41141951ac [FIX] base_module_doc_rst: undefined variable pool
bzr revid: rco@openerp.com-20120209110459-fzwrzfwr9kzme98o
2012-02-09 12:04:59 +01:00
Fabien Meghazi 0d7ff5dec8 [FIX] Fix some tipsy stuff
Autobound on 'n' fails with absolute positioned elements.

Make tipsy checks that it's element is still attached to another element

bzr revid: fme@openerp.com-20120209105401-1jl11sy9z1qdwu3t
2012-02-09 11:54:01 +01:00
Raphael Collet 2762ef8c81 [FIX] revert an incorrect change in rev 6380
bzr revid: rco@openerp.com-20120209101226-fyv20u7tb4o7lk5f
2012-02-09 11:12:26 +01:00
Olivier Dony 1f189228b5 [IMP] ir.module: remove technical `icon path` field from module form view
bzr revid: odo@openerp.com-20120209095616-gbus0ri06hhs90cy
2012-02-09 10:56:16 +01:00
Vo Minh Thu 79d7e883f5 [IMP] fields: turn the warning() in a debug() for the required bool/int/float deprecation message.
bzr revid: vmt@openerp.com-20120209094342-n1n7ex5ef25bjvfw
2012-02-09 10:43:42 +01:00
Raphael Collet cb24ebd4b1 [MERGE] from trunk
bzr revid: rco@openerp.com-20120209092258-34b70pu6547la8hq
2012-02-09 10:22:58 +01:00
Raphael Collet e188087e93 [IMP] base_module_doc_rst, base_module_record, base_report_creator: code spacing cleanup
bzr revid: rco@openerp.com-20120209091203-ni85eanpc005t2c0
2012-02-09 10:12:03 +01:00
Raphael Collet d672ded286 [IMP] base_module_doc_rst, base_module_record, base_report_creator: cleanup imports and default values
bzr revid: rco@openerp.com-20120209091117-mal31ct6nkmh6tyq
2012-02-09 10:11:17 +01:00
Xavier Morel c120ee72a6 [CNG] don't filter out function fields from import or export, only readonly fields
bzr revid: xmo@openerp.com-20120209090214-84d6jjr1jnf32kpi
2012-02-09 10:02:14 +01:00
Raphael Collet ddf38fa38b [FIX] revert rev 4018 (revid:rco@openerp.com-20120208162334-ziccpi3yczp3r5z5)
bzr revid: rco@openerp.com-20120209083828-hoojows5zsg0xrif
2012-02-09 09:38:28 +01:00
Xavier Morel fda65c7c69 [FIX] menus handling in case user has no menu_id
also add comments to explain some strange-looking code's behavior

bzr revid: xmo@openerp.com-20120209083554-2b8d8qlzz8y9fhan
2012-02-09 09:35:54 +01:00
Launchpad Translations on behalf of openerp 0e2e9ddd78 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209055558-qfwy9bg1km791dys
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209071015-0jykfhbo8iamzpzk
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209072746-stmwycdircyzrxn4
2012-02-09 07:27:46 +00:00
Antony Lesuisse f89b05ad5d [FIX] restore and improve README partially revert 3855 revid:xmo@openerp.com-20111206145838-o6g3o19s0o6ggipi
lp bug: https://launchpad.net/bugs/906123 fixed

bzr revid: al@openerp.com-20120209032848-uqeommp3bep02aip
2012-02-09 04:28:48 +01:00
Antony Lesuisse d6e0a7e43c [IMP] ir properties list view show res_id and type
lp bug: https://launchpad.net/bugs/919991 fixed

bzr revid: al@openerp.com-20120209025847-suuwmy31wfybkkqt
2012-02-09 03:58:47 +01:00
Antony Lesuisse d8ed922e26 [FIX] res_currency remove warning about float field
bzr revid: al@openerp.com-20120208224031-korqq1crt0u3wpuh
2012-02-08 23:40:31 +01:00
Antony Lesuisse 94145b2982 [FIX] ir.model filter out link that occurs when using the ir.model web form view
lp bug: https://launchpad.net/bugs/912769 fixed

bzr revid: al@openerp.com-20120208221706-o45t6h3zgmz3ezny
2012-02-08 23:17:06 +01:00
Antony Lesuisse 2cd26d3763 [FIX] ir.model.fields form view
lp bug: https://launchpad.net/bugs/912769 fixed

bzr revid: al@openerp.com-20120208213047-2uq1wze2xdzbghgh
2012-02-08 22:30:47 +01:00
Antony Lesuisse 30b8d271e5 [FIX] ir.model form view
lp bug: https://launchpad.net/bugs/912769 fixed

bzr revid: al@openerp.com-20120208175223-lqoyeqcfj53gb0lh
2012-02-08 18:52:23 +01:00
Raphael Collet e18bbfaf1d [FIX] account_asset: fix manifest file
bzr revid: rco@openerp.com-20120208151904-cxfkzvl8cy5lbezd
2012-02-08 16:19:04 +01:00
Raphael Collet 1577418678 [IMP] base_module_record: code simplification
bzr revid: rco@openerp.com-20120208143331-r4texpi9sgza2fpi
2012-02-08 15:33:31 +01:00
Xavier Morel fe31030bd2 [ADD] UI for set_default in form view sidebar
bzr revid: xmo@openerp.com-20120208122153-k11n7u47n1bo63sv
2012-02-08 13:21:53 +01:00
Launchpad Translations on behalf of openerp 320b2d2e2e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120208060921-wir47e717rh04xxn
bzr revid: launchpad_translations_on_behalf_of_openerp-20120208063913-vg9qdu30tx09ojrl
2012-02-08 06:39:13 +00:00
Launchpad Translations on behalf of openerp 7ad8821958 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120208045408-48nq5dhfhsh1p2l8
2012-02-08 04:54:08 +00:00
Antony Lesuisse 816b49794b [FIX] board generate rng compliant board views, colspan height and width are deprecated on action
lp bug: https://launchpad.net/bugs/914266 fixed

bzr revid: al@openerp.com-20120208012726-9mqxajv2luzmrff6
2012-02-08 02:27:26 +01:00
Olivier Dony 0a63ecb0cf [I18N] all: updated translation template
This should be the last major template sync
before the final release of 6.1.

bzr revid: odo@openerp.com-20120208010830-zchnkg48u7s40nw2
2012-02-08 02:08:30 +01:00
Antony Lesuisse acc91886c6 [FIX] reintroduce a default value for auto_install (aka active) removed in 4003 revid:xmo@openerp.com-20120202154532-tq9x07ujf0bn9mcp
bzr revid: al@openerp.com-20120208005252-ke2v5mtkxpmyml6d
2012-02-08 01:52:52 +01:00
Olivier Dony f13de315be [I18N] base: updated translation template
This should be the last major sync before the
final release of 6.1

bzr revid: odo@openerp.com-20120208004538-uutge29kymontex4
2012-02-08 01:45:38 +01:00
Olivier Dony 3e74579982 [FIX] ir.model: fix incorrect translate call: _()
bzr revid: odo@openerp.com-20120208004124-2nhcwrcc7js6q04s
2012-02-08 01:41:24 +01:00
Antony Lesuisse 8289a2869e [FIX] remove useless decodes that break on pg9.0
lp bug: https://launchpad.net/bugs/917030 fixed

bzr revid: al@openerp.com-20120208003800-whnxjgw2n2v0ea2i
2012-02-08 01:38:00 +01:00
Olivier Dony 66a3dc8ba7 [FIX] mrp: improve translations and use of _()
bzr revid: odo@openerp.com-20120208003121-o6cwyz6imsd4q6o1
2012-02-08 01:31:21 +01:00
Antony Lesuisse 98bd34a2eb [FIX] better fix for portal menu using res.users._menu_id reverting 2107 revid:al@openerp.com-20120203132249-pbkdci0q5fxz1k33
bzr revid: al@openerp.com-20120208001305-ef3c2w7a222ph7v0
2012-02-08 01:13:05 +01:00