Commit Graph

69717 Commits

Author SHA1 Message Date
Quentin (OpenERP) 43afe718fd [MERGE] tools: regex to find the good partner name
bzr revid: qdp-launchpad@openerp.com-20130314170010-ggybuy16m96kulem
2013-03-14 18:00:10 +01:00
Quentin (OpenERP) 513601e641 [FIX] sale: don't try to post messages on SO if there is no sale related to an invoice
bzr revid: qdp-launchpad@openerp.com-20130314164413-qv3j3b3tcc4zt6b7
2013-03-14 17:44:13 +01:00
Fabien Meghazi 868075d7ca [FIX] Give correct context for invitatio
bzr revid: fme@openerp.com-20130314163913-wteq8qrimxqmro76
2013-03-14 17:39:13 +01:00
Quentin (OpenERP) 6262548099 [FIX] account_followup: typo
bzr revid: qdp-launchpad@openerp.com-20130314162608-1yw7etvz1scxo5h6
2013-03-14 17:26:08 +01:00
Thibault Delavallée a147b69404 [IMP] addons: add default employee group on default_groups_ref.
bzr revid: tde@openerp.com-20130314162141-skfq5w98zhpn31yh
2013-03-14 17:21:41 +01:00
Josse Colpaert 3b1b386561 [FIX] Remove sales filter in Time and Materials to Invoice
bzr revid: jco@openerp.com-20130314161327-xtq04qqi9w7ohgb3
2013-03-14 17:13:27 +01:00
Fabien Meghazi 659c5f0059 [REM] Removed one state
bzr revid: fme@openerp.com-20130314160141-5hrurkcy4w3wc4ca
2013-03-14 17:01:41 +01:00
Fabien Meghazi dbfff7d213 [MERGE] 7.0
bzr revid: fme@openerp.com-20130314155944-hhfaoiu31i8716tn
2013-03-14 16:59:44 +01:00
Vo Minh Thu c79c23d26e [REF] orm:
- isinstance(ids, dict) is done at the end, but not at the beginning,
so if ids was a single dict, it would break in the map(lambda).
- The loop to convert None to False can be done in _read_flat instead
of read (there is already plenty of loops in _read_flat)
- The __getattr__ was breaking the stacktrace.

bzr revid: vmt@openerp.com-20130314154418-0wmxfw1ot92kjmzf
2013-03-14 16:44:18 +01:00
Fabien Meghazi 4b556f625e [IMP] res_users info box change wording
bzr revid: fme@openerp.com-20130314154003-r15yz1gvy324vz36
2013-03-14 16:40:03 +01:00
Quentin (OpenERP) 64502253b8 [FIX] base, res_currency: raise an error if a currency doesn't have any rate associated to the given period (if any)
bzr revid: qdp-launchpad@openerp.com-20130314153800-wl48wkp5f3zz0pb6
2013-03-14 16:38:00 +01:00
Cedric Snauwaert 7d0630b448 [FIX]hr_timesheet_sheet: fix user_id variable referenced before assignment when no employee_id
specified in onchange_employee_id

bzr revid: csn@openerp.com-20130314150614-bsnwc4gk7a9eyri0
2013-03-14 16:06:14 +01:00
Quentin (OpenERP) a4926b070b [FIX] hr_expense: removal of references to account_voucher module
bzr revid: qdp-launchpad@openerp.com-20130314150332-uifxmj2h2z4k2w28
2013-03-14 16:03:32 +01:00
Quentin (OpenERP) eed1a93749 [FIX] account: removal of warnings at database creation due to unknown fields in account.payment.term.line model
bzr revid: qdp-launchpad@openerp.com-20130314145337-vriuhu2sozdeyu5a
2013-03-14 15:53:37 +01:00
Quentin (OpenERP) 1177d34082 [FIX] crm, usability: the button on lead form view should be used to log calls as on opportunities
bzr revid: qdp-launchpad@openerp.com-20130314145309-cbahywaeccnrfjfb
2013-03-14 15:53:09 +01:00
Christophe Simonis 7c4279cbc9 [FIX] apps: hide breadcrum of the remote action
bzr revid: chs@openerp.com-20130314145017-k2502iwwovj379m0
2013-03-14 15:50:17 +01:00
Christophe Simonis ddd252b5d1 [FIX] EmbeddedClient.do_action() forward all arguments
bzr revid: chs@openerp.com-20130314144503-e5ewicf13er2clh8
2013-03-14 15:45:03 +01:00
Christophe Simonis 089bec0d9a [MERGE] [ADD] `hide_breadcrumb` option
bzr revid: chs@openerp.com-20130314144416-v3eb8czyr44qiub8
2013-03-14 15:44:16 +01:00
Chris Biersbach 9dd5e354fd [MERGE] sale: adds id to the sale_order_line _order so that lines sty in the same order when the sale order is created. Patch by Peter langenberg / Agaplan
bzr revid: cbi@openerp.com-20130314143705-9mpgrsemorg2l0b1
2013-03-14 15:37:05 +01:00
niv-openerp 3d53abcc8e [FIX] corrected small problem that made appear "false" in empty field text
bzr revid: nicolas.vanhoren@openerp.com-20130314135141-lnifcsa405qzjp0j
2013-03-14 14:51:41 +01:00
Vo Minh Thu 487fe3a1ab [MERGE] [FIX] ir.model: uninstall should not drop LOG_ACCESS_COLUMNS columns.
bzr revid: vmt@openerp.com-20130314131127-93qvwrpz0li3ba32
2013-03-14 14:11:27 +01:00
Quentin (OpenERP) 0c0528d834 [FIX] account_asset: import statement
bzr revid: qdp-launchpad@openerp.com-20130314124046-mwqslwiy81jwd9kk
2013-03-14 13:40:46 +01:00
dle@openerp.com eccd12b5c3 [FIX]portal_anonymous: set flag share to anonymous user
bzr revid: dle@openerp.com-20130314123013-14jdmnh5eczyn0zh
2013-03-14 13:30:13 +01:00
dle@openerp.com c886daecf5 [IMP]auth_signup: user state rewording
bzr revid: dle@openerp.com-20130314122319-hc2n78ugj2grstg8
2013-03-14 13:23:19 +01:00
Thibault Delavallée 8ba623dd8e [CLEAN] mail_mail: cleaned a bit the form view
bzr revid: tde@openerp.com-20130314120611-p9fouks0wk0e10do
2013-03-14 13:06:11 +01:00
Christophe Simonis 3417f2a250 [FIX] auth_openid: better design
bzr revid: chs@openerp.com-20130314120449-p2oef4oymc9nuwof
2013-03-14 13:04:49 +01:00
Fabien Meghazi ae24f3fb71 [FIX] Do not restraint info box width
bzr revid: fme@openerp.com-20130314115055-7vv9nw51hf284lz3
2013-03-14 12:50:55 +01:00
Fabien Meghazi 3c8dbf0ad5 [FIX] Fixed infobox attrs
bzr revid: fme@openerp.com-20130314115028-f2x6is15jmicaumc
2013-03-14 12:50:28 +01:00
Josse Colpaert 1e21bea9a7 [FIX] LinkedIn integration https courtesy of Holger Brunn
lp bug: https://launchpad.net/bugs/1135873 fixed

bzr revid: jco@openerp.com-20130314114728-zzb2x5f3zf3gm3aa
2013-03-14 12:47:28 +01:00
Chris Biersbach 926b2bfd29 [MERGE] OPW 586308: orm: moves the access rules check in the orm create method so it also works when a m2m or similar field is used in an access rule
bzr revid: cbi@openerp.com-20130314114608-e9kztxo5yeg9ah0f
2013-03-14 12:46:08 +01:00
dle@openerp.com 410bb553c2 [IMP]auth_signup: state wording
bzr revid: dle@openerp.com-20130314114130-ljeha8ys7vhdmf4y
2013-03-14 12:41:30 +01:00
Quentin (OpenERP) be05b374a1 [MERGE] forwardport of bugfixes made in v7 up to revision 8854.
bzr revid: qdp-launchpad@openerp.com-20130314112740-s01t51p4m7mxcumz
2013-03-14 12:27:40 +01:00
Christophe Simonis e372879882 [FIX] auth_openid: use data-provider instead of title to match provider logo as title is translatable
bzr revid: chs@openerp.com-20130314111421-sf5jrig5vw3i1dlg
2013-03-14 12:14:21 +01:00
Christophe Simonis d5ec6fdcb5 [FIX] auth_openid: add data-modes attribute on <li> tags to be compatible with auth_signup module.
show()/hide() elements explicitly instead of setting a specific class for this job.

bzr revid: chs@openerp.com-20130314110927-rvb21ii1lbfpmmna
2013-03-14 12:09:27 +01:00
Christophe Simonis ae28294289 [FIX] auth_signup: force password and login inputs to have a data-modes setted
bzr revid: chs@openerp.com-20130314110431-a09jk7zwdh5dsdpq
2013-03-14 12:04:31 +01:00
Thibault Delavallée 8a95e1886e [FIX] mail_compose_message: remove some keys from the context, as they conflict with mail_mail values.
bzr revid: tde@openerp.com-20130314110344-w5ashhs3jc1oslzp
2013-03-14 12:03:44 +01:00
Thibault Delavallée f4dbf7051b [FIX] email_template: fixed behavior of email_to, email_cc, partner_to; improved form view.
bzr revid: tde@openerp.com-20130314110315-3gfl7mjj08jgqo93
2013-03-14 12:03:15 +01:00
Thibault Delavallée 4ae0b68452 [IMP] crm: improved template and comments.
bzr revid: tde@openerp.com-20130314110239-1k1c8jrbax94gp8m
2013-03-14 12:02:39 +01:00
Thibault Delavallée 2ca8ff41c3 [CLEAN] mail_followers: removed print statements.
bzr revid: tde@openerp.com-20130314110223-18torul5eoih6m5e
2013-03-14 12:02:23 +01:00
Quentin (OpenERP) 829961c05d [IMP] project_issue, usability: added description on the search critera of the search bar in issues, moved partner_id field as a distinct facet, added a group on the new button to jump on issues from a partner
bzr revid: qdp-launchpad@openerp.com-20130314105605-sdvpg1vt3yfe0g5x
2013-03-14 11:56:05 +01:00
Fabien Meghazi 1bc43748ee [ADD] `hide_breadcrumb` option
bzr revid: fme@openerp.com-20130314105213-13dtn26c773qsu7a
2013-03-14 11:52:13 +01:00
Christophe Simonis dbed9bdb75 [FIX] auth_signup: only automatically show signup if signup is enabled
bzr revid: chs@openerp.com-20130314103420-tkr1wklrf85vux7o
2013-03-14 11:34:20 +01:00
Quentin (OpenERP) d4181a6625 [MERGE] view_form.js: fixing the statusbar. if there is no domain defined, the statusbar mustn't try to concat with ('|',('id','=',...)) because it is creating a syntactically invalid domain
bzr revid: qdp-launchpad@openerp.com-20130314103233-icm1b664xrisy66k
2013-03-14 11:32:33 +01:00
dle@openerp.com 1b8891dd95 [Revert]auth_signup: should be done here
bzr revid: dle@openerp.com-20130314103017-g0dps4lx151unu6o
2013-03-14 11:30:17 +01:00
dle@openerp.com f5a5e326a4 [FIX]auth_signup: rewording reset password, which is not a reset password actually
bzr revid: dle@openerp.com-20130314100947-infr7ew5h3r4xt3w
2013-03-14 11:09:47 +01:00
Chris Biersbach 6b80f5bdff [FIX] orm: moves the access_rule check to the end of the create method to avoid getting errors when trying to create and m2m values are passed, which can cause the rules to fail
bzr revid: cbi@openerp.com-20130314092017-agwzvwwbxev531kk
2013-03-14 10:20:17 +01:00
Thibault Delavallée 1a06cdd0a8 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20130314090640-yuklmdk81fm1cc27
2013-03-14 10:06:40 +01:00
Thibault Delavallée 31d8417539 [CLEAN] removed commented noupdate that was present to ease debugging.
bzr revid: tde@openerp.com-20130314090623-z9q3zp2n68yvpght
2013-03-14 10:06:23 +01:00
Thibault Delavallée 53150088ad [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20130314083401-6reysmzjuvnii1bz
2013-03-14 09:34:01 +01:00
Thibault Delavallée 69bcf72639 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20130314083048-fu4gwcsh3z5t7anj
2013-03-14 09:30:48 +01:00