Commit Graph

69701 Commits

Author SHA1 Message Date
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
Antony Lesuisse cb9106d99f [FIX] IE9 db creation, better monodb
bzr revid: al@openerp.com-20130312230344-uasy5dx2e8n5ytlr
2013-03-13 00:03:44 +01:00
niv-openerp e35e199064 [FIX] small error, probably due to refactoring, that disabled feature of form buttons.
The feature was to disable button automatically buttons in unsaved o2m to avoid errors.

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

bzr revid: nicolas.vanhoren@openerp.com-20130312170515-qt74ceqm50uscupu
2013-03-12 18:05:15 +01:00
dle@openerp.com ace0e38574 [FIX]crm: crm_lead, search view, group_by stage appeared twice
bzr revid: dle@openerp.com-20130312165546-lign74m7ypz7wrec
2013-03-12 17:55:46 +01:00
Fabien Pinckaers a44a8a36b8 [FIX] wrong commit
bzr revid: fp@openerp.com-20130312155010-xtx0zf2iisl8y6ox
2013-03-12 16:50:10 +01:00
Fabien Pinckaers aa7bf3ddc1 [FIX] wrong commit
bzr revid: fp@openerp.com-20130312154911-a7pncz38zn93dm3v
2013-03-12 16:49:11 +01:00
Fabien Pinckaers e519da72a0 [MERGE] recurring invoices on contracts
bzr revid: fp@openerp.com-20130312154529-1bu8lwfobrvk7zqa
2013-03-12 16:45:29 +01:00
Chris Biersbach 1e73187551 [IMP] Project Issue: Correctly updates date_open and date_closed when the corresponding state changes happen.
bzr revid: cbi@openerp.com-20130312152233-ejvae8h9wzablf6l
2013-03-12 16:22:33 +01:00
Chris Biersbach a30a3a0e33 [FIX] Stupid, forgot to test for None context again
bzr revid: cbi@openerp.com-20130312150719-s6l0d6173cqrmnoe
2013-03-12 16:07:19 +01:00
Frederic van der Essen 95f3847244 [FIX] point_of_sale: potentially improve performance when loading lots of categories
bzr revid: fred@pc-fred.localhost-20130312150638-s980pt6pezi16x2j
2013-03-12 16:06:38 +01:00
Thibault Delavallee 5773d310e9 [FIX] mail: notification: do not send a notification email to partners having the same email address than the author, because of loops it may cause.
bzr revid: tde@openerp.com-20130312142257-sbtv2f3u9lobj6w5
2013-03-12 15:22:57 +01:00
Thibault Delavallee 74a1ea6617 [FIX] sale: fixed typo in message, quotation send -> quotation sent.
bzr revid: tde@openerp.com-20130312141838-rwmj9fv07ar7uvx5
2013-03-12 15:18:38 +01:00
Chris Biersbach f6c9e78f1f [IMP] Introduces correct handling of the thread_mpdel context value
bzr revid: cbi@openerp.com-20130312134138-7krmnobtlbhud5d2
2013-03-12 14:41:38 +01:00
Thibault Delavallee 360642e53e [IMP] crm: improved mass mailign on lead and opportunities, now linked to a template that handles everything.
bzr revid: tde@openerp.com-20130312133847-3csbpz123q8kqs5b
2013-03-12 14:38:47 +01:00
Thibault Delavallee d7e5763dcb [IMP] mail, email_template: improved mass mailing action (renamed, now using a well defined template) + improved form view of mail.compose.message wizard.
bzr revid: tde@openerp.com-20130312133817-y9xztv6gs4ut7ndj
2013-03-12 14:38:17 +01:00
Antony Lesuisse a3ab6bd938 [MERGE] packaging debian remove /var/lib/openerp
bzr revid: al@openerp.com-20130312133620-nr7k7cku76zxzeks
2013-03-12 14:36:20 +01:00
Thibault Delavallee 99063b421f [REV] mail_thread: message_process: reverted reply_to mechanism, now based on the reply_to-model contained in message_id.
bzr revid: tde@openerp.com-20130312133029-67g69s3ttscwhtoc
2013-03-12 14:30:29 +01:00
Xavier Morel 18eb55643e [FIX] hide form autofocus trying to focus destroyed fields under the rug
lp bug: https://launchpad.net/bugs/1153437 fixed

bzr revid: xmo@openerp.com-20130312132144-o5enjfemuk5zxilz
2013-03-12 14:21:44 +01:00