Commit Graph

69930 Commits

Author SHA1 Message Date
Thibault Delavallée ba9412cb5d [CLEAN] addons: various linkt cleanup (indentation, spaces, ...).
bzr revid: tde@openerp.com-20130403081009-jy35sm7dl4pq7eyu
2013-04-03 10:10:09 +02:00
Thibault Delavallée bdd8a38121 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20130402081312-v4pmhvv25gopey9y
2013-04-02 10:13:12 +02:00
Launchpad Translations on behalf of openerp 086b844df5 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130330052753-vptpgl8jh0zxx2zf
bzr revid: launchpad_translations_on_behalf_of_openerp-20130331052801-af1yzruwutw4ce3b
bzr revid: launchpad_translations_on_behalf_of_openerp-20130401050658-9x864eerp9tph8ia
bzr revid: launchpad_translations_on_behalf_of_openerp-20130403052653-u7naqcrqgxv41q33
2013-04-03 05:26:53 +00:00
Vo Minh Thu 27ab383508 [FIX] loading: typo.
lp bug: https://launchpad.net/bugs/1162753 fixed

bzr revid: vmt@openerp.com-20130402092914-cqrjxveg66gbpm3s
2013-04-02 11:29:14 +02:00
niv-openerp 52a35371b1 [FIX] javascript error that made the application crash when a on_change returns a warning
lp bug: https://launchpad.net/bugs/1161772 fixed

bzr revid: nicolas.vanhoren@openerp.com-20130402092547-rid9bjbxv92ukqti
2013-04-02 11:25:47 +02:00
Vo Minh Thu 9c4f0bf9d8 [FIX] service.db: forgot to remove the indicing when pooler.get_pool() was replaced.
lp bug: https://launchpad.net/bugs/1162681 fixed

bzr revid: vmt@openerp.com-20130402091852-9hsatm95ej53lllg
2013-04-02 11:18:52 +02:00
niv-openerp b4c2805012 [IMP] removed now useless code
bzr revid: nicolas.vanhoren@openerp.com-20130402090405-coachhx5x2bayakr
2013-04-02 11:04:05 +02:00
Launchpad Translations on behalf of openerp a4a7fb332d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130331053353-0cyzdy57t6sekpjl
2013-03-31 05:33:53 +00:00
Launchpad Translations on behalf of openerp 3450d73332 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130331052742-dbyi02qcz3pizf30
2013-03-31 05:27:42 +00:00
Thibault Delavallée 0d14fd300a [MERGE] [IMP] email_template: template_id field is now a many2one towards email.template
- changed selection field to a many2one using a domain; this
allows to edit the template while being in a composition wizard.
- improved email template and template preview form view

bzr revid: tde@openerp.com-20130329114631-fd6phvjaxojk9ja5
2013-03-29 12:46:31 +01:00
Thibault Delavallée b2fc9d75c7 [IMP] email_template_preview: improved form view.
bzr revid: tde@openerp.com-20130329112722-9aulsfcixis2id6w
2013-03-29 12:27:22 +01:00
Thibault Delavallée becbd707cf [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20130329105546-epbmbbxd64cncj2h
2013-03-29 11:55:46 +01:00
Thibault Delavallée 3a39464710 [REM] mail: removed doc file, that was not adding usefull information compared to docstrings already present in the code. As the doc generator should take those docstrings into account, it is not necessary to re-add it. Moreover, this will make maintaining the doc up to date difficult.
bzr revid: tde@openerp.com-20130329104007-ye9xglq17xar9wvo
2013-03-29 11:40:07 +01:00
Thibault Delavallée fbdaa9c945 [DEL] mail: removed test file about aliases, as finally no changes were done to the alias model.
bzr revid: tde@openerp.com-20130329102200-a3v3p6w4ivgvsuv2
2013-03-29 11:22:00 +01:00
Thibault Delavallée c934ab4a7a [IMP] mail_group, hr_job: added aliases always visible in form view.
bzr revid: tde@openerp.com-20130329101857-ryp7jtzo475g73kf
2013-03-29 11:18:57 +01:00
Thibault Delavallée 3a155a408a [CLEAN] mail_thread: cleaned code of get_empty_list_help (using variables instead of calls to context, better indentation of help message formatting
bzr revid: tde@openerp.com-20130329100151-pbtdm85qp27wohgk
2013-03-29 11:01:51 +01:00
Thibault Delavallée 66e67c3e12 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130328160805-v5z2o0pwnkzkwfff
bzr revid: tde@openerp.com-20130329085051-ov82oaec9lw35w3u
2013-03-29 09:50:51 +01:00
Launchpad Translations on behalf of openerp c88ee699e2 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130329043642-ph1xi3jn2t746mdh
2013-03-29 04:36:42 +00:00
Vo Minh Thu e7bd5fd40d [IMP] doc: added missing images.
bzr revid: vmt@openerp.com-20130328163059-8rwu3xcvmg0l27dw
2013-03-28 17:30:59 +01:00
Vo Minh Thu 76802bc8bf [IMP] doc: actually use the images in the .rst.
bzr revid: vmt@openerp.com-20130328161719-0x6ugso3hm2k5ha4
2013-03-28 17:17:19 +01:00
Thibault Delavallée 8810f9d4d4 [CLEAN] crm: cleaned salesteam view file
bzr revid: tde@openerp.com-20130328160721-f68cfk97pxgtm6xh
2013-03-28 17:07:21 +01:00
Thibault Delavallée 182b140010 [REF] crm: res_config refactored: located in crm/res_config, viewx in res_config_view, using a set_ method to manage two groups.
bzr revid: tde@openerp.com-20130328160704-ktp7btaswjiyyc6s
2013-03-28 17:07:04 +01:00
Vo Minh Thu ec8c66f133 [ADD] doc: added Form View Guidelines (authored by apr and rco).
bzr revid: vmt@openerp.com-20130328155941-5cxok3ymhiolrfo5
2013-03-28 16:59:41 +01:00
Thibault Delavallée 9ed3e906d0 [CLEAN] crm: link cleaning in crm_lead_menu (indentation mainly).
bzr revid: tde@openerp.com-20130328131041-rtf1t8yz5nz788bp
2013-03-28 14:10:41 +01:00
Thibault Delavallée 6e2b1e7ed1 [CLEAN] crm: lint cleaning.
bzr revid: tde@openerp.com-20130328130956-e4zcfbwy9uqfef2i
2013-03-28 14:09:56 +01:00
Thibault Delavallée 70a531e9ba [REV] crm: security: newline at end of file back, to avoid not necessary diff.
bzr revid: tde@openerp.com-20130328130922-4cbb6p1fyxe45imf
2013-03-28 14:09:22 +01:00
Thibault Delavallée ff98267111 [REF] sale_crm: int functional fields changed into real one2many fields, like what has been done with open_lead_ids and open_opportunity_ids. Updated views.
bzr revid: tde@openerp.com-20130328130827-ibgy9jl22wf5t2a5
2013-03-28 14:08:27 +01:00
Vo Minh Thu 5639a52431 [MERGE] use new report API.
bzr revid: vmt@openerp.com-20130328121009-r3n63gmhfkv0dnby
2013-03-28 13:10:09 +01:00
Vo Minh Thu fc4d9c8633 [REF] netsvc: always use psutil: it is needed in service.workers (and listed in setup.py).
bzr revid: vmt@openerp.com-20130328110605-2kw367x1om7wzhvm
2013-03-28 12:06:05 +01:00
Vo Minh Thu 443486ce68 [MERGE] service.common: removed broken/unused code.
bzr revid: vmt@openerp.com-20130328103755-hfkw6fp7omsgsptw
2013-03-28 11:37:55 +01:00
Thibault Delavallée acd180c43b [CLEAN] crm: moved group_multi_salesteam configuration from crm.py to res_config.py where it belongs. Also renamed from Use mutli sales team to Manage Sales Teams.
bzr revid: tde@openerp.com-20130328095502-87j32cqinunwgazh
2013-03-28 10:55:02 +01:00
Christophe Matthieu 2653bcf329 [MERGE] radio button: display vertical and horizontal; click on radio label = select the label; click on field label = do nothing; bounce effect on edit in page mode; the goal is replacement of some selection box -> desable other options; not clickable in read only mode
bzr revid: chm@openerp.com-20130328095345-nc5rizcmste0bncp
2013-03-28 10:53:45 +01:00
Vo Minh Thu c3aae0abdb [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20130328095006-o01omst9g0uhm0iz
2013-03-28 10:50:06 +01:00
Vo Minh Thu aa18274ef0 [REF] common: removed unused import.
bzr revid: vmt@openerp.com-20130328093438-wkd1k084oqggxnmm
2013-03-28 10:34:38 +01:00
Vo Minh Thu 34e8deeb4e [REM] common: removed login_message() which is not used.
bzr revid: vmt@openerp.com-20130328093018-c4s19buicwwol8y2
2013-03-28 10:30:18 +01:00
Vo Minh Thu 244bca8f6c [REF] common: the previously removed functions were still listed in dispatch().
bzr revid: vmt@openerp.com-20130328092541-zahlbgpidbm2ugfv
2013-03-28 10:25:41 +01:00
Thibault Delavallée d4f4fdd682 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20130328092453-zl0vfhzxzxoaa9vs
2013-03-28 10:24:53 +01:00
Launchpad Translations on behalf of openerp b1e422ceb0 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130328044137-9fjn7lmvs63pc0gw
2013-03-28 04:41:37 +00:00
Vo Minh Thu 3044978a04 [MERGE] removed openerp.pooler imports.
bzr revid: vmt@openerp.com-20130327183523-qtqwcf34khgnhbuo
2013-03-27 19:35:23 +01:00
Vo Minh Thu 4ed7ec95b7 [MERGE] removed LocalService("workflow"), Logger class, and TEST log level.
bzr revid: vmt@openerp.com-20130327170639-uamgg7shlmtxgpxv
2013-03-27 18:06:39 +01:00
Vo Minh Thu d6ea526e36 [MERGE] openerp.pooler is deprecated.
bzr revid: vmt@openerp.com-20130327164045-ziw4lj50owdvmfbw
2013-03-27 17:40:45 +01:00
Xavier Morel 39ddcfd94d [REM] broken functions (missing import, removed packages)
Also remove extract_zip_file, only used by broken functions

bzr revid: xmo@openerp.com-20130327162307-zcbbpjojo8lrwnj0
2013-03-27 17:23:07 +01:00
Vo Minh Thu 23d672dfc3 [MERGE] reports: make it possible to use only XML declaration, even with custom parsers.
This makes report registration more uniform, and report rendering be possible
through the ORM (and thus the model service, instead of the report service).

To register a report, always use the database, i.e. a <report> tag within an
XML file. The custom parser, if any, will be specified in the database.
Previously specify a custom parser, the report was declared in Python.

Each model exposes a print_report() method, which will take the report name (as
many report can be defined on a single model) in argument.

bzr revid: vmt@openerp.com-20130327161129-6e7jz7l3lx7z1t18
2013-03-27 17:11:29 +01:00
Christophe Matthieu 43d34d9a0d [IMP] project: get_empty_list_help
bzr revid: chm@openerp.com-20130327161107-zpgjva798txezvkr
2013-03-27 17:11:07 +01:00
Vo Minh Thu 255cec154a [IMP] report: let the exceptions bubble up when using eval().
bzr revid: vmt@openerp.com-20130327160420-pxw83283xcro1h52
2013-03-27 17:04:20 +01:00
Vo Minh Thu 4613a97c01 [REF] trolls.convert: missed an opportunity to reuse a beautiful association list.
bzr revid: vmt@openerp.com-20130327155917-xaepclhoazgw51ef
2013-03-27 16:59:17 +01:00
Xavier Morel 461973b4c9 [IMP] usage of python in convert_csv
* the reduce is equivalent to any
* apply De Morgan law
* misc.ustr is a function, can just pass it directly to map

bzr revid: xmo@openerp.com-20130327155424-dfbo915tl8qhsvqu
2013-03-27 16:54:24 +01:00
Vo Minh Thu 92aace0c13 [DOC] netsvc: typo in docstring.
bzr revid: vmt@openerp.com-20130327155353-5eo7r95e7gbw9c4l
2013-03-27 16:53:53 +01:00
Vo Minh Thu de5c84c0e1 [REF] removed nested import openerp.
bzr revid: vmt@openerp.com-20130327154714-fa3k6gqtsmlt3vx6
2013-03-27 16:47:14 +01:00
Vo Minh Thu ce58e16138 [REF] yaml_import: removed nested import openerp.
bzr revid: vmt@openerp.com-20130327154425-uu1fa01tdhrjt8kn
2013-03-27 16:44:25 +01:00