Commit Graph

43417 Commits

Author SHA1 Message Date
Xavier Morel 8ec0fda0c3 [IMP] add diagram name (name_get) above 'new node' button, so user knows what he's looking at
bzr revid: xmo@openerp.com-20120229102948-jfl1pbbg3t1460il
2012-02-29 11:29:48 +01:00
Frédéric van der Essen 0e9333cb22 [FIX] Diagram: Resizing the viewport broke panning and scrolling
bzr revid: fva@openerp.com-20120229105846-y9dmhpfjjk1oii14
2012-02-29 11:58:46 +01:00
Frédéric van der Essen f3e2bd31ce [IMP] Diagram: Prevent panning and scrolling from hiding the graph
bzr revid: fva@openerp.com-20120229103741-l45e34cm8l3ioxfq
2012-02-29 11:37:41 +01:00
Frédéric van der Essen 3c8eaaaa99 [IMP] Diagram: Resizable viewport, viewport move cursor
bzr revid: fva@openerp.com-20120228103933-j92bexvam1hsfc7t
2012-02-28 11:39:33 +01:00
Frédéric van der Essen 55bc8d6a22 [IMP] Diagram styling
bzr revid: fva@openerp.com-20120224163605-mibez8k95343x7oz
2012-02-24 17:36:05 +01:00
Xavier Morel 2832fadd21 [REM] leftover logging
bzr revid: xmo@openerp.com-20120224155904-nz4mzhtkg9j9rexn
2012-02-24 16:59:04 +01:00
Xavier Morel af36854aa2 [FIX] set a single numeric id as the m2o value in the 'new node' popup to force a name_get resolution
with a pair, the field's textual value would get set to 'undefined' leading to inconsistent behavior depending on whether the field is visible or not

bzr revid: xmo@openerp.com-20120224155741-o43tndbmxfsmcub7
2012-02-24 16:57:41 +01:00
Xavier Morel 2adcdd3aad [FIX] warnings (implicit globals, missing semicolons, unused variables)
bzr revid: xmo@openerp.com-20120224154825-gzimhyqcozbisbwm
2012-02-24 16:48:25 +01:00
Frédéric van der Essen 6c3311cd9a [IMP] removing css expermiments for diagram implementation
bzr revid: fva@openerp.com-20120224150417-89cq4v6ovpffwb8e
2012-02-24 16:04:17 +01:00
Frédéric van der Essen 666f203395 [IMP] ignore vim session files
bzr revid: fva@openerp.com-20120224150143-032voefkvou5agn9
2012-02-24 16:01:43 +01:00
Frédéric van der Essen d099b4b1bf [IMP] Cleanup : removing unnecessary files, moving libs to /lib
bzr revid: fva@openerp.com-20120224150011-v64qda7lfknso6cb
2012-02-24 16:00:11 +01:00
Frédéric van der Essen 4c5a4a4230 diagram : removing dracula
bzr revid: fva@openerp.com-20120224145026-3drv72cejyej8ub6
2012-02-24 15:50:26 +01:00
Frédéric van der Essen 49d9226a44 new viewport integration
bzr revid: fva@openerp.com-20120224144803-c7iiafllsjnuwkkv
2012-02-24 15:48:03 +01:00
Frédéric van der Essen 3d19a013e7 diagram viewport scrolling now works on all elements
bzr revid: fva@openerp.com-20120224132506-ujvbwj0jj8a26zhp
2012-02-24 14:25:06 +01:00
Frédéric van der Essen ca974ab6c2 dummy edges are destroyed on cancel
bzr revid: fva@openerp.com-20120224130007-9cdj749bpfrdc0ix
2012-02-24 14:00:07 +01:00
Frédéric van der Essen 80f9259b1f [MERGE] from 6.1
bzr revid: fva@openerp.com-20120224095803-cg15tsp2jvs4fkj9
2012-02-24 10:58:03 +01:00
Frédéric van der Essen 87f65775e0 Correct viewport integration, cosmetic changes, node loops
bzr revid: fva@openerp.com-20120224095310-r3bdlx09n5eaxrvk
2012-02-24 10:53:10 +01:00
Xavier Morel a55e7148e3 [FIX] correctly set dataset index when selecting a record in list view, so switching to page/form switches to the first selected record, not the first record of the page
lp bug: https://launchpad.net/bugs/939314 fixed

bzr revid: xmo@openerp.com-20120223145157-rkkwg6pwcr6hh7st
2012-02-23 15:51:57 +01:00
Olivier Dony 819334f0aa [FIX] orm: inherited `active` fields should be used for the implicit filtering
This is for example used by hr.employee which
inherits from resource.resource, with the
`active` field located on the resource model.
Simplified some code too.

bzr revid: odo@openerp.com-20120223141635-p117b5wvvreuj40c
2012-02-23 15:16:35 +01:00
Xavier Morel 12825e4122 [FIX] correctly handle the user's menu_id being set to an action with domain=False (literally)
that's a bit stupid, but apparently people do set their menu action to a dashboard...

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

bzr revid: xmo@openerp.com-20120223134612-3sm2e4yq3hbjqnz7
2012-02-23 14:46:12 +01:00
Xavier Morel 50853cbaac [FIX] ability to backup databases in case listing databases is forbidden (via --no-database-list on the server)
lp bug: https://launchpad.net/bugs/939428 fixed

bzr revid: xmo@openerp.com-20120223133937-3115jyzjtbzequbq
2012-02-23 14:39:37 +01:00
olt@tinyerp.com 3be394de8a [FIX] pep8: tab -> space
bzr revid: olt@tinyerp.com-20120223094355-ejsm256vn58bn4i2
2012-02-23 10:43:55 +01:00
Najlaâ f2e81931f2 [FIX] account_followup: no need to have 'Only One Followup by Company' constraint
bzr revid: nel@tinyerp.com-20120223092424-020pozo0sl4hw2tg
2012-02-23 10:24:24 +01:00
Launchpad Translations on behalf of openerp cc193c268e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120223052353-7wtilhl4ygsiebpm
bzr revid: launchpad_translations_on_behalf_of_openerp-20120223052405-zjntmml4s0tldteu
bzr revid: launchpad_translations_on_behalf_of_openerp-20120223052409-078hdbrd4l8060cr
2012-02-23 05:24:09 +00:00
Frédéric van der Essen 041ed706a5 Edge loops are now supported
bzr revid: fva@openerp.com-20120222171210-lr1me6hsedl0tsoo
2012-02-22 18:12:10 +01:00
Frédéric van der Essen 9af0dcc56d Dropped the _new in vector lib, Node and edge creation/modification hookup with openerp
bzr revid: fva@openerp.com-20120222140047-oqpj2axm35wswyei
2012-02-22 15:00:47 +01:00
Olivier Dony 30dae1d7d6 [REL] OpenERP 6.1.1
bzr revid: odo@openerp.com-20120222114322-hl61qi2nan0mnbz0
2012-02-22 12:43:22 +01:00
Olivier Dony ac7bb7860b [REL] OpenERP 6.1.1
bzr revid: odo@openerp.com-20120222114031-ud189sie1j3vn9g0
2012-02-22 12:40:31 +01:00
Fabien Meghazi 6d743d7783 [FIX] Can't move kanban card from one group to another in some cases
lp bug: https://launchpad.net/bugs/937637 fixed

bzr revid: fme@openerp.com-20120222113718-ix9kb61ij8jg4tub
2012-02-22 12:37:18 +01:00
Antony Lesuisse 7ac41ee582 [REL] 6.1.1
bzr revid: al@openerp.com-20120222113007-tdi482n17x1j74l4
2012-02-22 12:30:07 +01:00
Olivier Dony 7f44f6b710 [MERGE] mail: gracefully handle missing user signature
bzr revid: odo@openerp.com-20120222112555-5j7cqaimndmc2lew
2012-02-22 12:25:55 +01:00
Frédéric van der Essen a444a588cd removing useless console.log
bzr revid: fva@openerp.com-20120222095632-i9m16yrrrci71km3
2012-02-22 10:56:32 +01:00
Stephane Wirtel 9041add81d [FIX] mail: Use a default value if the signature and the subject are empty
bzr revid: stw@openerp.com-20120222095342-nifzjg0ilgd3ln0p
2012-02-22 10:53:42 +01:00
Olivier Dony b5db852b3a [FIX] fields.binary: allow writing base64 unicode string values
The fields.binary type allows storing arbitrary
byte arrays, but it has been used historically
to store base64-encoded versions of the binaries.
This was partially related to the way these binary
values are serialized when transferred using the
standard XML-RPC protocol.
With the introduction of JSON-based RPC calls
alongside the 6.1 web client, these base64-encoded
binaries may now be deserialized as unicode ASCII
strings instead of 8-bit strings. That seems like
an acceptable behavior and we can simply coerce
these unicode strings to bytes strings as we know
they will be pure ASCII. Any non-ASCII unicode
value for binary field makes no sense and should
be passed as a byte string directly.

Thanks to Rui Barreiros for providing the final
hint in bug 919982 comments that lead to the
identification of this bug.

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

bzr revid: odo@openerp.com-20120222093937-quifmtsfc9gaa9ar
2012-02-22 10:39:37 +01:00
Frédéric van der Essen 26fd73e419 Beginning the integration of the new diagram library
bzr revid: fva@openerp.com-20120222092320-j05aesaglaglnovz
2012-02-22 10:23:20 +01:00
Xavier Morel c881a2b134 [FIX] autodoc references
bzr revid: xmo@openerp.com-20120222085727-qdwfgx92q3yv2gsj
2012-02-22 09:57:27 +01:00
Launchpad Translations on behalf of openerp 9b0c341975 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120222065619-wdj17h21k8iuy3w6
bzr revid: launchpad_translations_on_behalf_of_openerp-20120222065704-3l8az0alwzd2mrmk
bzr revid: launchpad_translations_on_behalf_of_openerp-20120222065707-hp0u1vljdfgyjqxf
2012-02-22 06:57:07 +00:00
Antony Lesuisse bfee2b7ae2 [FIX] database get_list use wsgi hostname
bzr revid: al@openerp.com-20120221185739-7utcld4kcnf39fg5
2012-02-21 19:57:39 +01:00
Christophe Simonis 688e788cef [FIX] proxy-mode is now really active
bzr revid: chs@openerp.com-20120221185247-ywuthx4v7oz0baty
2012-02-21 19:52:47 +01:00
Xavier Morel fbf4c6dc0f [FIX] incorrect handling of saved filter group_by when not present or an array
bzr revid: xmo@openerp.com-20120221140517-fs0axg9w8irapw06
2012-02-21 15:05:17 +01:00
Olivier Dony 3fe255dbfd [MERGE] Update of the Italian chart of account, courtesy of Lorenzo Battistini (Agile BG)
bzr revid: odo@openerp.com-20120221134930-ek2c6x3kjp6e27lo
2012-02-21 14:49:30 +01:00
Jean-Christophe VASSORT c982362642 [FIX] opw 383657: hr_expense: When unit quantity or factor value is zero > get divide by zero error
bzr revid: jcv@openerp.com-20120221090112-74dihhclu1v36gts
2012-02-21 10:01:12 +01:00
Launchpad Translations on behalf of openerp a3ac698fe8 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120218071328-fl3yjw2gawigfooh
bzr revid: launchpad_translations_on_behalf_of_openerp-20120219063344-7w5y8nkweukg0f88
bzr revid: launchpad_translations_on_behalf_of_openerp-20120220061321-0z254064e8vsx286
bzr revid: launchpad_translations_on_behalf_of_openerp-20120221063558-wc526qfv4ko5s6q0
bzr revid: launchpad_translations_on_behalf_of_openerp-20120221063603-medp0cjt2z5vy70x
2012-02-21 06:36:03 +00:00
Fabien Meghazi 5d71f85f7d [FIX] Broken reference field
lp bug: https://launchpad.net/bugs/936864 fixed

bzr revid: fme@openerp.com-20120220122208-k5pvpwodik78hnrq
2012-02-20 13:22:08 +01:00
Xavier Morel 79a8b39369 [FIX] avoid adding session_id and token fields in form if they are already there, reuse existing fields instead
lp bug: https://launchpad.net/bugs/936704 fixed

bzr revid: xmo@openerp.com-20120220115704-zxo024voy3dxa7qe
2012-02-20 12:57:04 +01:00
Olivier Dony 3f6524a6e2 [FIX] Correct remaining SQL now() calls, must use UTC
This is essential to have the proper behavior for
timestamps: on the database side we exclusively 
store UTC data (no DST issues, etc.) as naive
timestamps (to prevent Postgres from messing with them).
Inside OpenERP server/addons we work again with
pure UTC data (much simpler), and only render
them according to the user's timezone when they
are displayed in the user interface or rendered
in a PDF report.

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

bzr revid: odo@openerp.com-20120220105943-v3m0i50phrurt8x6
2012-02-20 11:59:43 +01:00
eLBati 4463376d44 Adding witholding tax.
Setting 'debiti per ritenute da versare' as payable in order to handle it along with the due payments.

See http://wiki.openerp-italia.org/doku.php/area_utente/requisiti/ritenuta_d_acconto#openerp

bzr revid: lorenzo.battistini@agilebg.com-20120218133908-gh12l4d4vbw95fmd
2012-02-18 14:39:08 +01:00
Launchpad Translations on behalf of openerp f95d98807c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120218071814-qv5c1xw4260ns8r8
2012-02-18 07:18:14 +00:00
Launchpad Translations on behalf of openerp dfa5449f02 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120218060208-gvsm4rrkca7yv031
2012-02-18 06:02:08 +00:00
Xavier Morel 404ac17e0e [FIX] evaluate compound context from treeview before executing action
not actually sure if ActionManager#do_action is supposed to get a literal or a nonliteral context at this point... but ViewManager(Action) does not seem to like nonlit contexts at all so...

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

bzr revid: xmo@openerp.com-20120217093541-pudzg8x4u1dhbkjf
2012-02-17 10:35:41 +01:00