Commit Graph

40254 Commits

Author SHA1 Message Date
Xavier Morel 89173c80be [FIX] account: incorrect view definition
lp bug: https://launchpad.net/bugs/900233 fixed

bzr revid: xmo@openerp.com-20111206155622-xahmsw75ooj94ulp
2011-12-06 16:56:22 +01:00
niv-openerp 1a6fa9ca6a [imp] removed element_id
bzr revid: nicolas.vanhoren@openerp.com-20111206154942-d7mgnewp05i1mxf3
2011-12-06 16:49:42 +01:00
Roberto López López (OpenERP) f34318750e [FIX] web_livechat: fixed clear_cache call.
bzr revid: rlo@openerp.com-20111206154739-qsbwpanbf5z0ji7h
2011-12-06 16:47:39 +01:00
niv-openerp d4f8cf113f [imp] nivified last component
bzr revid: nicolas.vanhoren@openerp.com-20111206153824-y38w73jenxgv0vxk
2011-12-06 16:38:24 +01:00
Xavier Morel b0edc62671 [FIX] dependencies: don't grab dateutil >= 2.0, it's the Python3 version and incompatible with P2
bzr revid: xmo@openerp.com-20111206145838-o6g3o19s0o6ggipi
2011-12-06 15:58:38 +01:00
niv-openerp d8bae900d1 [imp] nivified one more view
bzr revid: nicolas.vanhoren@openerp.com-20111206144659-x2wfjupne5gxe8o9
2011-12-06 15:46:59 +01:00
Vo Minh Thu ff22d6eca9 [FIX] clean some warnings.
bzr revid: vmt@openerp.com-20111206142130-y2nu8bx6jzjviojk
2011-12-06 15:21:30 +01:00
niv-openerp 5610b53b23 [fix] problem with gantt view, can not slide a task
bzr revid: nicolas.vanhoren@openerp.com-20111206142000-p11wfpxejj56xjep
2011-12-06 15:20:00 +01:00
Xavier Morel 3f93344b84 [FIX] missing view type
bzr revid: xmo@openerp.com-20111206141204-i2gu7btahtz805kd
2011-12-06 15:12:04 +01:00
Fabien Meghazi b12525e31a [ADD] Added deferred for view manager controllers
bzr revid: fme@openerp.com-20111206140452-m17hb2xb6ef3j4bg
2011-12-06 15:04:52 +01:00
Fabien Pinckaers 688a8e6399 [FIX] category name
bzr revid: fp@tinyerp.com-20111206140127-1qcppz40ale5xifs
2011-12-06 15:01:27 +01:00
Fabien Pinckaers c4116cc062 [IMP] support through livechat by default
bzr revid: fp@tinyerp.com-20111206135310-bfhy1kanvk96igz3
2011-12-06 14:53:10 +01:00
Xavier Morel 7712b81bf1 [FIX] py.js tokenizer: numbers can have a dot in them
lp bug: https://launchpad.net/bugs/900699 fixed

bzr revid: xmo@openerp.com-20111206135045-df4e3pzzubpwr6l9
2011-12-06 14:50:45 +01:00
Quentin (OpenERP) 3bb733d5bf [REF] account: changed name of complete_tax_set
bzr revid: qdp-launchpad@openerp.com-20111206132909-acp1putx55ve6irv
2011-12-06 14:29:09 +01:00
Quentin (OpenERP) 3b7b49b160 [FIX] l10n_multilang: fixed typo
bzr revid: qdp-launchpad@openerp.com-20111206132732-162df1z0dm467mr0
2011-12-06 14:27:32 +01:00
Vo Minh Thu faedeae230 [FIX] clean some warnings.
bzr revid: vmt@openerp.com-20111206131245-3my263o19q69f7e7
2011-12-06 14:12:45 +01:00
Xavier Morel c58ebcfaed [FIX] records disappearing from sequenceable list views when dropped onto their original position
In the listview's backing Records, a noop set (setting a property to
the value it already has) has no visible effect (no even is triggered,
it is simply ignored).

The listview relies on setting the sequence number to refresh records
and re-display them correctly in their table rows, but dropping an
already sequenced row onto itself would set its sequence to its
current value (barring record removals), yielding to no refresh and
the row simply poofing out of view as it gets removed from the
collection (and the table), then added back to the collection in its
new (and old) position and displayed in a bare-bones empty states
waiting for a render_record call.

Added a check to sorting management to bail out immediately if a sort
is a noop (the row is dropped at the same position it was taken from)

lp bug: https://launchpad.net/bugs/900207 fixed

bzr revid: xmo@openerp.com-20111206123735-4bfnqh1zl7u4ozm9
2011-12-06 13:37:35 +01:00
Quentin (OpenERP) 2cc1fba2df [FIX] l10n_multilang: fix (spoken_languages may not be defined on chart template)
bzr revid: qdp-launchpad@openerp.com-20111206123122-2cvpmflf1o5ptstc
2011-12-06 13:31:22 +01:00
Vo Minh Thu f20cdb19f5 [FIX] clean some warnings.
bzr revid: vmt@openerp.com-20111206121955-tbv84nfcni0c0q8k
2011-12-06 13:19:55 +01:00
Fabien Meghazi ee6841e510 [IMP] Set kanban view as default view for project.tasks, hr_recruitment.applicant, project.issues, crm.opportunities and hr.employees
bzr revid: fme@openerp.com-20111206120532-sov62f6jxvnyo3nn
2011-12-06 13:05:32 +01:00
Fabien Pinckaers 43a42b9599 [IMP] due to rewrite we did some months ago
bzr revid: fp@tinyerp.com-20111206120511-gdtg6o9askurv6hy
2011-12-06 13:05:11 +01:00
Fabien Pinckaers 4e0befa1f4 [IMP] better manifests on modules
bzr revid: fp@tinyerp.com-20111206120355-h5vufbibzovtvf0j
2011-12-06 13:03:55 +01:00
Quentin (OpenERP) ae74054b5a [REF+IMP] l10n_multilang: code refactoring in order to split the big method into smaller pieces + improved the way the translations are handled (use of spoken_languages, can force the write if we don't want to create a translation but replace the current value...)
bzr revid: qdp-launchpad@openerp.com-20111206114411-rqcc8qvqo342u4y2
2011-12-06 12:44:11 +01:00
Fabien Meghazi e719ba764a [FIX] Fixed view_manager double do_search triggering
[REM] Removed autosearch
[REM] Removed last search caching

bzr revid: fme@openerp.com-20111206113658-ntnl14ezdnqqhe3m
2011-12-06 12:36:58 +01:00
Xavier Morel 41e8b3f92c [FIX] correctly send context during graph's fields_get
lp bug: https://launchpad.net/bugs/898636 fixed

bzr revid: xmo@openerp.com-20111206113141-nbfxp0jx4lrgo95g
2011-12-06 12:31:41 +01:00
Vo Minh Thu 159dc31327 [FIX] clean some warnings.
bzr revid: vmt@openerp.com-20111206112258-wnppot8orjvmpnh2
2011-12-06 12:22:58 +01:00
Quentin (OpenERP) aa68947a46 [IMP] l10n_multilang: removed flag translate=True on account.account as we want to have only one COA per company (and not translated) + added spoken_languages field on chart templates to depicts what can be the translations loaded
bzr revid: qdp-launchpad@openerp.com-20111206112143-9jg4s33xd8n3c6ll
2011-12-06 12:21:43 +01:00
Fabien Pinckaers 0eab577b40 [IMP] Core modules for apps
bzr revid: fp@tinyerp.com-20111206112127-5lir7aovygx4a4oi
2011-12-06 12:21:27 +01:00
Fabien Pinckaers f7d4c3384d [IMP] Core features on modules, better views for modules
bzr revid: fp@tinyerp.com-20111206111531-qdkajwatqzb0dz45
2011-12-06 12:15:31 +01:00
Vo Minh Thu 4660ee4990 [FIX] clean some warnings.
bzr revid: vmt@openerp.com-20111206105758-j00f9b67jfvp5dxh
2011-12-06 11:57:58 +01:00
Fabien Meghazi 1719b9408b [REM] Removed unnecessary auto_search keys in actions
bzr revid: fme@openerp.com-20111206105734-9271jcsc8leanj66
2011-12-06 11:57:34 +01:00
Xavier Morel 0606306dd2 [FIX] incorrect date format output in hr.timesheet.analytic.profit default value
lp bug: https://launchpad.net/bugs/900647 fixed

bzr revid: xmo@openerp.com-20111206105021-pr9miyu518ayohj0
2011-12-06 11:50:21 +01:00
Xavier Morel 5a19c4ad15 [REM] unused and graph-breaking code in gantt's dhtmlxcommon
bzr revid: xmo@openerp.com-20111206104201-m5w3e3zx7vcypc5g
2011-12-06 11:42:01 +01:00
Xavier Morel 537d45b91a [FIX] hr: broken dashboard view(s)
bzr revid: xmo@openerp.com-20111206103201-30xmhmy35bi8p1v9
2011-12-06 11:32:01 +01:00
Vo Minh Thu ce8bee8ba7 [FIX] clean some warnings.
bzr revid: vmt@openerp.com-20111206102901-ngovpq1cky629xsp
2011-12-06 11:29:01 +01:00
Fabien Pinckaers 1921462ecd [IMP] default address
bzr revid: fp@tinyerp.com-20111206102409-crkfg8xgxlbzhp9d
2011-12-06 11:24:09 +01:00
Vo Minh Thu bca8a89bc5 [FIX] clean some warnings.
bzr revid: vmt@openerp.com-20111206101354-snbya2xtl8pjwskc
2011-12-06 11:13:54 +01:00
Quentin (OpenERP) f19e893877 [FIX] account: fixes of wizard to generat COA
bzr revid: qdp-launchpad@openerp.com-20111206100126-61nhqx6p9d2ax6pl
2011-12-06 11:01:26 +01:00
Xavier Morel 0fbdaab88f [FIX] defer actually writing the resequencing of a list view to the backing dataset ~/projects/tiny/web/current
There seems to be an issue with synchronous o2m writes doing weird
things (records disappear after being drag & dropped)

lp bug: https://launchpad.net/bugs/900207 fixed

bzr revid: xmo@openerp.com-20111206082713-efq1w88sv0htl39c
2011-12-06 09:27:13 +01:00
Fabien Pinckaers 255cfb94b0 merge
bzr revid: fp@tinyerp.com-20111206081249-olzikv2g6om6mnec
2011-12-06 09:12:49 +01:00
Launchpad Translations on behalf of openerp 33767eb356 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111206052824-y4sqcyq1zvz4jj25
bzr revid: launchpad_translations_on_behalf_of_openerp-20111206055923-0ajpo39vg9xuf5ef
2011-12-06 05:59:23 +00:00
Fabien Pinckaers eb59cfaa06 [IMP] kanban view for modules, to be improved by Minh
bzr revid: fp@tinyerp.com-20111205171313-vucy2qz57xi68a2k
2011-12-05 18:13:13 +01:00
Fabien Pinckaers 7ab729dde9 [IMP] useability + kanban view on modules
bzr revid: fp@tinyerp.com-20111205164855-qd1hu2y599hq7xzs
2011-12-05 17:48:55 +01:00
Vo Minh Thu b28f574799 [FIX] clean some warnings.
bzr revid: vmt@openerp.com-20111205155510-many34fn09yr58x0
2011-12-05 16:55:10 +01:00
Minh Tran 4ca43cd31e [IMP] Changed the default home page
bzr revid: mit@openerp.com-20111205154425-fw94io3x1dagpc5h
2011-12-05 16:44:25 +01:00
Xavier Morel b7aa4e4712 [FIX] ensure o2m widget has saved its sub-views before it returns its value to its parent form view
This is currently highly faillible as saving a form or a list view can
be an async operation, yet the FormView's `Widget#get_value` call can
only be synchronous. As a result, there are cases where saving a form
view can fail to get the correct value for its o2m fields.

Ideally, `Widget#get_value` should be an async API (or a sync/async API)

bzr revid: xmo@openerp.com-20111205153813-nvgy5413oyf5zsla
2011-12-05 16:38:13 +01:00
Xavier Morel d39e30130b [IMP] mrp: generate dict from ids via dict.fromkeys, set 'empty' value to False for selection fields rather than an empty string
bzr revid: xmo@openerp.com-20111205153118-1hmvvhkw77qjh5qb
2011-12-05 16:31:18 +01:00
Quentin (OpenERP) bd724f43b4 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20111205150819-tuzcw6v25wp2aq9r
2011-12-05 16:08:19 +01:00
Fabien Meghazi a2486bf3c7 [IMP] Misc improvements to kanban views
bzr revid: fme@openerp.com-20111205150706-qudlh5ie7fs56cl8
2011-12-05 16:07:06 +01:00
Vo Minh Thu 7c63902af8 [FIX] clean some warnings.
bzr revid: vmt@openerp.com-20111205150311-6xkx4eytvxnkvdck
2011-12-05 16:03:11 +01:00