Commit Graph

69718 Commits

Author SHA1 Message Date
Thibault Delavallée 69bcf72639 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20130314083048-fu4gwcsh3z5t7anj
2013-03-14 09:30:48 +01:00
Launchpad Translations on behalf of openerp cdb474f179 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130314053439-q79rdq445kptn3nn
2013-03-14 05:34:39 +00:00
Launchpad Translations on behalf of openerp 9568673e0f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130313043736-oqoeg5hukh6fd2gw
bzr revid: launchpad_translations_on_behalf_of_openerp-20130314044848-8m2hnsav5adqrr5k
2013-03-14 04:48:48 +00:00
Fabien Meghazi 38e9b66af9 [REM] Removed reset_password notification
bzr revid: fme@openerp.com-20130313162651-614fv1kefo46jszw
2013-03-13 17:26:51 +01:00
Fabien Meghazi 00eb6837dd [ADD] Added res.users auth_signup infobox for reset password
bzr revid: fme@openerp.com-20130313162045-zuzl2p2ooijjmvl6
2013-03-13 17:20:45 +01:00
Fabien Meghazi f6f5b20d96 [FIX] missing oe_page_only class
bzr revid: fme@openerp.com-20130313162032-5jhh4nhk16z7qh1n
2013-03-13 17:20:32 +01:00
Quentin (OpenERP) 19ddeb4b4b [FIX] analytic_contract, usability: display the reinvoicing info group when charge_expense is True
bzr revid: qdp-launchpad@openerp.com-20130313161950-lttkc7702pd69duq
2013-03-13 17:19:50 +01:00
Xavier Morel fd3035021d [FIX] missing import in wsgi_server
bzr revid: xmo@openerp.com-20130313161815-rcupbzq08b2wst1j
2013-03-13 17:18:15 +01:00
Christophe Matthieu d80d18ff1b [IMP] mail_followers: fix invite button, hidden subtype if only one
bzr revid: chm@openerp.com-20130313161510-kkis63zaoc3yb6kz
2013-03-13 17:15:10 +01:00
Christophe Matthieu 46893a182a [IMP] mail_followers: remove print in tests
bzr revid: chm@openerp.com-20130313160501-ywkyblx39cma9jln
2013-03-13 17:05:01 +01:00
Christophe Matthieu 07559b253a [IMP] mail_followers: add a comment for get_signature_footer
bzr revid: chm@openerp.com-20130313160310-pgckns8w6gb7cqus
2013-03-13 17:03:10 +01:00
Christophe Matthieu f67b033b31 [IMP] quick create for user: default_groups_ref remove help message
bzr revid: chm@openerp.com-20130313155956-hqk6dd9fw4qiwsj2
2013-03-13 16:59:56 +01:00
Quentin (OpenERP) 46ed704e83 [FIX] analytic_contract, usability: display the reinvoicing info group when charge_expense is True
bzr revid: qdp-launchpad@openerp.com-20130313155725-v79jfvl05ehbuhdh
2013-03-13 16:57:25 +01:00
Quentin (OpenERP) b25b2dcbdc [FIX] hr_expense now creates an account.move directly instead of a voucher. For legal issues, it was necessary to do this fix because it's not possible to put several taxes on a voucher line
bzr revid: qdp-launchpad@openerp.com-20130313155012-5p3lkod76rhsfnhi
2013-03-13 16:50:12 +01:00
Christophe Matthieu bf4f5cb72b [IMP] res_user: change default groups message in simplified view
bzr revid: chm@openerp.com-20130313154447-78z9zvgf8nonl9hj
2013-03-13 16:44:47 +01:00
Fabien Meghazi bed679f1c8 [ADD] Added form view infobox styling
bzr revid: fme@openerp.com-20130313154429-yjrbj0oklt7hd0qw
2013-03-13 16:44:29 +01:00
Fabien Meghazi fe758caa05 [ADD] Added @text attribute to fields@widget=url
bzr revid: fme@openerp.com-20130313154345-6y8s7k5s0vyc3cc8
2013-03-13 16:43:45 +01:00
Cedric Snauwaert b5129816dc [FIX]res_currency: change value from 0 to 1 when no rate is associated to a given period of time
in order to prevent division by zero error

bzr revid: csn@openerp.com-20130313154342-g1d1jj3g061evf56
2013-03-13 16:43:42 +01:00
Christophe Matthieu 9957d9654a [IMP] res_user: add a try catch in default_get for get_object_reference of default_groups_ref
bzr revid: chm@openerp.com-20130313154309-6dbd7y1ftxzpcmlx
2013-03-13 16:43:09 +01:00
Thibault Delavallée ebfd563ce2 [FIX] mail_mail: fixed search view group_by using fields removed between 6.1 and 7.0 (partner_id, user_id); added group_by author_id.
bzr revid: tde@openerp.com-20130313153608-vvhcqp2e5ebdwwi6
2013-03-13 16:36:08 +01:00
Olivier Dony ab76b7a67f [FIX] web_services: fix db dump/restore when authentication requires a password on non-win32 systems
The various pg_* utilities require the password
via a special environment variable or a special
`pgpass` file in the user home, even on Unix,
namely when the PostgreSQL connection is done
via TCP and not via a unix socket.

Setting the environment variable is relatively
safe if it is removed from the environment
immediately after the operation, and saves user
the trouble of managing the pgpass file themselves.

This had been fixed at revision 3992 but was
incorrectly removed for non win32 platforms
at revision 4424 (rev-id stw@openerp.com-20120912114651-8hcliparft1ep9tc)

lp bug: https://launchpad.net/bugs/790164 fixed
lp bug: https://launchpad.net/bugs/919100 fixed

bzr revid: odo@openerp.com-20130313152020-suo2pyrabae0ecg4
2013-03-13 16:20:20 +01:00
Thibault Delavallée bce4b433cb [FIX] mail_mail: fixed search view group_by using fields removed between 6.1 and 7.0; added group_by author_id.
bzr revid: tde@openerp.com-20130313151227-0ukxnu9wyxm1pe37
2013-03-13 16:12:27 +01:00
Quentin (OpenERP) 836051d2ab [MERGE] hr_expense now creates an account.move directly instead of a voucher
bzr revid: qdp-launchpad@openerp.com-20130313143726-3fdcbdiixiotih6c
2013-03-13 15:37:26 +01:00
Cedric Snauwaert ca7aa3ef8d [FIX]view_form : fix invalid domain in widget statusbar when using m2o fields
bzr revid: csn@openerp.com-20130313142554-7k6xgpeq20s8sqru
2013-03-13 15:25:54 +01:00
Thibault Delavallée 3a95a0d6b1 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20130313134656-o0ptoxr3lcre862d
2013-03-13 14:46:56 +01:00
Josse Colpaert ff63ef3576 [FIX] Change amounttobepaid with related field towards residual in invoice
bzr revid: jco@openerp.com-20130313134354-zno7h8o4yhpl0t8z
2013-03-13 14:43:54 +01:00
Thibault Delavallée 52e47a660a [FIX] [IMP] Second batch of fixes and small usability fixes/improvements for CRM / mailing
email_template:
- fix email_template overriding recipients even when the template is void; the convention is that void values in the template are not used, meaning that they are not relevant in the template and not that they should erase existing values,
- added _order on name on email_template, in order to ease the choosing of templates,
crm:
- fix phonecall scheduling taking the lead/opportunity description as phonecall description,
- fix phonecall scheduling Chatter message: added phonecall description into it
- improved phonecall scheduling wizard form view (type is now on the left to ease reading and updating),
- fix opt_out parameter explanations; this parameter is relevant only for mass mailing and marketing campaigns,
- added 'Available for mass mailing' (opt_out = False) filter to give users the possibility of filtering leads before performing mass mailing,
res_partner:
- fix notification_email_send field missing on res_partner form view, preventing management of email reception policy for partners,
- fix opt_out parameter explanations (field added in email_template); this parameter is relevant only for mass mailing and marketing campaigns,
- added 'Available for mass mailing' (opt_out = False) filter to give users the possibility of filtering leads before performing mass mailing,
mail_message:
- fix read/unread filters on mail_message (help of both filters were the same; string of Unread becomes To Read to be clearer)

bzr revid: tde@openerp.com-20130313131341-5pwn4g0nmbaq030p
2013-03-13 14:13:41 +01:00
Chris Biersbach e7cd7a19d5 [MERGE] OPW 589784: account: Removes the unnecessary 2nd cancel button on supplier invoices (this is handled by the caccount_cancel module)-
bzr revid: cbi@openerp.com-20130313125333-w9o996w64jdhunk2
2013-03-13 13:53:33 +01:00
Thibault Delavallée 93d815efab [CLEAN] crm, res_partner: added name on added filters; added oline breaks in big help of notification_email_send.
bzr revid: tde@openerp.com-20130313125124-wbu17isbi6cay100
2013-03-13 13:51:24 +01:00
Thibault Delavallée 4ee7a67789 [FIX] FieldMany2ManyBinaryMultiFiles: use the field string instead of an hardcoded 'File' as name after the uploader icon
[FIX] FieldTextHtml: fixed quote error in parameter of cleditor, leading to font-family not taken into account.

bzr revid: tde@openerp.com-20130313124727-q6cyn7tzqsiuus3q
2013-03-13 13:47:27 +01:00
Thibault Delavallée 431380c6e1 [FIX] res_partner: parse_partner_name now uses standard tools method to parse the name and find the email, instead of a custom regex.
bzr revid: tde@openerp.com-20130313124619-up5ikx5m2qx7fh9f
2013-03-13 13:46:19 +01:00
Quentin (OpenERP) 37092931bf [REF] hr_expense: code review and refactoring
bzr revid: qdp-launchpad@openerp.com-20130313124409-o24d2m1jlead1i3x
2013-03-13 13:44:09 +01:00
Chris Biersbach ea490d66c6 account: [FIX] Removes the unneeded second cancel button on supplier invoices
bzr revid: cbi@openerp.com-20130313124317-4ug3gvlnocmc50ko
2013-03-13 13:43:17 +01:00
Thibault Delavallée 3b989b2c57 [FIX] mail_message: fixed strings and names for read/unread filters.
bzr revid: tde@openerp.com-20130313122632-bwsz0pss88z0ups2
2013-03-13 13:26:32 +01:00
Thibault Delavallée ecd460e0d5 [IMP] email_template: improved help for email_from.
bzr revid: tde@openerp.com-20130313121659-pvdy814zoq9zonf2
2013-03-13 13:16:59 +01:00
Thibault Delavallée 3dc1a58ed5 [FIX] crm, email_template: fixed help messages talking about partners and leads instead of leads and partners... well, I think this comment is not very understandable, but at least there is a commit message. Horray.
bzr revid: tde@openerp.com-20130313121221-lo0kmkt2lltyr94e
2013-03-13 13:12:21 +01:00
Thibault Delavallée fdf7410acf [FIX] crm, res_partner: added separator in search views after adding not opt-out filter.
bzr revid: tde@openerp.com-20130313115901-s60j69qn3e3q4bpk
2013-03-13 12:59:01 +01:00
Thibault Delavallée 2f4a59fd06 [IMP] email_template, crm: added forgotten filters for opt-out; cleaned help of opt-out; email body is back into internal note as it has been decided that it was too much change for 7.0, especially that email content parsing is not robust enough.
bzr revid: tde@openerp.com-20130313112013-veqzplextey1300p
2013-03-13 12:20:13 +01:00
Thibault Delavallée 6b2c64ff40 [IMP] mail_mail: cleaned code about reply_to format: now uses tools.email_split, cleaned a bit the code.
bzr revid: tde@openerp.com-20130313111926-45d9gct5nihr6f6n
2013-03-13 12:19:26 +01:00
Thibault Delavallée d49889c9a8 [IMP] mail: res_partner: improved help for notification_email_send.
bzr revid: tde@openerp.com-20130313111746-xfrd8kdhntb39gwl
2013-03-13 12:17:46 +01:00
Quentin (OpenERP) cd164a8bc9 [MERGE] v7
bzr revid: qdp-launchpad@openerp.com-20130313110304-8fivajfr9779x58s
2013-03-13 12:03:04 +01:00
Thibault Delavallée 910f7097ba [IMP] res_partner: use tools.email_split instead of custom regex when parsing partner_name to find an email.
bzr revid: tde@openerp.com-20130313105640-r53xueaz36zw3fjd
2013-03-13 11:56:40 +01:00
Thibault Delavallée 408144864b [MERGE] Sync with 7.0
bzr revid: tde@openerp.com-20130313101756-r0b41kr2c4sxzfm8
2013-03-13 11:17:56 +01:00
Thibault Delavallée 41ea738c59 [MERGE] Sync with 7.0
bzr revid: tde@openerp.com-20130313101749-4f79idf107fz7gve
2013-03-13 11:17:49 +01:00
Xavier Morel 9c576a69e1 [IMP] recompile sass files
bzr revid: xmo@openerp.com-20130313095019-stpjpf2jywzy03n2
2013-03-13 10:50:19 +01:00
Xavier Morel 94c2c42be6 [MERGE] from 7.0
bzr revid: xmo@openerp.com-20130313094909-u21ee88l2lak9p2x
2013-03-13 10:49:09 +01:00
Chris Biersbach 31d218cc67 [IMP] Project issue: Improved handling of thread_model context value in message_post. Replaced a read by a browse in Project issue write
bzr revid: cbi@openerp.com-20130313083808-o75djyctnj5sgngx
2013-03-13 09:38:08 +01:00
Launchpad Translations on behalf of openerp f79f6a5a25 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130313045907-qk0bmylr4b75nwiq
bzr revid: launchpad_translations_on_behalf_of_openerp-20130313045910-tzs0o1kzuyfhsx05
2013-03-13 04:59:10 +00:00
Launchpad Translations on behalf of openerp a67b872184 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130313043725-lauj92alx7hw7t25
2013-03-13 04:37:25 +00:00
Antony Lesuisse 3c1613ae2b [FIX] IE9 db creation, better monodb
bzr revid: al@openerp.com-20130312230425-gvgxl6tlw6jh23s6
2013-03-13 00:04:25 +01:00