Commit Graph

849 Commits

Author SHA1 Message Date
Xavier Morel a9c2cfcdb9 [IMP] make help attribute available on all actions
bzr revid: xmo@openerp.com-20120924145750-n0gj4bww1d83h3fy
2012-09-24 16:57:50 +02:00
Olivier Dony 470415ced9 [IMP] ir.ui.view: discard custom views before updating view arch
- as the custom views are still in place when validating the new arch, they would
hide the new arch and prevent proper validation (if custom views are set for uid 1)
- conversely, if the RNG validation has changed, the old view customizations may not
pass the updated validation rules, and cause spurious validation errors

bzr revid: odo@openerp.com-20120924104026-z7bjzzq80ifxy1oc
2012-09-24 12:40:26 +02:00
Xavier Morel 449a86a51f [IMP] cache boolean and selection translations for the request (cursor) to avoid fetching them over and over again
bzr revid: xmo@openerp.com-20120924103257-1jgc3qhddzzi5c17
2012-09-24 12:32:57 +02:00
Antony Lesuisse 4679680dba manual merge of multicorn
bzr revid: al@openerp.com-20120922105107-q02ogtsfudphzkl6
2012-09-22 12:51:07 +02:00
Xavier Morel a9bc82c46d [IMP] translation tests, translated acceptable values for boolean fields
bzr revid: xmo@openerp.com-20120920150443-l9lna4bnkta7n2o8
2012-09-20 17:04:43 +02:00
Xavier Morel fdba99aaeb [ADD] inline o2m LINK_TO (m2m-style)
bzr revid: xmo@openerp.com-20120920110914-hy2rtivhn9cs5wuc
2012-09-20 13:09:14 +02:00
Xavier Morel 8e841cd8f7 [FIX] non-linking o2m tests, corresponding code
bzr revid: xmo@openerp.com-20120920105612-03ifizt2iv08tdhz
2012-09-20 12:56:12 +02:00
Xavier Morel c9e0cfd64a [ADD] force linking to existing o2m being updated
bzr revid: xmo@openerp.com-20120920102545-30tkodb4s1dng5hp
2012-09-20 12:25:45 +02:00
Olivier Dony 2d0052d77e [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20120919155339-htv0joe24djdcgp2
2012-09-19 17:53:39 +02:00
Xavier Morel 9805c665c8 [ADD] big bit on new import: pretty much everything but o2m
bzr revid: xmo@openerp.com-20120919114047-w4paoim95oxr91zb
2012-09-19 13:40:47 +02:00
Olivier Dony 550751b358 [IMP] translations: wip, remove unnecessary code, support loading PO comments and storing them, split ir.translation view data in separate XML file
bzr revid: odo@openerp.com-20120913142920-ggpeqth4s2wwqwd2
2012-09-13 16:29:20 +02:00
Olivier Dony 423aca905a [IMP] translations: attempt to optimize out _get_source calls when there is not context lang
bzr revid: odo@openerp.com-20120912142229-ir3h1z0yau09ivvw
2012-09-12 16:22:29 +02:00
Stephane Wirtel 97278d6ed5 [MERGE] base: fix some address formats and some English
bzr revid: stw@openerp.com-20120911150724-yh4kvtstv8fehaj1
2012-09-11 17:07:24 +02:00
Olivier Dony 09ba29883c [FIX] ir.translation: typo in last sync with trunk
bzr revid: odo@openerp.com-20120911135254-uqi1s4n8qh0e3d1y
2012-09-11 15:52:54 +02:00
Olivier Dony 9a577ef431 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20120911114104-vk8afbjq9ao1dqr2
2012-09-11 13:41:04 +02:00
Olivier Dony 8e96d71bf3 [MERGE] sync with trunk
bzr revid: odo@openerp.com-20120905072646-m4269m97ej1oicoq
bzr revid: odo@openerp.com-20120905220158-ulg8jy5alny97ff3
2012-09-06 00:01:58 +02:00
Fabien Meghazi 04e5680f69 [ADD] ir.translation#translate_fields
bzr revid: fme@openerp.com-20120904150438-0zdc3qewfyeiopja
2012-09-04 17:04:38 +02:00
Fabien Meghazi e386d895ad [FIX] Do not ilike on name for the translation search view
bzr revid: fme@openerp.com-20120904135728-6i5nrwemsluexlx0
2012-09-04 15:57:28 +02:00
Fabien Meghazi 6e5a9053e5 [FIX] Fixed remarks of merge proposal
bzr revid: fme@openerp.com-20120904133216-7v82tmcqi1n21c3f
2012-09-04 15:32:16 +02:00
Raphael Collet 462947662c [MERGE] trunk-editable_list (add groups on views to disable some inherited views when composing a view)
bzr revid: rco@openerp.com-20120904123348-8vy5pkzmkewrf0bk
2012-09-04 14:33:48 +02:00
Thibault Delavallée 95837af09c [IMP] ir.needaction: made the model Abstract. Fixed a bug when inheriting from AbstractModels: _auto (to create a database for the model) was not correctly set.
bzr revid: tde@openerp.com-20120904103242-o6ky20u9gvhu0t3u
2012-09-04 12:32:42 +02:00
Fabien Meghazi 06e6bf71cc [IMP] Always update src to the last value
bzr revid: fme@openerp.com-20120903155408-9agsj0y8y6g7ydsj
2012-09-03 17:54:08 +02:00
Fabien Meghazi c1ec19eba9 [IMP] Put some translation editable list fields readonly
bzr revid: fme@openerp.com-20120903152149-ss9j9e7xxcgv42f6
2012-09-03 17:21:49 +02:00
Fabien Meghazi e754257c0b [IMP] Make the translation tree an editable list
bzr revid: fme@openerp.com-20120903131016-a0ocg43lnnm2j9eg
2012-09-03 15:10:16 +02:00
Fabien Meghazi 19ca7c3e4e [ADD] Add 'name' field to ir.translation search view
bzr revid: fme@openerp.com-20120903130427-f2sriqp15c7ybuhx
2012-09-03 15:04:27 +02:00
Fabien Meghazi 8295b4f181 [IMP] ir.tranlsation#translate: create ir.translation entries for a particular record
bzr revid: fme@openerp.com-20120903124818-myjy2616uv3blyki
2012-09-03 14:48:18 +02:00
Fabien Meghazi dc93500740 [MERGE] trunk
bzr revid: fme@openerp.com-20120903124618-vpe2erkcml7131gp
2012-09-03 14:46:18 +02:00
Thibault Delavallée 12294252d4 [MERGE] Merged with server/trunk.
bzr revid: tde@openerp.com-20120903081949-ucy4e1kpbb30dhko
2012-09-03 10:19:49 +02:00
Stephane Wirtel b3988436cb [REF] Replace the user id 1 by openerp.SUPERUSER_ID
bzr revid: stw@openerp.com-20120831135309-o4plzf5wp0kyuzgf
2012-08-31 15:53:09 +02:00
Fabien Meghazi df557637d1 [ADD] ir.translation#translate()
bzr revid: fme@openerp.com-20120830161553-hmf4fbsnqd2dhq7z
2012-08-30 18:15:53 +02:00
Quentin (OpenERP) 46f287b2d1 [FIX] base, ir_translation: a write of '' as translated value should reset the translation in 'to_translate' state
bzr revid: qdp-launchpad@openerp.com-20120830145000-61uh1tpux5dyp7na
2012-08-30 16:50:00 +02:00
Jigar Amin - OpenERP 46604fccb5 [FIX] Impoved treanlstion state field conditions
bzr revid: jam@tinyerp.com-20120830115055-tf396grzw3f6olfz
2012-08-30 17:20:55 +05:30
Raphael Collet 3b2423c5da [IMP] ir.ui.view: filter inheriting views based on groups
bzr revid: rco@openerp.com-20120829133732-ijyy3y05mlbazgya
2012-08-29 15:37:32 +02:00
Raphael Collet 750165e94d [MERGE] trunk-ir_ui_view_access_rights-mdi (add field groups_id on views)
bzr revid: rco@openerp.com-20120829123539-5m718m71c8o06ujz
2012-08-29 14:35:39 +02:00
Divyesh Makwana (Open ERP) 004a1a64ee [ADD] Added 'groups_id' field into 'ir_ui_view' model.
bzr revid: mdi@tinyerp.com-20120829055333-6iw12tthxeidkkus
2012-08-29 11:23:33 +05:30
Jigar Amin - OpenERP 9464f474a4 [FIX] State Condition
bzr revid: jam@tinyerp.com-20120828103859-jp22lgwzlucc55gl
2012-08-28 16:08:59 +05:30
Jigar Amin - OpenERP a4dae41a49 [FIX] Removed the unused wrong code
bzr revid: jam@tinyerp.com-20120828101723-d6qdm3bqpx3gcqbe
2012-08-28 15:47:23 +05:30
Jigar Amin - OpenERP d27721f480 [REN] Renamed the state field key value
bzr revid: jam@tinyerp.com-20120828101559-l2zbivjzlmu7baq2
2012-08-28 15:45:59 +05:30
Thibault Delavallée de18f4a401 [CLEAN] ir_needaction: cleaned needaction_count.
bzr revid: tde@openerp.com-20120828085018-z6uywvk2oeqoog06
2012-08-28 10:50:18 +02:00
Thibault Delavallée df47c52bab [REVIEW] ir_needaction: cleaned comments, removed unused import.
bzr revid: tde@openerp.com-20120828075355-iiblaa6gqio78dcj
2012-08-28 09:53:55 +02:00
Thibault Delavallée 2a916edbad [REVIEW] ir_ui_menu: cleaned _get_needaction code.
bzr revid: tde@openerp.com-20120828075321-7emtlqvh5oj6o31r
2012-08-28 09:53:21 +02:00
Thibault Delavallée 1fc94ed5ca [MERGE] Merged with server/trunk.
bzr revid: tde@openerp.com-20120827083724-237j1jgf3b3g3uy8
2012-08-27 10:37:24 +02:00
Jigar Amin - OpenERP a4c132fcb6 merge lp:openobject-server
bzr revid: jam@tinyerp.com-20120824132957-6z5ovpfqqvjnazj3
2012-08-24 18:59:57 +05:30
Vo Minh Thu 0b464f0882 [FIX] custom models: avoid calling twice __init__, use a correct _rec_name (calling twice __init__ caused the _rec_name to be `name` which does not exist on a custom model, and caused the assert on the _rec_name to fail.
bzr revid: vmt@openerp.com-20120824104242-wa5jq8h47im79ayd
2012-08-24 12:42:42 +02:00
Vo Minh Thu b218f74b28 [FIX] uninstall: delete all given ir_model_relation/ir_model_constraint (still making sure the protected resource is not deleted if still referenced elsewhere).
bzr revid: vmt@openerp.com-20120824085201-a0ucfta7jwgph0ke
2012-08-24 10:52:01 +02:00
Vo Minh Thu 33e9e66f71 [FIX] uninstall: pass IDs instead of names to _module_data_uninstall().
bzr revid: vmt@openerp.com-20120823161008-is5xqfe4et8xx51k
2012-08-23 18:10:08 +02:00
Fabien Pinckaers 84625969c0 [FIX] needaction on mail.groups
bzr revid: fp@tinyerp.com-20120823143525-28mnbgd015jd8yyd
2012-08-23 16:35:25 +02:00
Fabien Pinckaers 552705494c [IMP] needaction
bzr revid: fp@tinyerp.com-20120822161407-aucl1m2jsa3pe6sv
2012-08-22 18:14:07 +02:00
Stephane Wirtel d8c0fdf505 [FIX] base: remove the sequence field in a view
bzr revid: stw@openerp.com-20120822143642-3esq9y0wh7zqt9es
2012-08-22 16:36:42 +02:00
Fabien Pinckaers 9d6ee746eb fix
bzr revid: fp@tinyerp.com-20120822134109-97lbhcllylbe15ce
2012-08-22 15:41:09 +02:00
Fabien Pinckaers 0f63b4a1fb [IMP] need action
bzr revid: fp@tinyerp.com-20120822133406-9ayg228mxfeg16dg
2012-08-22 15:34:06 +02:00
Thibault Delavallée 9871b2dd37 [FIX] Fixed last commit, about removing check_read/write/unlink/create: those methods were used, propagated the changes :) .
bzr revid: tde@openerp.com-20120822111613-305j77rs4fphkjts
2012-08-22 13:16:13 +02:00
Fabien Pinckaers d876320e12 [FIX] allows using uid in domains of params
bzr revid: fp@tinyerp.com-20120821154555-gjsw2pr5ykbl0ed5
2012-08-21 17:45:55 +02:00
Thibault Delavallée f2481259bd [MERGE] Merged with server/trunk.
bzr revid: tde@openerp.com-20120821150922-rciqojmmkfp9tvi2
2012-08-21 17:09:22 +02:00
Olivier Dony c47ac52388 [FIX] OPW 577963: ir.attachment: finish previous fix by restoring original sort order
bzr revid: odo@openerp.com-20120821141605-ejcfki1rh2z4xhdi
2012-08-21 16:16:05 +02:00
Olivier Dony eec2708f48 [FIX] OPW 577963: ir_attachment: speed up ir.attachment search for large databases
Frequents calls to list.remove() were being a bottleneck for large
document lists (100k+). Using a set make remove() calls much faster.

Also turned a read() into a pure SQL command, as its high-level
features were unnecessary (security checks performed before and
after it anyways) and it was 50% slower than the direct SQL version.

This commit has a corresponding addons patch in order to use a set
instead of a list in the document module as well.

bzr revid: odo@openerp.com-20120821130202-71z83drt347lf45n
2012-08-21 15:02:02 +02:00
Fabien Pinckaers 1a4f68554d [IMP] needaciton + mail
bzr revid: fp@openerp.com-20120819150038-u6519dee90enzui4
2012-08-19 17:00:38 +02:00
Fabien Pinckaers 03f4b992ad [IMP] need action & mails
bzr revid: fp@openerp.com-20120819145928-5bw5lo6dn4ni4gl7
2012-08-19 16:59:28 +02:00
Antony Lesuisse 9988c468f9 [MERGE] diagram view label
bzr revid: al@openerp.com-20120819124631-guc52cy0xs0n8363
2012-08-19 14:46:31 +02:00
Fabien Pinckaers 07c5ee86d6 fix
bzr revid: fp@tinyerp.com-20120817144949-wrqo086h3dx6f3kx
2012-08-17 16:49:49 +02:00
Jigar Amin - OpenERP ea714905cc merge lp:openobject-server
bzr revid: jam@tinyerp.com-20120817062128-yfagkxdhn201yiop
2012-08-17 11:51:28 +05:30
Fabien Pinckaers 7be81475e1 [MERGE] trunk
bzr revid: fp@openerp.com-20120815185337-4ds37bn28230cpgh
2012-08-15 20:53:37 +02:00
Fabien Pinckaers 1353759bec [IMP] dynamic domains on O2M, remove needaction_pending
bzr revid: fp@openerp.com-20120815133710-138x0d52qqcd8ex2
2012-08-15 15:37:10 +02:00
Fabien Pinckaers 560e9e7fd2 [IMP] put needaction_pending again, new implementation
bzr revid: fp@openerp.com-20120814195840-yaha9r3qvj8o13zr
2012-08-14 21:58:40 +02:00
Fabien Pinckaers c02116b41f [IMP] cleaning of need action
bzr revid: fp@openerp.com-20120814194412-2bcujivyd45buikx
2012-08-14 21:44:12 +02:00
Thibault Delavallée d669073fc3 [MERGE] Merged with server/trunk.
bzr revid: tde@openerp.com-20120814152128-s1pstrcc38j89p4z
2012-08-14 17:21:28 +02:00
Vo Minh Thu 1534feb8f7 [IMP] ir_ui_view: somewhat better `type` functional field implementation.
bzr revid: vmt@openerp.com-20120814100049-dngykdg5l21q9vvp
2012-08-14 12:00:49 +02:00
Vo Minh Thu 7a0abed231 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120813142443-73d6zm10bqhm17mp
2012-08-13 16:24:43 +02:00
Tejas Tank 246b476020 Workflow editor label.
bzr revid: tta@openerp.com-20120813091519-lcxiemc2wojfx2d6
2012-08-13 14:45:19 +05:30
Thibault Delavallée 1583df6080 [MERGE] Merged with server/trunk.
bzr revid: tde@openerp.com-20120813073013-d10f8sc06pa4yqv6
2012-08-13 09:30:13 +02:00
Jigar Amin - OpenERP 260e25084d [MERGE] lp:openobject-server
bzr revid: jam@tinyerp.com-20120713052010-k228m3a5c1zp9gkt
bzr revid: jam@tinyerp.com-20120806065347-w01ssqrxmkyyi7rv
bzr revid: jam@tinyerp.com-20120813060540-4bqbg9ntx0un8qe6
2012-08-13 11:35:40 +05:30
Antony Lesuisse 2d2cb0b80b [IMP] act_window allow target inlineview
bzr revid: al@openerp.com-20120811182250-c37jbjbh944zzy5m
2012-08-11 20:22:50 +02:00
Thibault Delavallée 266c650b62 [REF] ir_actions: propagated res.users field name change (user_email -> email).
bzr revid: tde@openerp.com-20120810082344-yr9fptnyz6adgxya
2012-08-10 10:23:44 +02:00
Harry (OpenERP) b50c926c3b [MERGE]
bzr revid: hmo@tinyerp.com-20120809131924-zr97dntpfb22vitv
2012-08-09 18:49:24 +05:30
Twinkle Christian (OpenERP) c2a720105f [Merge] with: lp:~openerp-dev/openobject-server/trunk-sloppy-rng-jam
bzr revid: tch@tinyerp.com-20120808093928-xgsth2ctjmeanqxm
2012-08-08 15:09:28 +05:30
Jigar Amin - OpenERP 803e74458e [FIX] Setting the view type of parent when you have inherited view
bzr revid: jam@tinyerp.com-20120808091002-0k8dm05pd4x8qf6l
2012-08-08 14:40:02 +05:30
Twinkle Christian (OpenERP) 71f568e7ad [IMP]Remove type field from the view
bzr revid: tch@tinyerp.com-20120807125138-conczgzpufza5co7
2012-08-07 18:21:38 +05:30
Vo Minh Thu 66d054471c [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120806102630-psx2mywo3w5da81i
2012-08-06 12:26:30 +02:00
Xavier Morel 76f885299f [IMP] code style improvements
* Remove unused variables
* Simplify dict.get call in conditionals (default is None)
* Simplify dict.update calls (use kwargs)
* Merge dict.copy() with dict.update() as dict()
* Use isinstance instead of type() equality tests
* Simplify deeply nested code: merge conditionals and remove useless
  conditional, use dict.iteritems()
* Log traceback in exception handler logging

bzr revid: xmo@openerp.com-20120806071249-heh32pi1v0qd3m2j
2012-08-06 09:12:49 +02:00
Fabien Pinckaers a5ffb7f90f [IMP] remove unused code
bzr revid: fp@openerp.com-20120804215300-0uwvcsvfs2tvo7gr
2012-08-04 23:53:00 +02:00
Fabien Pinckaers bd4b1bf9ef [IMP] removing unused ir.actions.todo.category object
bzr revid: fp@openerp.com-20120804203520-xw35v0eplds9md3k
2012-08-04 22:35:20 +02:00
Antonin Bourguignon 9a826a3186 [IMP] add proper XML headers to config views
also remove trailing whitespaces and fix indentation

bzr revid: abo@openerp.com-20120803132046-poiy3dt362zhoudl
2012-08-03 15:20:46 +02:00
Quentin (OpenERP) 163a8b629e [MERGE] clean search view branch
bzr revid: qdp-launchpad@openerp.com-20120731110735-cva8ckmkaueftqx6
2012-07-31 13:07:35 +02:00
Turkesh Patel (Open ERP) 11e85bec65 [IMP] improved search view.
bzr revid: tpa@tinyerp.com-20120730120714-flizwpfl7gr7bmgw
2012-07-30 17:37:14 +05:30
Fabien Pinckaers d48686d7f6 [IMP] remove menu_tips code
bzr revid: fp@openerp.com-20120717064410-c5leu36ixz7utje8
2012-07-17 08:44:10 +02:00
Fabien Pinckaers 6b64a0a1b7 [IMP] better form view: users, modules, preferences, wizards
bzr revid: fp@tinyerp.com-20120716203512-fvc3dx0fhwq5qb5m
2012-07-16 22:35:12 +02:00
Alexis de Lattre c28e975ee7 [IMP] add an 'active' field on ir.model.access and ir.rule objects
bzr revid: alexis@via.ecp.fr-20120713173734-2m7496qzm82gko5j
2012-07-13 19:37:34 +02:00
Turkesh Patel (Open ERP) 402ba23000 [IMP] improved code to retun traslation in proper format from server
bzr revid: tpa@tinyerp.com-20120713065521-07a7qdfxfio673cq
2012-07-13 12:25:21 +05:30
Quentin (OpenERP) 86d0383f58 [MERGE] trunk
bzr revid: sgo@tinyerp.com-20120709052815-g0m210d81lztfxi8
bzr revid: qdp-launchpad@openerp.com-20120712152446-18b29pilf5dakher
2012-07-12 17:24:46 +02:00
Turkesh Patel (Open ERP) bc76991e24 [IMP] improved code.
bzr revid: tpa@tinyerp.com-20120712132308-1qvurv572sxmsnqe
2012-07-12 18:53:08 +05:30
Turkesh Patel (Open ERP) 976944bce2 [IMP] improved code in module.py to load translation.
bzr revid: tpa@tinyerp.com-20120712095131-3tt25snidvafflhb
2012-07-12 15:21:31 +05:30
Turkesh Patel (Open ERP) 20646e9104 [IMP] move load function to the ir_translation.py
bzr revid: tpa@tinyerp.com-20120712093130-rcis1aamb7bbptdd
2012-07-12 15:01:30 +05:30
ajay javiya (OpenERP) b592896f4b [ADD]: Add state field for ir.translation
bzr revid: aja@tinyerp.com-20120712061740-4mo3l0d70wxthki2
2012-07-12 11:47:40 +05:30
Turkesh Patel (Open ERP) 4ea3ad65b2 [ADD] added module field in ir.translation and improved code for that.
bzr revid: tpa@tinyerp.com-20120712052111-5qq9noxd5vd9dlwv
2012-07-12 10:51:11 +05:30
Quentin (OpenERP) 10083459d0 [IMP] base: usability, review of attachment form view
bzr revid: qdp-launchpad@openerp.com-20120706140749-m3v5soqchjgcbep6
2012-07-06 16:07:49 +02:00
Sanjay Gohel (Open ERP) 8b4981e5fe [IMP]remove sheet from workflow/workitem. change the place of company preview header/footer button,remove unnecessary titles,improve view
bzr revid: sgo@tinyerp.com-20120706131142-33airdmdura0pwp5
2012-07-06 18:41:42 +05:30
Sanjay Gohel (Open ERP) 68dd567b4d [IMP]improve company view and remove sheet
bzr revid: sgo@tinyerp.com-20120706123459-i3hvafnd244iddfy
2012-07-06 18:04:59 +05:30
DBR (OpenERP) e501d6e070 [IMP]base: Minore imp regarding string
bzr revid: dbr@tinyerp.com-20120704114822-20rs8nkmonf9pyp2
2012-07-04 17:18:22 +05:30
DBR (OpenERP) b2214c354c [IMP]base: Improve view for fields and synchronize view
bzr revid: dbr@tinyerp.com-20120704104842-smzzfkwbclf3vmfi
2012-07-04 16:18:42 +05:30
Sanjay Gohel (Open ERP) 6934080a3c [IMP]rename translate into translateble in ir model
bzr revid: sgo@tinyerp.com-20120703065321-atmoxi4i262jeayq
2012-07-03 12:23:21 +05:30
Sanjay Gohel (Open ERP) bd7dde4dbb [MERGE]merge from trunk
bzr revid: sgo@tinyerp.com-20120703053008-ayk0e8v0bg11af8e
2012-07-03 11:00:08 +05:30
Antony Lesuisse 0657d0bfc1 [IMP] improve technical menu, hide reporting for portal users
bzr revid: al@openerp.com-20120702210802-ua1586mm4klalrvl
2012-07-02 23:08:02 +02:00
Thibault Delavallée c86c8a6b96 [FIX] get_needaction_user_ids: returns a list, not a set.
bzr revid: tde@openerp.com-20120702145727-8ks8ss0i9lecnj82
2012-07-02 16:57:27 +02:00
Thibault Delavallée 383a9a871f [FIX] ir_needaction_mixin: back to Model, because AbstractModel was causing issues.
bzr revid: tde@openerp.com-20120702132520-fjdhey6fygmqc943
2012-07-02 15:25:20 +02:00
Thibault Delavallée e73fdc8d8d [DOC] ir.needaction: cCleaned comments and documentation.
bzr revid: tde@openerp.com-20120702130607-jm185c02au55q1am
2012-07-02 15:06:07 +02:00
Thibault Delavallée db366d1699 [MERGE] Merged with server (trunk).
bzr revid: tde@openerp.com-20120702130351-55nv9m0b2xg4p54l
2012-07-02 15:03:51 +02:00
DBR (OpenERP) 3ca22fe02b [Merge]with :lp:openobject-server
bzr revid: dbr@tinyerp.com-20120629061344-jpncsl5q2p9kk1td
bzr revid: dbr@tinyerp.com-20120702101037-ffm5ac0ct3xudyjm
2012-07-02 15:40:37 +05:30
Olivier Dony a81e6c8980 [MERGE] ir.actions.act_window: explicitly support res_id attribute
This attribute was allowed for inline action
definitions, but was not supported in the data
model, which is inconsistent. It also prevented
persisting an action with a res_id, or defining
on in module data files.

bzr revid: odo@openerp.com-20120629131656-kqbb5ppsox5az4hm
2012-06-29 15:16:56 +02:00
Raphael Collet 1eef27a121 [FIX] in form views, replace class 'oe_highlight_on_dirty' by 'oe_highlight'
bzr revid: rco@openerp.com-20120629083014-z1vhsa0attfo94zy
2012-06-29 10:30:14 +02:00
DBR (OpenERP) 5b636bb622 [Merge]with: lp:~openerp-commiter/openobject-server/trunk-improve-view-sgo-db-st-hsa
bzr revid: dbr@tinyerp.com-20120629055516-kvrht6q0bgu8ol13
2012-06-29 11:25:16 +05:30
Hardik 3a8e9ca45f [IMP]Configuration Wizard: launch and statusbar on top of the view
bzr revid: hsa@tinyerp.com-20120629051117-rgfmako1b5nnbb06
2012-06-29 10:41:17 +05:30
Thibault Delavallée f4c9ef5216 [REM] ir.needaction: removed an unused method.
bzr revid: tde@openerp.com-20120628121412-22mlv0uaxol7w3d5
2012-06-28 14:14:12 +02:00
Thibault Delavallée 0b0bb070bf [CLEAN] ir.needaction: cleaned comments, made the mixin an AbstractModel.
bzr revid: tde@openerp.com-20120628121354-qb42y0n7vpd3g2v0
2012-06-28 14:13:54 +02:00
Hardik 4b84b41739 [IMP]Low level Object Actions report: form view improved
bzr revid: hsa@tinyerp.com-20120628115923-r9zopyqyjvwox0nu
2012-06-28 17:29:23 +05:30
Hardik 8aa1cd12af [IMP]Configuration Wizards : Launch and the status bar top of the view
bzr revid: hsa@tinyerp.com-20120628110636-yqh4bumajsk8wup7
2012-06-28 16:36:36 +05:30
DBR (OpenERP) 981d97b5b2 [IMP]base:
res_company_view.xml: improve view
ir.xml: Improve Server Action view

bzr revid: dbr@tinyerp.com-20120628105847-kc49fvc7dre4c11o
2012-06-28 16:28:47 +05:30
Hardik fd833fc5e6 [IMP]Low level Object Actions Window Actions: form view improved
bzr revid: hsa@tinyerp.com-20120628104827-bwo3v4hhtgdijny1
2012-06-28 16:18:27 +05:30
Hardik 2ce628572f [IMP]Low level Object Actions report: form view improved
bzr revid: hsa@tinyerp.com-20120628104012-sjf2uuwh7mcnlbdx
2012-06-28 16:10:12 +05:30
Hardik 25bd2d7257 [IMP]Technical Workflow Transition : Form view Improved
bzr revid: hsa@tinyerp.com-20120628072321-64oiq8p3nlb3pd30
2012-06-28 12:53:21 +05:30
Hardik 350159c394 [IMP]Technical Database Structure Models :Form View Improved
bzr revid: hsa@tinyerp.com-20120628070358-djd63wemuc7x3ei9
2012-06-28 12:33:58 +05:30
Hardik 953716a8c0 [IMP]Technical Database Structure Fields :Form View Improved
bzr revid: hsa@tinyerp.com-20120628063924-95jph1hrwz443gac
2012-06-28 12:09:24 +05:30
Jigar Amin - OpenERP 30fa85448a [FIX] add cancel link button and remove the icon
bzr revid: jam@tinyerp.com-20120627140953-9xoq7g8bkxc9300a
2012-06-27 19:39:53 +05:30
Olivier Dony 7093b6f504 [IMP] ir.actions.act_window: explicitly support res_id attribute
This attribute was allowed for inline action
definitions, but was not supported in the data
model, which is inconsistent. It also prevented
persisting an action with a res_id, or defining
on in module data files.

bzr revid: odo@openerp.com-20120627124136-wf50siad4qujodgl
2012-06-27 14:41:36 +02:00
Thibault Delavallée 1528913813 [MERGE] Merged with trunk server.
bzr revid: tde@openerp.com-20120622110125-g6txfpe1ewew1kry
bzr revid: tde@openerp.com-20120625083133-wuwikzhlfd2lsapw
bzr revid: tde@openerp.com-20120626075957-vz9ju270y87l12ye
bzr revid: tde@openerp.com-20120627115738-y4xxdgomkr57fkr4
2012-06-27 13:57:38 +02:00
Jigar Amin - OpenERP 5977186c41 [MERGE] lp:openobject-server:
bzr revid: jam@tinyerp.com-20120626091036-n9k87elbyim12y2r
bzr revid: jam@tinyerp.com-20120627101443-iwk0lm4eauqver58
bzr revid: jam@tinyerp.com-20120627110734-ilfjuhstvsg4wavi
2012-06-27 16:37:34 +05:30
Antony Lesuisse 73edcb97f9 [MERGE] Use Email everywhere
bzr revid: al@openerp.com-20120627105820-2mfwdvym27y0v9ex
2012-06-27 12:58:20 +02:00
Antony Lesuisse 453a1350fe [MERGE] trunk
bzr revid: vmt@openerp.com-20120620122005-2rghps6qjjkozt3n
bzr revid: al@openerp.com-20120627103900-0kgtskgipdazmgy9
2012-06-27 12:39:00 +02:00
Ravi Gohil (Open ERP) 4fadf6b8ee [FIX] Reading a record which is having a reference attachment in ir.attachment model, throws traceback in GTK-Client: (Maintenance Case : 576295)
bzr revid: rgo@tinyerp.com-20120627085709-prq3w6zlesr952ld
2012-06-27 14:27:09 +05:30
Twinkle (OpenERP) 774d486727 [IMP]Apply css class flow on wizards
bzr revid: tch@tinyerp.com-20120626063225-o721r3aikxrtx14o
2012-06-26 12:02:25 +05:30
Jigar Amin - OpenERP 8d00222f8b [FIX] usa fix
bzr revid: jam@tinyerp.com-20120625134414-jfztjo8by5kbgqg0
2012-06-25 19:14:14 +05:30
Jigar Amin - OpenERP 5b339753b1 [FIX] usa fix
bzr revid: jam@tinyerp.com-20120625131158-qeggwyomms20zm1f
2012-06-25 18:41:58 +05:30
Jigar Amin - OpenERP 0473afaca6 [REN] e-mail to email
bzr revid: jam@tinyerp.com-20120625125700-7jr8aeqp2kn9uggu
2012-06-25 18:27:00 +05:30
Jigar Amin - OpenERP abfa5612f5 [USB] renamed e-mail to email *.py
bzr revid: jam@tinyerp.com-20120625123206-2nwfjc9mpbuk4mn1
2012-06-25 18:02:06 +05:30
Twinkle (OpenERP) 543b51d9fe [IMP]Improve wizards in server side
bzr revid: tch@tinyerp.com-20120625102636-d9091fso3j9by7lu
2012-06-25 15:56:36 +05:30
Jigar Amin - OpenERP e528d37750 [MERGE] lp:openobject-server
bzr revid: jam@tinyerp.com-20120625040928-cs8h4blh2tm3odo1
2012-06-25 09:39:28 +05:30
Fabien Pinckaers a139c6fc6c [IMP] clean UI for ir.model.data form and tree view
bzr revid: fp@tinyerp.com-20120622141222-ddizks1sz66nqxgw
2012-06-22 16:12:22 +02:00
Vo Minh Thu 2666ab3fe0 [IMP] ir.ui.view: Added assertion-based checks.
bzr revid: vmt@openerp.com-20120622131004-stn7tf68xph3f278
2012-06-22 15:10:04 +02:00
Quentin (OpenERP) 5176db3890 [REF] search views: removed filter_domain if only one element was inside + made some small usability changes
bzr revid: qdp-launchpad@openerp.com-20120622101146-at48blcy298v0p7o
2012-06-22 12:11:46 +02:00
Divyesh Makwana (Open ERP) 823f0cd1de [Merge] Merge with main server.
bzr revid: mdi@tinyerp.com-20120618104540-ybaga8r37l3q00kz
bzr revid: mdi@tinyerp.com-20120619101333-vf98ly624t18gu7p
bzr revid: mdi@tinyerp.com-20120622061232-4ecb5bkz4cl4p120
2012-06-22 11:42:32 +05:30
Thibault Delavallée 1dbc45dadd [CLEAN] ir_needaction: osv.osv -> osv.Model
bzr revid: tde@openerp.com-20120621085626-p60ucaoex79f8d9d
2012-06-21 10:56:26 +02:00
Thibault Delavallée 6f597fdbb0 [MERGE] Merged with main server.
bzr revid: tde@openerp.com-20120613153018-sr1ulyga0v3vonbc
bzr revid: tde@openerp.com-20120615081632-vlu4lzn00x6q9e7s
bzr revid: tde@openerp.com-20120619073448-x1uv6tb6kzz8mz42
bzr revid: tde@openerp.com-20120620073750-7elvul76g50r8ns3
bzr revid: tde@openerp.com-20120621081801-nu1laxm45g5xue8q
2012-06-21 10:18:01 +02:00
Jigar Amin - OpenERP 14c497777b [MERGE] lp:openobject-server
bzr revid: jam@tinyerp.com-20120621044220-rrey002skycvr97c
2012-06-21 10:12:20 +05:30
Twinkle (OpenERP) 551669c019 [IMP]Added highlight button flow for server side wizards
bzr revid: tch@tinyerp.com-20120620121108-cyeiwtzwewebmdbx
2012-06-20 17:41:08 +05:30
Vo Minh Thu 575e234cd4 [FIX] res.partner.category: the relation table name was manually chosen, which breaks under _inherit, so we use the automatic one.
bzr revid: vmt@openerp.com-20120619151626-2xho611icmq7e1ky
2012-06-19 17:16:26 +02:00
Vo Minh Thu 877ec2d7a8 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120619132718-ag1j3itm69u8h419
2012-06-19 15:27:18 +02:00
Vo Minh Thu ebf1383785 ir.ui.view: type field can be a functional field.
bzr revid: vmt@openerp.com-20120619101425-u73r47zdhsg7ecma
2012-06-19 12:14:25 +02:00
Turkesh Patel (Open ERP) 8b3c05a373 [IMP] remove cancel button from wizard and improved view.
bzr revid: tpa@tinyerp.com-20120619092606-5w7p50l7vnn3sv0w
2012-06-19 14:56:06 +05:30
Stephane Wirtel 29a2df163c [REF] Change the CSS classes
bzr revid: stw@openerp.com-20120619085609-s5l0jpce8srcncdq
2012-06-19 10:56:09 +02:00
Stephane Wirtel 4a5e0dd08c [MERGE] Upstream
bzr revid: stw@openerp.com-20120618160349-vwqtxdihrjc21qpz
2012-06-18 18:03:49 +02:00
Divyesh Makwana (Open ERP) 9422582530 [IMP] Improved the Search View.
bzr revid: mdi@tinyerp.com-20120618094159-uykwrqonzcvnd762
2012-06-18 15:11:59 +05:30
Olivier Dony 34965058ec [IMP] access rights: improve error messages for ACLs and record rules
bzr revid: odo@openerp.com-20120615153414-w4p4iczhl6lli50u
2012-06-15 17:34:14 +02:00
Atul Patel (OpenERP) b4ff70a9d4 [ADD]: ADD sheet tag in remaining object
bzr revid: atp@tinyerp.com-20120615052446-t8xz0hd5pwce40zo
2012-06-15 10:54:46 +05:30
Divyesh Makwana (Open ERP) 186832d119 [Merge] Merge with main server.
bzr revid: mdi@tinyerp.com-20120615045135-im1zek1i0yq53e5j
2012-06-15 10:21:35 +05:30
Atul Patel (OpenERP) 410dd7a914 [ADD]: Add sheet tag
bzr revid: atp@tinyerp.com-20120615042645-zfm0p3z5rx027b5z
2012-06-15 09:56:45 +05:30
Olivier Dony 3a81cf88f8 [IMP] Improve view validation to based on fields_view_get rendering, not just raw arch
This will allow improved validation of inherited
views, which is not possible when only the raw
arch is validated on its own - without context 
many things cannot be verified.
Calling fields_view_get() also catches early all
mistakes that require dynamic validation, like
wrong XPath expressions (parent view contains
no match).
In order to have current addons pass the improved
validation the RNG had to be fixed to support
the new @modifiers attribute added by fields_view_get()
itself on many view elements, and a few missing
valid attributes, like @invisible on <filter>
and <group>. The latter had never been used
as part of the view architecture but appear
as a result of the handling of @groups
restrictions on view elements, and must
be allowed by the RNG schema.

bzr revid: odo@openerp.com-20120614144633-31c642s7q7f28o6b
2012-06-14 16:46:33 +02:00
Divyesh Makwana (Open ERP) c72eda6b25 [Merge] Merge with main server.
bzr revid: mdi@tinyerp.com-20120613092004-q4s7k4hm8zyzfycq
2012-06-13 14:50:04 +05:30
Divyesh Makwana (Open ERP) 469d64328b [IMP] Improved the Search View.
bzr revid: mdi@tinyerp.com-20120613085443-h8k0jddalmmh2b1u
2012-06-13 14:24:43 +05:30
Divyesh Makwana (Open ERP) d87dd53df9 [IMP] Improved the Search View.
bzr revid: mdi@tinyerp.com-20120613085203-hscu337wya33xm6r
2012-06-13 14:22:03 +05:30
Divyesh Makwana (Open ERP) d3cfad9564 [IMP] Improved the Search View.
bzr revid: mdi@tinyerp.com-20120613085053-3pog59o4jhj4d61t
2012-06-13 14:20:53 +05:30
Divyesh Makwana (Open ERP) d8dd84cc6a [IMP] Improved the Search View.
bzr revid: mdi@tinyerp.com-20120613084823-7wm0obxq54bdr3rg
2012-06-13 14:18:23 +05:30
Fabien Pinckaers f1716c0e35 [IMP] improved comment TODO
bzr revid: fp@tinyerp.com-20120612171459-74dh9ik7yju2mum5
2012-06-12 19:14:59 +02:00
Thibault Delavallée 7924fb38e9 [MERGE] Merged with main server.
bzr revid: tde@openerp.com-20120612074551-3re8at5jpz55mzcm
2012-06-12 09:45:51 +02:00
Divyesh Makwana (Open ERP) a24bd9f532 [Merge] Merge with main server.
bzr revid: mdi@tinyerp.com-20120612051546-1zgaes8f5so9hy2o
2012-06-12 10:45:46 +05:30
Olivier Dony 2126f83a35 [IMP] modules, ir.ui.view: improve view validation + avoid validation errors during updates
As of 7.0, RNG validation is not possible for form views
that have a version attribute equal to "7.0", due to the
allowed usage of HTML syntax mixed with the regular OpenERP
view syntax. RNG validation is still enabled for regular
form views (@version missing or less than "7.0"), and for
all other views types.
Validation of 7.0 form views should be improved with the
addition of an assertion-based schema, still to be done.
 
The above is also complemented with an explicit call to fields_view_get()
during view installation, in order to immediately verify
that the updated view hierarchy does not cause any
issue when loaded along with its related views (i.e
parent and siblings, for inheriting views).
In addition to that, fields_view_get() will now only
consider loading views that belong to modules that have
already been loaded. This avoids a lot of validation errors
during a module update operation, which runs on top of
an existing database with all previous views visible,
even those whose module is not loaded yet.

bzr revid: odo@openerp.com-20120611122758-qcw9xdhupl24busq
2012-06-11 14:27:58 +02:00
Fabien Pinckaers 84fe3e7ba6 temporarily removing checks
bzr revid: fp@tinyerp.com-20120611091031-sfear1x3c574tvpw
2012-06-11 11:10:31 +02:00
Fabien Pinckaers fc3873e131 [IMP] views
bzr revid: fp@tinyerp.com-20120611090248-oechaas8kntaqzqf
2012-06-11 11:02:48 +02:00
Fabien Pinckaers 9901961a2f fix
bzr revid: fp@tinyerp.com-20120610120614-oe3plgxr1364um0q
2012-06-10 14:06:14 +02:00
Fabien Pinckaers 7d89afe7bc fix
bzr revid: fp@tinyerp.com-20120610104338-spr8hfo74z2vy0nj
2012-06-10 12:43:38 +02:00
Fabien Pinckaers 56288e88dc [IMP] removing select=? and adding version=7
bzr revid: fp@tinyerp.com-20120609124045-sbopsbiiffcnjzfv
2012-06-09 14:40:45 +02:00
Thibault Delavallée 2443e434fb [MERGE] Merged with Pouet's branch, holding pouet pouet. And also making needaction_pending field searchable.
bzr revid: tde@openerp.com-20120608130655-yn3pqn3v7s1sp0sg
2012-06-08 15:06:55 +02:00
Xavier Morel 019bdb14b9 [ADD] make needaction_pending field searchable
bzr revid: xmo@openerp.com-20120608112211-08huawbsjd31mjy6
2012-06-08 13:22:11 +02:00
Xavier Morel 48166edeb8 [FIX] rename ir.actions.url to match action's type
bzr revid: xmo@openerp.com-20120608101710-ncwcmu9u72u7mxcy
2012-06-08 12:17:10 +02:00
Xavier Morel c1858eefaa [FIX] creation of action ir_values
bzr revid: xmo@openerp.com-20120608092830-8bm4hrssikgyfhsa
2012-06-08 11:28:30 +02:00
Antony Lesuisse 30ce97d206 [IMP] ir_attachment external storage
bzr revid: al@openerp.com-20120607213537-ajm4dihfkco8wssl
2012-06-07 23:35:37 +02:00
Thibault Delavallée 6a8330b959 [IMP] ir_needaction: cleaned get_needaction_user_ids implementation: now returns a distinct set for each id, and not a reference to a shared void list.
bzr revid: tde@openerp.com-20120607151639-xiiwektb0qp10xs7
2012-06-07 17:16:39 +02:00
Vo Minh Thu 83d799559c [FIX] uninstall: use ir_model.model instead of ir_model.name (the former is the model name while the later is not...).
bzr revid: vmt@openerp.com-20120607124156-p4xupmdjoi2vgunt
2012-06-07 14:41:56 +02:00
Divyesh Makwana (Open ERP) 1cb74dcebd [IMP] Added missing filter string and removed all filters related to a date field and added the related date field in the search view.
bzr revid: mdi@tinyerp.com-20120606060114-fm3dy5wv1mpfu35i
2012-06-06 11:31:14 +05:30
Fabien Pinckaers 51d8cfae05 [IMP] new form guidelines
bzr revid: fp@tinyerp.com-20120604213212-bxajvchyzwqvisix
2012-06-04 23:32:12 +02:00
Fabien Pinckaers 1ff3352c79 [IMP] merging vmt improvements rng
bzr revid: fp@tinyerp.com-20120604183209-0gszmur74yck4smr
2012-06-04 20:32:09 +02:00
Fabien Pinckaers f83ba4af41 [IMP] reviewed form views following new guidelines
bzr revid: fp@tinyerp.com-20120604183055-3adtk8dtech30amm
2012-06-04 20:30:55 +02:00
Vo Minh Thu d2252dba05 [IMP] rng validation: remove call to rng validation, replace it with calls to fields_view_get.
bzr revid: vmt@openerp.com-20120604160124-uz4q4aim6sl9wckm
2012-06-04 18:01:24 +02:00
Vo Minh Thu 71211720a0 [IMP] uninstall: added views for ir.model.relation.
bzr revid: vmt@openerp.com-20120604082206-h6ua22byq3otx53p
2012-06-04 10:22:06 +02:00
Antony Lesuisse d47800d1b6 ir.attachment move methods
bzr revid: al@openerp.com-20120602162523-0zp9bzd6cqu8qgis
2012-06-02 18:25:23 +02:00
Vo Minh Thu 30dfa71997 [IMP] uninstall: added views for ir_model_constraint (breaking a test by the way).
bzr revid: vmt@openerp.com-20120601160301-b4xygkob9wuxllk9
2012-06-01 18:03:01 +02:00
Vo Minh Thu 15a4579476 [FIX] uninstall: forgot to add a file to bzr.
bzr revid: vmt@openerp.com-20120601154647-qhidwpw2bb3mlezw
2012-06-01 17:46:47 +02:00
Vo Minh Thu eadd5e0a0a [IMP] uninstall: use a dedicated table for many2many relationships instead of overlaoding ir.model.data.
bzr revid: vmt@openerp.com-20120601153449-uj2sl7qjzz3s7xnj
2012-06-01 17:34:49 +02:00
Vo Minh Thu d790650bfb [IMP] uninstall: use dedicated table instead of overloading ir.model.data.
bzr revid: vmt@openerp.com-20120601131414-880vmpctmjfxl84f
2012-06-01 15:14:14 +02:00
Vo Minh Thu 5df4aa8cca [IMP] uninstall: started test module, added new ir_model_constraint table.
bzr revid: vmt@openerp.com-20120531160140-tutjw76tp0u5hipo
2012-05-31 18:01:40 +02:00
Xavier ALT 6e3464a8b2 [MERGE] cron: use multi-process signaling + add openerp-cron-worker helper script
bzr revid: xal@openerp.com-20120530081258-35p658buwgz0d0a7
2012-05-30 10:12:58 +02:00
Xavier Morel 33de722e83 [FIX] documentation of get_filters: returns a new field
bzr revid: xmo@openerp.com-20120522130138-tk4rdz2k97g9ohqb
2012-05-22 15:01:38 +02:00
Xavier Morel 80d962a4cc [IMP] when moving is_default flag, only select private filters with is_default (0 or 1), instead of all filters for the user (potentially many)
bzr revid: xmo@openerp.com-20120522125630-z7lfdutuabpx64u0
2012-05-22 14:56:30 +02:00
Xavier Morel 415d91f924 [FIX] error out when trying to set a global default if there already is a global default set
bzr revid: xmo@openerp.com-20120522125500-k4gxfa5ocmxk70us
2012-05-22 14:55:00 +02:00
Xavier Morel a90c8ff5ae [ADD] is_default handling on private filters
bzr revid: xmo@openerp.com-20120522115330-xnr4pyfy9sh3oqtv
2012-05-22 13:53:30 +02:00
Olivier Dony 2f9888a701 [MERGE] Sync with latest trunk
bzr revid: odo@openerp.com-20120518084926-dplc49g38krv7dsn
2012-05-18 10:49:26 +02:00
Olivier Dony 3a4ebf3266 [IMP] ir.filters: default user_id = uid ; comment about cryptic code
(Some minor updates after XMO's review)

bzr revid: odo@openerp.com-20120516163122-jsb3n2eo2i253o00
2012-05-16 18:31:22 +02:00
Raphael Collet 6d58f348ec [MERGE] trunk-v62_config (new config settings)
bzr revid: rco@openerp.com-20120515142754-inmaclzdqqvh6tu0
2012-05-15 16:27:54 +02:00
Antony Lesuisse 542a7ab9ae [MERGE] trunk
bzr revid: al@openerp.com-20120514130734-088uai3tznhri9q3
2012-05-14 15:07:34 +02:00
Olivier Dony b521325b94 [IMP] ir.filters: unassigned filters are now global
bzr revid: odo@openerp.com-20120511094654-0qn0yr9yz4hbbzab
2012-05-11 11:46:54 +02:00
Olivier Dony ea87502ba4 [IMP] ir.filters: move to own XML file + improve view for new filter semantics
Filters assigned to NULL users will now become
global/public filters and be visible by everyone

bzr revid: odo@openerp.com-20120510124250-3osbynohfo09gzcy
2012-05-10 14:42:50 +02:00
Raphael Collet 204fe6cceb [IMP] adapt po files to label changes in models
bzr revid: rco@openerp.com-20120510093527-rumw265kyd2c7e0f
2012-05-10 11:35:27 +02:00