Commit Graph

68016 Commits

Author SHA1 Message Date
Christophe Simonis 1358a99d07 [cherry picking] manual merge of lp:~openerp-dev/openobject-addons/trunk-screenshots-main-modules-vba
Update the screenshots of apps

bzr revid: chs@openerp.com-20130131184141-hnehdtpb2kjgbfjp
2013-01-31 19:41:41 +01:00
Christophe Matthieu 17718ce925 [FIX] mail: attachement filetype
bzr revid: chm@openerp.com-20130131145427-zie2pwzfgfqer5oo
2013-01-31 15:54:27 +01:00
Olivier Dony 3cb01bd596 [FIX] ir.attachment: fix drunken commit 4814
bzr revid: odo@openerp.com-20130131145348-00yngxmjfy2eforj
2013-01-31 15:53:48 +01:00
Olivier Dony e3862b17ef [MERGE] res.partner.bank: the state field must be present in all form/tree views
res.partner.bank overrides fields_get() and sometimes adds
extra `states` attributes on the fields. This requires the
presence of the special `state` field in all views.

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

bzr revid: odo@openerp.com-20130131144800-4a4jsktg7omxbrmh
2013-01-31 15:48:00 +01:00
Antony Lesuisse 8ef1f06c0f [FIX] ir_attachment missing logger
bzr revid: al@openerp.com-20130131144525-msftyc0hn257g9t8
2013-01-31 15:45:25 +01:00
Olivier Dony 0578f0269d [FIX] res.partner.bank: the state field must be present in all form/tree views
res.partner.bank overrides fields_get() and sometimes adds
extra `states` attributes on the fields. This requires the
presence of the special `state` field in all views.

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

bzr revid: odo@openerp.com-20130131135609-igsw8ne154av9vso
2013-01-31 14:56:09 +01:00
Xavier Morel 0ad34228e2 [FIX] small issue with adding an attribute called 'id' to a backbone model
triggers backbone's thinking that the model is 'not new' and trying to sync it with a remote on e.g. removal

bzr revid: xmo@openerp.com-20130131135125-1x7czib7q0kafok8
2013-01-31 14:51:25 +01:00
Olivier Dony 9b3e333d67 [MERGE] account: safer handling of acc_number values
l10n_fr_rib makes the field not mandatory, which is kind of illegal.
Short of changing that behavior, a quick fix is to be more lenient
with missing acc_number values.

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

bzr revid: odo@openerp.com-20130131133011-bfzfzmjh049tg3kd
2013-01-31 14:30:11 +01:00
Thibault Delavallée 784ad794b9 [FIX] mail gateway: auto_subscribe is always enabled currently, because of leads created usign the mailgateway by-passing the salesteam and user_id auto followers.
bzr revid: tde@openerp.com-20130131125046-37sjbi8zp1pk2z71
2013-01-31 13:50:46 +01:00
Thibault Delavallée ee6938f794 [FIX] mail gateway: auto_subscribe is always enabled currently, because of leads created usign the mailgateway by-passing the salesteam and user_id auto followers.
bzr revid: tde@openerp.com-20130131121701-eydjfrukxqq246ey
2013-01-31 13:17:01 +01:00
csn-openerp 51eec43574 [FIX]res_country : fix traceback when no value is written in 'code' field when creating a new country
bzr revid: csn@openerp.com-20130131121052-5nbctbtwozamf0zw
2013-01-31 13:10:52 +01:00
dle@openerp.com bd2aa9bc32 [FIX]Bug: Forgotten password Nonetype has no object get
bzr revid: dle@openerp.com-20130131120834-czexk26wrmvk99i2
2013-01-31 13:08:34 +01:00
Xavier Morel 69171aa805 [CHG] allow deselecting a custom filter by clicking on it again in the drawer
as asked in project.task:4837:

> Cannot uncheck a custom filter by clicking on it (it's possible on
> classic filters)

bzr revid: xmo@openerp.com-20130131112617-8vul65bb4lbfbfvk
2013-01-31 12:26:17 +01:00
niv-openerp 0272007aae [FIX] minor css fix
bzr revid: nicolas.vanhoren@openerp.com-20130131104804-2d7fo5iafvrhcklk
2013-01-31 11:48:04 +01:00
Launchpad Translations on behalf of openerp 770e4f0806 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130131051702-5l53tyq3birwgzj2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130131051755-brr5aux8pkj0uehb
2013-01-31 05:17:55 +00:00
Olivier Dony b1560fb788 [FIX] web_analytics: test mock does not have a proper wbeclient instance
As a quick workaround: double-check for the presence
of a client in the openerp instance. Should probably
be replaced by a proper mock in the web tests

bzr revid: odo@openerp.com-20130130174334-mysskhhmvurj64fg
2013-01-30 18:43:34 +01:00
Olivier Dony 7ed95d2224 [MERGE] web_analytics: properly initialize the analytics tracker, even in embedded mode
bzr revid: odo@openerp.com-20130130171747-nnbh6ytm7ihgm53w
2013-01-30 18:17:47 +01:00
Olivier Dony c8397f7c40 [FIX] web_analytics: properly initialize the analytics tracker, even in embedded mode
bzr revid: odo@openerp.com-20130130165327-jpf24sfxbq50jn53
2013-01-30 17:53:27 +01:00
Thibault Delavallée 0dc0b1c08a [IMP] mail: added auto_follow mechanism on fields like 'user_id'. mail.thread defines a basic heuristic to find those tracked fields: fields called 'user_id', linking to res_users, that are tracked. This allows to automatically subscribe the responsible of main models in OpenERP, like opportunity, task, issue, applicant. This revision also sets some subtypes as not followed by default to avoid leaking information (for example when changing state of a recruitment with the applicant automatically added as follower).
bzr revid: tde@openerp.com-20130130145834-e5lr8h36xozavr7f
2013-01-30 15:58:34 +01:00
Thibault Delavallée d9e333bded [FIX] mail: notification email: email_from is now correctly set (alias of the author if user and alias configured; author email; or email_from of the mail.message).
bzr revid: tde@openerp.com-20130130140930-1x3g1bft9usdu7np
2013-01-30 15:09:30 +01:00
Thibault Delavallée 1eba44d8c2 [IMP] mail.message.subtype: set some subtypes as not followed by default, to avoid leaking information.
bzr revid: tde@openerp.com-20130130135825-xuc4gd1cd2j4wdeb
2013-01-30 14:58:25 +01:00
Thibault Delavallée 1ef967e5aa [FIX] mail: notification email: email_from is now correctly set (alias of the author if user and alias configured; author email; or email_from of the mail.message).
bzr revid: tde@openerp.com-20130130134447-nu4lt7jb7db5aprh
2013-01-30 14:44:47 +01:00
Thibault Delavallée 843956a624 [IMP] mail: Chatter widget: timeago is not used anymore for old dates; it just displays the date for message older than 1 week. Also added a tip on the timeago which gives the correct date.
bzr revid: tde@openerp.com-20130130132951-w7h14j1fko5a6b73
2013-01-30 14:29:51 +01:00
Thibault Delavallée 6ca19ea42e [IMP] mail: auto_subscribe: moved code to find auto_follow fields into a dedicated method that can be overridden.
bzr revid: tde@openerp.com-20130130132723-ktipo8twxwl6v8ei
2013-01-30 14:27:23 +01:00
Thibault Delavallée f74f2aa9fd [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20130130125406-95pghooygh5jow0s
2013-01-30 13:54:06 +01:00
Thibault Delavallée dc3d791c4e [FIX] crm_lead: message_new now uses the on_change_partner_id to set the contact info of the partner, if the partner has been found during the gateway process.
bzr revid: tde@openerp.com-20130130125333-ebiwvimltamasj49
2013-01-30 13:53:33 +01:00
Thibault Delavallée c159d3b0bf [FIX] mail: email notifications: send emails to the author if he asked to be notified of its own message using the explicit recipients field of mail.message. Email sending falls back on the regular mode that depends on the preferences field.
bzr revid: tde@openerp.com-20130130123921-4ly0yh0zyk6gf0og
2013-01-30 13:39:21 +01:00
Thibault Delavallée d57be0a0c0 [MERGE] Sync with 7.0
bzr revid: tde@openerp.com-20130130123622-5heyerp2aem4wjv3
2013-01-30 13:36:22 +01:00
Thibault Delavallée 9264c09405 [FIX] [IMP] kanban view: number of items in a column is now also displayed for folded columns. Indeed, using custom filters, it can be interesting to know whether there are items in the folded column. This branch also solves some CSS issues related to kanban view and re-indent some code.
bzr revid: tde@openerp.com-20130130123524-am3ecj01r7t9augz
2013-01-30 13:35:24 +01:00
Christophe Matthieu dbe1312355 [IMP] mail: display unread button on all documents chatter messages
bzr revid: chm@openerp.com-20130130121523-8ox71me2w0mlb46u
2013-01-30 13:15:23 +01:00
Thibault Delavallée d04b3984dc [IMP] kanban: display number of folded records
bzr revid: tde@openerp.com-20130130120711-tj9zb3fw4b6fhqvd
2013-01-30 13:07:11 +01:00
Vo Minh Thu 7674db0ed5 [FIX] The import test in openerp/run_tests is wrong, the import of run_tests in openerp/__init__ was wrong too.
lp bug: https://launchpad.net/bugs/1108929 fixed

bzr revid: vmt@openerp.com-20130130103458-t4stvpibhb1353nw
2013-01-30 11:34:58 +01:00
Thibault Delavallée 1ea0204f6b [IMP] Message subtypes: set almost all subtypes as False by default, to avoid spamming contact partners.
bzr revid: tde@openerp.com-20130130090942-duiwfvtcj2d0ad6c
2013-01-30 10:09:42 +01:00
Thibault Delavallée ccb2a26406 [IMP] mail: added auto_follow mechanism for some tracked fields like 'user_id' that should be relational fileds towards res.users.
bzr revid: tde@openerp.com-20130130090936-l52gq292h8rq79ue
2013-01-30 10:09:36 +01:00
Launchpad Translations on behalf of openerp 5d3812badd Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130126053711-ja93llrv8p3pu6ok
bzr revid: launchpad_translations_on_behalf_of_openerp-20130127050921-4ee0qhynow5m95wf
bzr revid: launchpad_translations_on_behalf_of_openerp-20130129061801-bf4xt34ikig91lwr
bzr revid: launchpad_translations_on_behalf_of_openerp-20130130051939-dhup79bt2uw7v3cz
bzr revid: launchpad_translations_on_behalf_of_openerp-20130130052010-s7ntowxt1wk06nes
2013-01-30 05:20:10 +00:00
Thibault Delavallée 443ab6ed73 [IMP] mail: when pushing to myself, now sends email according to normal rules.
bzr revid: tde@openerp.com-20130129160752-q8zgixlzkfb9cm1s
2013-01-29 17:07:52 +01:00
Frédéric van der Essen e1cb1c660d [MERGE] point_of_sale: various fixes:
- taxes computation
- currency rounding
- paymentline keyboard focus
- css corrections
- invoice generation

bzr revid: fva@openerp.com-20130129153750-ghb4hrrc289z6kga
2013-01-29 16:37:50 +01:00
Christophe Matthieu 79c15f832c [FIX] mail: js change _date to date for display date of message. display complete date if more of 7 days
bzr revid: chm@openerp.com-20130129153528-cffz4dbbn6i80euw
2013-01-29 16:35:28 +01:00
Frédéric van der Essen b5a47b24fc [FIX] point_of_sale: css gradient fix
bzr revid: fva@openerp.com-20130129152421-sgke1e3ckh9ohppi
2013-01-29 16:24:21 +01:00
Thibault Delavallée e9f6e0036e [IMP] crm_lead: message_new now uses the on_change_partner_id to set the address of the partner of the lead, if any.
bzr revid: tde@openerp.com-20130129143815-37voxmjw22eop7jl
2013-01-29 15:38:15 +01:00
Fabien Meghazi 337faa6829 [FIX] Use relative protocol in scripts url in order to avoid mixed content warnings in IE
bzr revid: fme@openerp.com-20130129142638-81uffjq3aiopr8ta
2013-01-29 15:26:38 +01:00
Frédéric van der Essen fa2d7e79b4 [MERGE] from upstream
bzr revid: fva@openerp.com-20130129142603-i7sur3jomgqk0217
2013-01-29 15:26:03 +01:00
Frédéric van der Essen a06e93e218 [FIX] point_of_sale: keyboard focus for payment widget
bzr revid: fva@openerp.com-20130129140146-uz1jpmv4u3dmulus
2013-01-29 15:01:46 +01:00
csn-openerp 22c857caf3 [FIX] sale: proper guard of external ID resolution in config settings
ir.model.data.get_object() raises ValueErrors for missing references!

bzr revid: csn@openerp.com-20130129133631-d1kgb8b3wmdahy8s
2013-01-29 14:36:31 +01:00
csn-openerp efbb25bae3 [FIX] account: missing ondelete cascade rule on m2o between 2 TransientModels
bzr revid: csn@openerp.com-20130129133427-ar1wiknf0ck15257
2013-01-29 14:34:27 +01:00
Josse Colpaert 02908db002 name journal when bank account number does not exist
bzr revid: jco@openerp.com-20130129124151-ywtwxgpu4ciwl9sp
2013-01-29 13:41:51 +01:00
Olivier Dony f0199dbcd5 [FIX] membership: proper guard for external ID resolution, when looking for invoice search view
Similar to correction done in previous commit.

bzr revid: odo@openerp.com-20130129123127-6rkcksxhozm6al0d
2013-01-29 13:31:27 +01:00
Olivier Dony 0be7cd3a29 [FIX] membership: use Customer Invoice form view rather than Supplier Invoice one, courtesy of Niels Huylebroeck
lp bug: https://launchpad.net/bugs/1100271 fixed

bzr revid: odo@openerp.com-20130129122637-f0t2n8tw1bqaaoqf
2013-01-29 13:26:37 +01:00
Josse Colpaert b323194275 [FIX] Added invisible state fields as in path cha
lp bug: https://launchpad.net/bugs/1068822 fixed

bzr revid: jco@openerp.com-20130129104600-2jjbwbxgw10a4u7e
2013-01-29 11:46:00 +01:00
Launchpad Translations on behalf of openerp 39951ce27c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130125060526-1sardheh24y8unc0
bzr revid: launchpad_translations_on_behalf_of_openerp-20130126053740-34a73mqkdg04j9s4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130127051008-60htke4mkwclnqfk
bzr revid: launchpad_translations_on_behalf_of_openerp-20130128055849-swluxyrhgvpbmrg2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130129061824-peffot06nnwkgdkp
2013-01-29 06:18:24 +00:00