Commit Graph

69642 Commits

Author SHA1 Message Date
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
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
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 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
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
Xavier Morel ee46eb8015 [FIX] blurring propagation on m2m tag fields
lp bug: https://launchpad.net/bugs/1153492 fixed

bzr revid: xmo@openerp.com-20130312131412-mtcl932of1466n2j
2013-03-12 14:14:12 +01:00
Antony Lesuisse 3aa39206f9 [FIX] crm_partner_assign typos
bzr revid: al@openerp.com-20130312131039-yy28lv24gf2nybfk
2013-03-12 14:10:39 +01:00
Fabien Pinckaers 2f5c8b2ccb [IMP] typo
bzr revid: fp@openerp.com-20130312125616-eqowv5xpeydyyf7x
2013-03-12 13:56:16 +01:00
Fabien Pinckaers 28e724ab1f [MERGE] changed name of employee and users
bzr revid: fp@openerp.com-20130312125303-clm404ifoh31wgef
2013-03-12 13:53:03 +01:00
Fabien Pinckaers 97822007e0 [FIX] typo UOM
bzr revid: fp@openerp.com-20130312125111-12bzvtvhcdbjugk1
2013-03-12 13:51:11 +01:00
Fabien Pinckaers 0648376763 [IMP] better menu tip: reordering rules
bzr revid: fp@openerp.com-20130312125013-71lo629cx5ku2q9d
2013-03-12 13:50:13 +01:00
Fabien Pinckaers 773f8857b4 [IMP] shorten the name of the button
bzr revid: fp@openerp.com-20130312124723-u1cxwkkxobnsr9y3
2013-03-12 13:47:23 +01:00
Fabien Pinckaers 2c32a21a32 [IMP] search on issues
bzr revid: fp@openerp.com-20130312124058-ch9e0j8gwg0sc8g0
2013-03-12 13:40:58 +01:00
Fabien Pinckaers c7d709e579 [FIX] misc fixes on contracts, timesheets
bzr revid: fp@openerp.com-20130312123321-mly0k9lrh3im78bg
2013-03-12 13:33:21 +01:00
Fabien Pinckaers bed8a96291 [FIX] misc contracts fixes, timesheets
bzr revid: fp@openerp.com-20130312121218-vsvmaj12px4vqpvz
2013-03-12 13:12:18 +01:00
Xavier Morel 3890039735 [FIX] correctly check for o2m listview validity
if an edition has been canceled, don't check the form's content as it
does not matter.

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

bzr revid: xmo@openerp.com-20130312112244-zmt34jydpzge6yof
2013-03-12 12:22:44 +01:00
Xavier Morel 2dff34a18f [FIX] array extra comma
bzr revid: xmo@openerp.com-20130312110520-aym6nspf6mlcvsqe
2013-03-12 12:05:20 +01:00
Tejas Tank cd3b190693 Merged Latest.
bzr revid: tta@openerp.com-20130312105120-xw2dsranzcdbljkg
2013-03-12 16:21:20 +05:30