Commit Graph

69130 Commits

Author SHA1 Message Date
Amit Dodiya ebbc6deb52 [FIX]stock: override search and read method in order to check access because for multi company a child user was also able to see the incoming shipment of parent company where it should not
bzr revid: ado@tinyerp.com-20130405111649-tzf9r2xrii8ktxdj
2013-04-05 16:46:49 +05:30
Josse Colpaert 7897eb3898 [FIX] Only create project once
bzr revid: jco@openerp.com-20130405090444-rqlawt05gsj5mvsk
2013-04-05 11:04:44 +02:00
Quentin (OpenERP) d1d394dbbd [MERGE] fix a crash when deleting an asset. Wrong model was referenced
bzr revid: qdp-launchpad@openerp.com-20130405084504-bi0f2au9m98m5i62
2013-04-05 10:45:04 +02:00
Quentin (OpenERP) fc0e6809f6 [MERGE] removal of wrong ir.rules testing unkown field 'message_follower_ids' on models that do not inherit mail.thread
bzr revid: qdp-launchpad@openerp.com-20130405084053-ex37zhsjww6s8wct
2013-04-05 10:40:53 +02:00
Chris Biersbach 85748af1a8 [MERGE] OPW 590961: Unicode characters in product names no longer cause a traceback when generating the Stock Level Forecast report
bzr revid: cbi@openerp.com-20130405082709-j6ih45bz68881c3j
2013-04-05 10:27:09 +02:00
Chris Biersbach 1e84f67637 [FIX] Generating the Stock Level Forecast report while having arabic or other foreign characters in the product name no longer causes a traceback
bzr revid: cbi@openerp.com-20130405075139-j327x6kzut3mamqa
2013-04-05 09:51:39 +02:00
Launchpad Translations on behalf of openerp 0f53186e2b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130404145702-julajxe3ktc5uqc4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130405062320-27t6hdfy9b9zt7ns
2013-04-05 06:23:20 +00:00
Launchpad Translations on behalf of openerp 828edbb276 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130405062313-k2ucjzk7xhm084or
2013-04-05 06:23:13 +00:00
Vidhin Mehta 8ddd4f04b6 [FIX]Wrong class name give in super call
bzr revid: vme@tinyerp.com-20130405055147-18jnqoyq9ja6n24j
2013-04-05 11:21:47 +05:30
Antony Lesuisse e483833793 [FIX] fetchmail, on demand cron, context test for date write
bzr revid: al@openerp.com-20130405030026-oltyhb537w3p273g
2013-04-05 05:00:26 +02:00
Antony Lesuisse aa753772ab [IMP] fetchmail, on demand cron
enable a 3 micro hz cron only if needed as we want to lower the maximum
cron frequency in default addons to 1 micro hz

bzr revid: al@openerp.com-20130405024213-ll6t26j685rati5a
2013-04-05 04:42:13 +02:00
al@openerp.com c532e3da9e [FIX] workers limit cron memory usage
bzr revid: al@openerp.com-20130405001112-gknqvx0iyjmu1ona
2013-04-05 02:11:12 +02:00
Antony Lesuisse 648f45f2ed [FIX] base_calendar, lower cron frequency (around 0.003 hz)
bzr revid: al@openerp.com-20130405000610-cfohyzcdaq9k0y9g
2013-04-05 02:06:10 +02:00
Quentin (OpenERP) e7c13b1a3b [FIX] hr_expense: was crashing if a tax without 'tax_collected_id' field was used at the time of accounting entries creation
bzr revid: qdp-launchpad@openerp.com-20130404164153-0tbni96scijq90fu
2013-04-04 18:41:53 +02:00
Quentin (OpenERP) 11fd8eba26 [MERGE] base_calendar: fix in argument passing to get_recurrent_dates method (a list was needed, a string was passed)
bzr revid: qdp-launchpad@openerp.com-20130404160429-lz97n2fgspcstm6k
2013-04-04 18:04:29 +02:00
Quentin (OpenERP) ec06d3ed54 [REF] account: removal of useless code catching/hiding exceptions. Not needed
bzr revid: qdp-launchpad@openerp.com-20130404155927-7eovla17dcowt02h
2013-04-04 17:59:27 +02:00
Josse Colpaert 5585f21aa5 [FIX] On cchange for sales person to change sales team in opportunity
bzr revid: jco@openerp.com-20130404155437-a4d6mdi2y0r5nvc6
2013-04-04 17:54:37 +02:00
Quentin (OpenERP) 4bdd8252ba [REF] sale_stock: removing of dead code and correction of documentation (process) linked to the invoicing after delivery of a sale order
bzr revid: qdp-launchpad@openerp.com-20130404151451-7fesb178mpijlv29
2013-04-04 17:14:51 +02:00
Quentin (OpenERP) c5cde2a6a3 [MERGE] fixes in POS: optimizing the code when closing a session to have acceptable delays, used the right partner, changing the partner on the pos order also change it on the payment linked...
bzr revid: qdp-launchpad@openerp.com-20130404151428-yr2jhgjkolyjrcyf
2013-04-04 17:14:28 +02:00
Launchpad Translations on behalf of openerp 5a4be3d44c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130403150224-6o2tq7pqtgax4o8w
bzr revid: launchpad_translations_on_behalf_of_openerp-20130404145635-l4x86488xak0gwr1
bzr revid: launchpad_translations_on_behalf_of_openerp-20130404145655-30mhci39kbd5n7dq
2013-04-04 14:56:55 +00:00
Olivier Dony f0320d4258 [FIX] web: company_logo route may be accessed with uid = False in some cases, it should still work
bzr revid: odo@openerp.com-20130404143144-3o2j0xbwh4m84tu8
2013-04-04 16:31:44 +02:00
Olivier Dony 5b832d7738 [FIX] sale_stock: useless import due to previous commit + make sure test actually tests something, rather than x() == x()
bzr revid: odo@openerp.com-20130404123154-xtq4idqnnlugv0ui
2013-04-04 14:31:54 +02:00
Fabien Meghazi 30cce00296 [FIX] Date[time] widget width issues on OSX
bzr revid: fme@openerp.com-20130404102306-hrinhnldt5dxqcy7
2013-04-04 12:23:06 +02:00
Fabien Meghazi 8a20760fc8 [FIX] DataSet#size() problem + FormView#on_button_delete() shall pop breadcrumb on empty dataset
bzr revid: fme@openerp.com-20130404101459-m9q90e32qwf068lw
2013-04-04 12:14:59 +02:00
Chris Biersbach 47be40b075 [MERGE] OPW 587330: DO not copy the value of the statement_id field when copying an account move
bzr revid: cbi@openerp.com-20130404095120-eomhgacjsbejf31d
2013-04-04 11:51:20 +02:00
Olivier Dony ef84d5c421 [FIX] sale_stock,purchase: review help string + remove incorrect fallback to local TZ
See also http://bugs.python.org/issue7229

bzr revid: odo@openerp.com-20130404092134-0zt7blbl1kt3p0lz
2013-04-04 11:21:34 +02:00
Cedric Snauwaert b027b5d692 [FIX]portal_stock: remove 2 useless ir rules since the model doesn't inherit mail.thread
bzr revid: csn@openerp.com-20130404091401-f6l7h7lcw6t0kguz
2013-04-04 11:14:01 +02:00
Chris Biersbach d43b932270 [FIX] Forwardport of 6.1 fix by han: Do not copy the statement_id value when copying account moves
bzr revid: cbi@openerp.com-20130404090948-c7zw5yco1sply0b8
2013-04-04 11:09:48 +02:00
Launchpad Translations on behalf of openerp 665cd6c6ea Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130403150332-0q7u1so0j76xbo3n
bzr revid: launchpad_translations_on_behalf_of_openerp-20130403150338-iksqy6aim64hko1m
2013-04-03 15:03:38 +00:00
Thibault Delavallée 35b51a2efd [IMP] Chatter: improved footer of chatter messages: better differentiation of logged a note / send a message / system notification, with or without recipients.
bzr revid: tde@openerp.com-20130403145151-nvpeqdpp937079iu
2013-04-03 16:51:51 +02:00
Chris Biersbach 07822d2b9f [MERGE] OPW 584359: Fixed the issue of Calendar responsible label not translated when there is selection field on responsible.
bzr revid: cbi@openerp.com-20130403134029-2vr50v2dmcu1vn1c
2013-04-03 15:40:29 +02:00
Chris Biersbach cd52a05d1d [FIX] Forwardport of 6.1 merge proposal by msh: Fixed the issue of Calendar responsible label not translated when there is selection field on responsible.
bzr revid: cbi@openerp.com-20130403132346-bs0k6na71nmu7ztl
2013-04-03 15:23:46 +02:00
Thibault Delavallée 05306fd30a [FIX] Chatter: do not show colon when there is no trailing record name.
bzr revid: tde@openerp.com-20130403124125-3hbmaqktlxhsgih1
2013-04-03 14:41:25 +02:00
Thibault Delavallée 37bec9643d [FIX] mail: fixed recipients of private discussion, that were not correct. Author could be notified of their own reply independently of the specified recipients. Added tests for private discussions.
bzr revid: tde@openerp.com-20130403121307-4rixx7ct6y86spoz
2013-04-03 14:13:07 +02:00
Thibault Delavallée d300e2b0ce [FIX] mail: notifications: email_to now contains reference to 'Followers of Doc Name' when having a related document.
bzr revid: tde@openerp.com-20130403121022-lijarue6r2t7mh3w
2013-04-03 14:10:22 +02:00
Thibault Delavallée a173caa0f4 [FIX] Fixed wrong parameter name given to astimezone introduced at revision 8954; correct parameter name is tz, not tzinfo.
bzr revid: tde@openerp.com-20130403120926-xfxtj5hsva6jzb1u
2013-04-03 14:09:26 +02:00
Josse Colpaert 7d47c62f0c [FIX] Only give analytic distribution on customer/supplier invoice if sale/purchase checked
bzr revid: jco@openerp.com-20130403102104-udpyg90w8jrdg3lg
2013-04-03 12:21:04 +02:00
Christophe Matthieu 07bb17a6cb [FIX] mail: issue: After receiving inbox messages from external emails, when clicking on reply button the external email is listed in the form. However when clicking on send the external email is removed! and instead of email what we get is an internal note.
bzr revid: chm@openerp.com-20130403095149-kjy5v4uesatwc4p9
2013-04-03 11:51:49 +02:00
Christophe Matthieu 04f1da5278 [FIX] mail: issue: After receiving inbox messages from external emails, when clicking on reply button the external email is listed in the form. However when clicking on send the external email is removed! and instead of email what we get is an internal note.
bzr revid: chm@openerp.com-20130403094046-rexsmdz6tn1zc2hk
2013-04-03 11:40:46 +02:00
Thibault Delavallée de77b89d98 [MERGE] [FIX] mail: private discussion now have correct recipients. After receiving messages, when clicking on reply button the recipients were correctly listed in the composer. However when sending the recipients were not correctly added, leading to a message considered as a log.
bzr revid: tde@openerp.com-20130403091231-y0x76orxxrqbw6cl
2013-04-03 11:12:31 +02:00
Josse Colpaert a68f49c6f6 [FIX] Replace analytic account with analytic distribution in multiple analytic accounts
bzr revid: jco@openerp.com-20130403090758-kzb2jdtxt0y97mvg
2013-04-03 11:07:58 +02:00
Christophe Matthieu 767fe2458a [FIX] mail: issue: After receiving inbox messages from external emails, when clicking on reply button the external email is listed in the form. However when clicking on send the external email is removed! and instead of email what we get is an internal note.
bzr revid: chm@openerp.com-20130403085116-m2kyiem0r2dnjwov
2013-04-03 10:51:16 +02:00
Thibault Delavallée 347b2a7604 [MERGE] [FIX] tools: mail: html2plaintext better manages carriage returns.
lp bug: https://launchpad.net/bugs/1159782 fixed

bzr revid: tde@openerp.com-20130403083237-a406615qs8pe1jon
2013-04-03 10:32:37 +02:00
Antony Lesuisse 051885fd88 [MERGE] workers cron each job should be considered as one request
bzr revid: al@openerp.com-20130403013833-4599683ji5tztevd
2013-04-03 03:38:33 +02:00
Christophe Matthieu f3ce4dedf3 [FIX] view_form: Fixed the issue of attachment was not added in any other language, because action URL was getting translated.
bzr revid: chm@openerp.com-20130402144039-y0xoaijds4ipw7g0
2013-04-02 16:40:39 +02:00
Fabien Meghazi cea7a7a0ab [FIX] m2o does not use @alive()
lp bug: https://launchpad.net/bugs/1160192 fixed

bzr revid: fme@openerp.com-20130402133952-xz2qaoygg83ks3tx
2013-04-02 15:39:52 +02:00
dle@openerp.com 3d58511f89 [FIX]crm: crm lead/merge keystroke mistake, revert remove of minus
bzr revid: dle@openerp.com-20130402131434-jkap5399rrfq8rm5
2013-04-02 15:14:34 +02:00
dle@openerp.com 6f3ba2a572 [FIX]crm: crm lead/opp merge, if merged stage not in sales team and same type (lead/opp)n choose first stage of the sales team with the same type
bzr revid: dle@openerp.com-20130402125809-4qzwe1nm0nkrx283
2013-04-02 14:58:09 +02:00
Josse Colpaert 0b5788eec7 [FIX] Purchase ok (can be purchase) should only be used for domains
bzr revid: jco@openerp.com-20130402115254-mtp113vyk4yhlmyb
2013-04-02 13:52:54 +02:00
Christophe Matthieu f645c8671e [FIX] calendar.js: From calendar view create customer or supplier invoice, when select partner it gives error.
bzr revid: chm@openerp.com-20130402104752-k6ts4s6j7mi7lnjp
2013-04-02 12:47:52 +02:00