Commit Graph

45147 Commits

Author SHA1 Message Date
Thibault Delavallée 6bea3b189b [FIX] share: fixed call to schedule_with_attach, as send_invite_email is now commented. This module will be cleaned in the next few days, and all invite mechanism is likely to disappear. scedule_with_attach is therefore commented and not really fixed.
bzr revid: tde@openerp.com-20120904161453-vq8zartows3eggtp
2012-09-04 18:14:53 +02:00
Thibault Delavallée 5d2172192a [FIX] portal: schedule_with_attach is now a mail.mail creation immediately send.
bzr revid: tde@openerp.com-20120904161346-f3g3a3v2i3pi6jwk
2012-09-04 18:13:46 +02:00
Olivier Dony f5bc9db80c [FIX] {crm,base}_action_rule: new attempt to fix deprecated schedule_with_attach
bzr revid: odo@openerp.com-20120904160512-vg7np7tg83jlmyzp
2012-09-04 18:05:12 +02:00
Olivier Dony 20c4bcf9fc [REVERT] {crm,base}_action_rule: revert previous attempt to fix deprecated schedule_with_attach
bzr revid: odo@openerp.com-20120904155352-shna0b9042wfs0gt
2012-09-04 17:53:52 +02:00
Olivier Dony c0ac0611d1 [IMP] misc bits - lint
bzr revid: odo@openerp.com-20120904155023-hchxi9jqemvqulpy
2012-09-04 17:50:23 +02:00
Olivier Dony 39bd8f7595 [FIX] base_status: fix deprecated mail_message.schedule_with_attach -> message_port
bzr revid: odo@openerp.com-20120904154916-6y3chb54u0ypheog
2012-09-04 17:49:16 +02:00
Thibault Delavallée 9e8de4f5ed [IMP] crm_lead: removed _send_mail_to_salesman, never called; base_action_rule: cleaned email_send with new message_post; cleaned do_action about partner_ids search; crm_action_rule: removed email_send that was a duplicate of the base_action_rule one; updated do_action about partner_ids search.
bzr revid: tde@openerp.com-20120904153434-vqnrfgwz4rq1ox5m
2012-09-04 17:34:34 +02:00
Stephane Wirtel a486ba87c1 [MERGE] stock: fix an encoding problem
bzr revid: stw@openerp.com-20120904152037-ow7u2g434htsc2rj
2012-09-04 17:20:37 +02:00
Raphael Collet ef1dba8934 [FIX] remove trailing spaces in code
bzr revid: rco@openerp.com-20120904152012-dvrpzmx94jlpos2k
2012-09-04 17:20:12 +02:00
Stephane Wirtel d155b77a04 [MERGE] account: remove the payement term lines if we remove the payment term
bzr revid: stw@openerp.com-20120904151837-cuwhc0iawvl32vh9
2012-09-04 17:18:37 +02:00
Raphael Collet 13e10079b1 [IMP] web: improve code formatting, more
bzr revid: rco@openerp.com-20120904151824-0z51u2cavjtzqpzd
2012-09-04 17:18:24 +02:00
Fabien Meghazi 78395326ff [MERGE] Replaced TranslateDialog by ir.translation#translate_fields
bzr revid: fme@openerp.com-20120904150508-mxft9n8115wj13v4
2012-09-04 17:05:08 +02:00
Stephane Wirtel 3d61c15c01 [MERGE] account: return the right value if there is no chart_account in the Account Common Report
bzr revid: stw@openerp.com-20120904150006-s7dbriqd8lmkg6yq
2012-09-04 17:00:06 +02:00
Stephane Wirtel 57c22b7e02 [REF] Review the merge of Jignesh Rathod
bzr revid: stw@openerp.com-20120904145600-7l30odznr1odhvq7
2012-09-04 16:56:00 +02:00
Raphael Collet d6dc264ea2 [IMP] web, web_diagram: improve code formatting
bzr revid: rco@openerp.com-20120904145017-qw6n8clak9byw1w3
2012-09-04 16:50:17 +02:00
Thibault Delavallée bacbb8e2f4 [REVIEW] base_stage: removed now dead message_thread_followers method. mail_thread: set message_capable_models back, because it is used in the plugin addon, adn therefore in various plugin_XXX addons. Maybe a refactoring of those plugins could be done, but it is beyond the scope of this refactoring.
bzr revid: tde@openerp.com-20120904145011-tlwgcu32uv8cwe6g
2012-09-04 16:50:11 +02:00
Minh Tran 7ce2e6ff63 fix status glitch on firefox
bzr revid: mit@openerp.com-20120904143436-3b11jkrxxxmmtn4s
2012-09-04 16:34:36 +02:00
Raphael Collet bf20cd7018 [IMP] view_form: improve code formatting
bzr revid: rco@openerp.com-20120904143024-g6fmxpkcjmg95zcu
2012-09-04 16:30:24 +02:00
Raphael Collet 570f76fa9a [IMP] rename method _is_action_enabled to is_action_enabled
bzr revid: rco@openerp.com-20120904141204-oqykdxnwb9yf3itc
2012-09-04 16:12:04 +02:00
Raphael Collet 14e87c09f3 [IMP] rename method _is_action_enabled to is_action_enabled
bzr revid: rco@openerp.com-20120904141155-288vwhonbt07dfcs
2012-09-04 16:11:55 +02:00
Stephane Wirtel f60dda86e9 [MERGE] hr_timesheet_sheet: Guard for the ids field in the name_get of hr_timesheet_sheet.sheet
bzr revid: stw@openerp.com-20120904140821-0wv40xdhu57sgnis
2012-09-04 16:08:21 +02:00
Stephane Wirtel 30f429d08f [MERGE] crm_claim: Fix the order of a menu in the XML file
bzr revid: stw@openerp.com-20120904140305-yuui3wpckc5kt0t5
2012-09-04 16:03:05 +02:00
Raphael Collet 440b8aabbd [IMP] web_kanban: remove inappropriate method _is_action_enabled
bzr revid: rco@openerp.com-20120904135905-4f7lu2qk0p5qk8cs
2012-09-04 15:59:05 +02:00
vta vta@openerp.com c0fbdc2556 [IMP] kanban tooltip on quickcreate
bzr revid: vta@openerp.com-20120904135045-husx3of9jnjhzpqp
2012-09-04 15:50:45 +02:00
Thibault Delavallée fd2a413969 [FIX] [CLEAN] mail_thread: misc cleanup (comments, vars, typo). Fixed subscriber API. It now handles a read_back key in context to return the new value of the field. The purpose is to use it in mail_followers widget, that behaves asynchronously compared to the form_view, and that need updated values after subscribing a user. Updated mail_followers widget, cleaned its code. Updated mail_group with wrappers on message_subscriber_users, because it was setting user_ids as context.
bzr revid: tde@openerp.com-20120904133648-plsziijac64lw4de
2012-09-04 15:36:48 +02:00
Fabien Meghazi c0d92e38b1 [FIX] Use call_button in order to have the action cleaned by the controller
bzr revid: fme@openerp.com-20120904133137-0e0gyu69p89yx3sr
2012-09-04 15:31:37 +02:00
Olivier Dony d6ddb23a4e [REM] email.template: remove all text versions of demo/data templates
bzr revid: odo@openerp.com-20120904132803-9cgj4g10xtm121ko
2012-09-04 15:28:03 +02:00
Ajay Chauhan (OpenERP) ea0f6bfd50 [IMP] project_issue: made state field invisible in form & tree view & deleted from search view
bzr revid: cha@tinyerp.com-20120904132623-58h3r440ji5ahtp9
2012-09-04 18:56:23 +05:30
Xavier Morel 9ec0ce8868 [MERGE] [REM] incomplete and unused bounce CSS animation
bzr revid: odo@openerp.com-20120904132206-m1pt0ytlinqk3nvw
bzr revid: odo@openerp.com-20120904132256-rbqw49dsc32z76sw
2012-09-04 15:22:56 +02:00
Minh Tran 09fc23c99e changed red button style
bzr revid: mit@openerp.com-20120904130509-94atd9x6rf3lb0sq
2012-09-04 15:05:09 +02:00
Ajay Chauhan (OpenERP) 4dc1a363f0 [IMP] project: made state field invisible in form & tree view & deleted from search view
bzr revid: cha@tinyerp.com-20120904125233-lq4wh9epkteom0z3
2012-09-04 18:22:33 +05:30
Xavier Morel abdbc220d3 [REM] incomplete and unused bounce CSS animation
bzr revid: xmo@openerp.com-20120904124921-yur5k231wp8gn7vy
2012-09-04 14:49:21 +02:00
vta vta@openerp.com ae15d4f463 [MERGE] Merged with latest trunk.
bzr revid: vta@openerp.com-20120904124152-6j1n6oz9wo6sig0x
2012-09-04 14:41:52 +02:00
vta vta@openerp.com a613b710e9 [FIX] Fixed padding in popups.
bzr revid: vta@openerp.com-20120904124117-3ilh4ryfu4r0wpqx
2012-09-04 14:41:17 +02:00
Raphael Collet 7f1a3872f5 [MERGE] trunk-editable_list (make SO/PO/invoice/expense lines editable)
bzr revid: rco@openerp.com-20120904123435-lzo9gpaigdrcnsmi
2012-09-04 14:34:35 +02:00
Thibault Delavallée 674ea05830 [IMP] mail_thread: cleaned comments and some var name in the modified many2many field. Also made mail_thread an AbstractModel.
bzr revid: tde@openerp.com-20120904121838-rpaesid3stxm8gus
2012-09-04 14:18:38 +02:00
Xavier Morel 1f1a0ef14b [IMP] cancel pending edition when hiding the list view, if editable
otherwise the edition disappears but part of the list view (e.g. buttons at the top) remain in the wrong state

bzr revid: xmo@openerp.com-20120904121823-kejzzquax2hdedoo
2012-09-04 14:18:23 +02:00
Thibault Delavallée 6838e9193b [FIX] mail_message: fixed typo.
bzr revid: tde@openerp.com-20120904121802-7lbajrbon7f83vux
2012-09-04 14:18:02 +02:00
Thibault Delavallée 5506e519fe [IMP] crm_forward_to_partner: on_change_partner_ids -> onchange_partner_ids, already defined on mail.compose.message.
bzr revid: tde@openerp.com-20120904120240-hidqb9e3ivys9vpo
2012-09-04 14:02:40 +02:00
Thibault Delavallée 54ec6e8892 [IMP] hr_evaluation: also updated default values when sending a mass_mail reminder.
bzr revid: tde@openerp.com-20120904115723-v5ifjg18l8hmbdj2
2012-09-04 13:57:23 +02:00
vta vta@openerp.com b4b104e0d0 [FIX] Document page css.
bzr revid: vta@openerp.com-20120904115638-nccbm09g3cof803q
2012-09-04 13:56:38 +02:00
Xavier Morel b4e20f0c14 [IMP] use list.Column's parsed (and potentially altered) modifiers to generate the edition form view
This way, listview 'widgets' can alter the modifiers object and influence the corresponding form widget

bzr revid: xmo@openerp.com-20120904115627-v626hcb9o0s7bcrp
2012-09-04 13:56:27 +02:00
Thibault Delavallée 1974375c92 [IMP] hr_evaluation: send remainder email now uses context values to set some default values when sending an email. This is a basic fix of missing feature due to hr_evaluation/wizard/mail_compose_message override. Updated classic form view of mail.compose.message. Not sure it is usefull to keep two form (one classic and one Chatter)... maybe there is something to do here.
bzr revid: tde@openerp.com-20120904115416-zuvna57r3oj37hpu
2012-09-04 13:54:16 +02:00
Ajay Chauhan (OpenERP) 526b38a1f8 [IMP] crm: removed duplicated field in search view & delete state field too
bzr revid: cha@tinyerp.com-20120904114902-rfxk2xleihid083b
2012-09-04 17:19:02 +05:30
Ajay Chauhan (OpenERP) 41423b6750 [IMP] hr_recruitment: made state field invisible in form & tree view & deleted from search view
bzr revid: cha@tinyerp.com-20120904113305-b3w9trvw071nt1ts
2012-09-04 17:03:05 +05:30
Ajay Chauhan (OpenERP) 4260913fb7 [IMP] crm: made state field invisible in form & tree view
bzr revid: cha@tinyerp.com-20120904111112-zwjcdwjq9ldkkv73
2012-09-04 16:41:12 +05:30
Xavier Morel 58a5e1c013 [FIX] reversal of aggregate function and title when extracted Column objects
bzr revid: xmo@openerp.com-20120904110422-zgk7icj5lgygnvpo
2012-09-04 13:04:22 +02:00
Ajay Chauhan (OpenERP) c675e67b14 [IMP] hr_recruitment: made minor change in domain
bzr revid: cha@tinyerp.com-20120904103056-2lz4ukxpnlsi7c25
2012-09-04 16:00:56 +05:30
Ajay Chauhan (OpenERP) cccbe77b77 [IMP] hr_recruitment, project, project_issue: made some little changes in domain for field 'stage_id'
bzr revid: cha@tinyerp.com-20120904102212-ccxp2ik0r5kp3vc3
2012-09-04 15:52:12 +05:30
Xavier Morel fd40dcbeff [FIX] add minimum height to listview rows matching that of edition row fields
Also fix reset of border-radius: none is not a valid value for
border-radius, change to 0.

bzr revid: xmo@openerp.com-20120904101139-xyl0dskdk6dbdfe1
2012-09-04 12:11:39 +02:00
Fabien Meghazi 9612626dac [ADD] Kanban dummy cell click triggers 'add column' button bounce effect
bzr revid: fme@openerp.com-20120904101916-wzkxutkcthgyv2fe
2012-09-04 12:19:16 +02:00
Stephane Wirtel 42ae38116a [MERGE] point_of_sale: Improve the layout of the pos.session.opening wizard.
bzr revid: stw@openerp.com-20120904100711-rp4ca0u9hs0t7vm4
2012-09-04 12:07:11 +02:00
Ajay Chauhan (OpenERP) 5d2b0fc63b [IMP] crm: made some little changes in domain for field 'stage_id'
bzr revid: cha@tinyerp.com-20120904093220-b2kunh9ccec9z3xo
2012-09-04 15:02:20 +05:30
Thibault Delavallée fdfaa0f5cf [REF] project_mailgate: moved content of project_mailgate (basically message_new and message_update overrides, and a now dead message_thread_followers) into project. Removed project_mailgate module.
bzr revid: tde@openerp.com-20120904092938-fmesjk7cwzxa3s0h
2012-09-04 11:29:38 +02:00
Thibault Delavallée c52ab94960 [REVIEW] addons: small cleanups nex to a diff read. Some improvements will follow, this commit is about small cleanups.
bzr revid: tde@openerp.com-20120904092820-56zgwpkqfpd7as5k
2012-09-04 11:28:20 +02:00
Xavier Morel 76772d06bf [CHG] titlecase discard option in list views
as required by apr

bzr revid: xmo@openerp.com-20120904085447-wvpc9d2iv7vj20pg
2012-09-04 10:54:47 +02:00
Raphael Collet a0704feafd [FIX] web_kanban: remove unexpected css class
bzr revid: rco@openerp.com-20120904080302-dcxytj3tkin6fdt3
2012-09-04 10:03:02 +02:00
Thibault Delavallée 48c081f271 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120904075142-4xnbxyf52ph0jezj
2012-09-04 09:51:42 +02:00
Raphael Collet 8b98de00e4 [IMP] simplification in list views: merge two css classes
bzr revid: rco@openerp.com-20120904074921-ff9pkr64g58ku9n3
2012-09-04 09:49:21 +02:00
Raphael Collet b203377994 [IMP] in list views: hide drag-n-drop handle and trash can with css classes
bzr revid: rco@openerp.com-20120904074145-5mefinpkz0pl0qyb
2012-09-04 09:41:45 +02:00
Launchpad Translations on behalf of openerp ffc772edfd Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120904045249-1039twan4q8v5oip
2012-09-04 04:52:49 +00:00
Divyesh Makwana (Open ERP) 77b0b971d4 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120904045212-srx6tepdv2trnznw
2012-09-04 10:22:12 +05:30
Divyesh Makwana (Open ERP) 1db49a0881 [FIX] crm : Dead should be a visible stage in lead status bar.
bzr revid: mdi@tinyerp.com-20120904045115-f2b4ymn2eux0c35b
2012-09-04 10:21:15 +05:30
Fabien Pinckaers 8e975d7406 [IMP] Notes icon
bzr revid: fp@openerp.com-20120903224147-eeby02dymv5jyfv5
2012-09-04 00:41:47 +02:00
Fabien Pinckaers ef307f1497 [NEW] First version of sticky notes module
bzr revid: fp@openerp.com-20120903223741-2buu5a361pq4kbko
2012-09-04 00:37:41 +02:00
Thibault Delavallée a3db9b35bd [WIP] email_template: WIP about debugging the use of email_templates. A method to get and handle values coming from generate_emial has been added. TODO: use it where necessary, clean the remaining of the code, add some tests. Added some new tests.
bzr revid: tde@openerp.com-20120903181111-yy9y6omu4vyhdc11
2012-09-03 20:11:11 +02:00
Thibault Delavallée 88ce376c32 [CLEAN] mail_compose_message: removed default values for partner_ids, that were a bit strange.
bzr revid: tde@openerp.com-20120903181000-4al2stqzqfw4bhfc
2012-09-03 20:10:00 +02:00
Fabien Pinckaers 74e4fe0f53 [MERGE] USablity improvements: product form/kanban/search, membership, projects
bzr revid: fp@tinyerp.com-20120903175638-lq221k6yjyams8kn
2012-09-03 19:56:38 +02:00
Fabien Pinckaers 6cab091639 [IMP] usability product kanban and search
bzr revid: fp@tinyerp.com-20120903175517-ue9rn3g0j05qge1f
2012-09-03 19:55:17 +02:00
Fabien Pinckaers 3eaeda7144 [IMP] Product view
bzr revid: fp@tinyerp.com-20120903175410-d1434rw9cs3ekmo8
2012-09-03 19:54:10 +02:00
Minh Tran da86f505ac Added polish to left menu
bzr revid: mit@openerp.com-20120903164010-itzwtaf37c6bas71
2012-09-03 18:40:10 +02:00
Fabien Meghazi 203f4636d5 [IMP] Renamed tranlate to translate_fields
bzr revid: fme@openerp.com-20120903155332-nw2p14u8maywy7wm
2012-09-03 17:53:32 +02:00
Thibault Delavallée 9c26c8e000 [IMP] mail: cleaning of the Chatter front-end.
Wall and Wall-like group menu entries: now use the correct
contexts to give to the composer.
res_users: posting on the user consists in posting on the
related partner. TODO: clean that when we have cleared our
minds about what to do when posting in the wall.
xml, css: small cleanup of dead code
mail.js: propagated the use of 'default_' values in the
various contexts (Wall, RecordThread, Thread, ComposeMessage);
cleaned do_action overrides; general cleanup of the code
and options propagation.

bzr revid: tde@openerp.com-20120903152025-bzchl603mzuhggn4
2012-09-03 17:20:25 +02:00
Frédéric van der Essen 30425f2f2a [MERGE] point_of_sale: small loading refactor
bzr revid: fva@openerp.com-20120903142642-wr65l7n3g7a76wus
2012-09-03 16:26:42 +02:00
Frédéric van der Essen f8212984f3 [IMP] point_of_sale: moved data loading to it's own method for easier extension dev
bzr revid: fva@openerp.com-20120903142527-iv0d97a0tzbjyo6o
2012-09-03 16:25:27 +02:00
Stephane Wirtel b832115057 [FIX] point_of_sale: Return the state of the session in the wizard
bzr revid: stw@openerp.com-20120903134533-lqyay7rv7jkusde8
2012-09-03 15:45:33 +02:00
Fabien Pinckaers c09802208d [FIX] some issues
bzr revid: fp@tinyerp.com-20120903134503-obbbb47f7chxt461
2012-09-03 15:45:03 +02:00
Frédéric van der Essen d66b22bd26 [MERGE] some more point_of_sale fixes
bzr revid: fva@openerp.com-20120903133534-lmfxxlj0zmx8hcvy
2012-09-03 15:35:34 +02:00
Frédéric van der Essen 2c3b3a0bd1 [IMP] point_of_sale: adding a description field to the products
bzr revid: fva@openerp.com-20120903133239-hai1o87yrpxvbaic
2012-09-03 15:32:39 +02:00
Fabien Meghazi 06469d039f [MOV] Moved Technical Translation to debug select box
bzr revid: fme@openerp.com-20120903132923-uqjz5j7h562g3ji9
2012-09-03 15:29:23 +02:00
Divyesh Makwana (Open ERP) 28d0d2a887 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120903130743-2en32n3zo73n19dj
2012-09-03 18:37:43 +05:30
Frédéric van der Essen fab8fe4f26 [MERGE] some pos improvements
bzr revid: fva@openerp.com-20120903125943-x1unw8rmtlw1fpgs
2012-09-03 14:59:43 +02:00
Stephane Wirtel d5459171bd [FIX] point_of_sale: Show the Opening and Closing balance only if the session is closed
bzr revid: stw@openerp.com-20120903125740-xxl4x298imiyo0y9
2012-09-03 14:57:40 +02:00
Frédéric van der Essen 3c89853a7d [MERGE] from trunk
bzr revid: fva@openerp.com-20120903125328-l5tpda3gkw7a6pxz
2012-09-03 14:53:28 +02:00
Fabien Meghazi 85120b0b4a [MERGE] trunk
bzr revid: fme@openerp.com-20120903124956-vr66hh28c7pkuwkr
2012-09-03 14:49:56 +02:00
Frédéric van der Essen 6040787bb0 [FIX] point_of_sale: forgot to add the nohover css file
bzr revid: fva@openerp.com-20120903124838-gmn4wsjrbqnhbi9m
2012-09-03 14:48:38 +02:00
Divyesh Makwana (Open ERP) 9c5c637b60 [IMP] Improved the 'hr.recruitment.stage' form view.
bzr revid: mdi@tinyerp.com-20120903123309-1x804zlvztjw5r2m
2012-09-03 18:03:09 +05:30
Frédéric van der Essen 81115666a1 [IMP] point_of_sale: only sell products that can be sold ...
bzr revid: fva@openerp.com-20120903122649-etypfgvdjo3s8p0s
2012-09-03 14:26:49 +02:00
Vo Minh Thu d961735db0 [FIX] hr_holidays: remove the `confirm` signal call since that transition was removed in rev. 7335.
bzr revid: vmt@openerp.com-20120903122321-y7f4r35b7b11iv5m
2012-09-03 14:23:21 +02:00
Ajay Chauhan (OpenERP) 5fd5a8acce [IMP] hr_recruitment: added fold field in form viewfor stages
bzr revid: cha@tinyerp.com-20120903121432-xla6t3m0lskq866q
2012-09-03 17:44:32 +05:30
Minh Tran b6934987e7 merge from trunk
bzr revid: mit@openerp.com-20120903121134-ts4stzp3asze540k
2012-09-03 14:11:34 +02:00
Minh Tran 279ef4d749 resizing of product picture
bzr revid: mit@openerp.com-20120903121021-ilstibfz2oybqpc9
2012-09-03 14:10:21 +02:00
Fabien Pinckaers 2a980a13f6 [IMP] grey background for projects
bzr revid: fp@tinyerp.com-20120903121016-4d4fm4q976c3ha9d
2012-09-03 14:10:16 +02:00
Fabien Pinckaers e20d096a26 [IMP] class on projects
bzr revid: fp@tinyerp.com-20120903120621-cv1k580qiexrq1i7
2012-09-03 14:06:21 +02:00
Cecile Tonglet ad9e544f04 [FIX] Bad employeee demo
bzr revid: cto@openerp.com-20120903120600-dpeq5gnnmn5qd500
2012-09-03 14:06:00 +02:00
Frédéric van der Essen 716651c27d [IMP] point_of_sale: alternative css without hover effects for resistive screens
bzr revid: fva@openerp.com-20120903115954-t26j8qx54a6o9pta
2012-09-03 13:59:54 +02:00
Ajay Chauhan (OpenERP) 66093c9648 [IMP] project_issue: solved stage issue of stage cancelled
bzr revid: cha@tinyerp.com-20120903114704-9tddgq7zo0w969wy
2012-09-03 17:17:04 +05:30
Antony Lesuisse df6668cd78 [REM] Session remove on_session
bzr revid: al@openerp.com-20120903113059-8jts6776xryjeadl
2012-09-03 13:30:59 +02:00
Frédéric van der Essen be5c5b60b2 [MERGE] point_of_sale: disable validation on uncomplete payment
bzr revid: fva@openerp.com-20120903113010-4s64ihtpvdk8kec3
2012-09-03 13:30:10 +02:00
Minh Tran 0e16327c34 merge from trunk
bzr revid: mit@openerp.com-20120903111231-gpw527k8dvht5u3k
2012-09-03 13:12:31 +02:00
Thibault Delavallée 1be5a4d452 [FIX] hr_holidays: fixed wrong condition due to bad merge of trunk.
bzr revid: tde@openerp.com-20120903095526-su8jionaltao0x2k
2012-09-03 11:55:26 +02:00
Frédéric van der Essen a77587e064 [MERGE] from trunk
bzr revid: fva@openerp.com-20120903094840-vd63m4i8vkqxjij2
2012-09-03 11:48:40 +02:00
Ajay Chauhan (OpenERP) c895c53341 [IMP] crm, project, hr_recruitment: made stages accute on view according to state
bzr revid: cha@tinyerp.com-20120903093127-vao5eoi61is1pqfx
2012-09-03 15:01:27 +05:30
Thibault Delavallée 6fa349a4eb [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120903091818-0qnjl3e5tss54bbj
2012-09-03 11:18:18 +02:00
Raphael Collet 00b8441f0a [IMP] web_kanban: use proper inheritance for method _is_action_enabled
bzr revid: rco@openerp.com-20120903072439-yh0ncl8nbxcg47um
2012-09-03 09:24:39 +02:00
Raphael Collet 01887ce1f3 [FIX] in One2ManyListView, use method _is_action_enabled() instead of specific code
bzr revid: rco@openerp.com-20120903070725-qpwseju4ryuh9bc2
2012-09-03 09:07:25 +02:00
Fabien Pinckaers 61ff37d19c [IMP] membership usability form view
bzr revid: fp@openerp.com-20120903062246-s4nwewrzmepqmj7t
2012-09-03 08:22:46 +02:00
Fabien Pinckaers 4deba0a548 [IMP] removed unused actions
bzr revid: fp@openerp.com-20120903060200-4p32jlxqeq2pn30h
2012-09-03 08:02:00 +02:00
Launchpad Translations on behalf of openerp e3f1c26e6a Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120901045519-l6nqaovtdathorsj
bzr revid: launchpad_translations_on_behalf_of_openerp-20120903052117-yz3n1mkbu0qpbnfo
2012-09-03 05:21:17 +00:00
Fabien Pinckaers bc3e037824 imp
bzr revid: fp@openerp.com-20120902201818-ralmbhmxvejbc9kf
2012-09-02 22:18:18 +02:00
Fabien Pinckaers 7e06f1e1ff [IMP] typo
bzr revid: fp@openerp.com-20120902193835-2kad810gv6po993x
2012-09-02 21:38:35 +02:00
Fabien Pinckaers 0793149ee7 [IMP] usability: config of HR
bzr revid: fp@openerp.com-20120902193449-xctby8h4alr5fw3l
2012-09-02 21:34:49 +02:00
Fabien Pinckaers e0d37e333a [IMP] Usability Inventory Form
bzr revid: fp@openerp.com-20120902192416-26j9sxwh07p03qbz
2012-09-02 21:24:16 +02:00
Fabien Pinckaers abc50dbb06 [IMP
usability

bzr revid: fp@openerp.com-20120902191354-snehwp4w3euzs6uq
2012-09-02 21:13:54 +02:00
Antony Lesuisse 1699e4dc97 [IMP] determine openerp_addons_namespace dynamically
bzr revid: al@openerp.com-20120902170556-vkt2a936am4vrmmc
2012-09-02 19:05:56 +02:00
Fabien Pinckaers d7a2ea78dc [IMP] CSS
bzr revid: fp@openerp.com-20120902133023-dgdicbx0xnlht2l5
2012-09-02 15:30:23 +02:00
Fabien Pinckaers ca262a8134 [IMP] useability form views: bom, hr employee
bzr revid: fp@openerp.com-20120902133014-37zyyrxwf3gqkswi
2012-09-02 15:30:14 +02:00
Fabien Pinckaers d0db8f930d imp
bzr revid: fp@openerp.com-20120902131619-to09idu73evgf2re
2012-09-02 15:16:19 +02:00
Fabien Pinckaers 4d2d2ee443 [IMP] useability form views reviewed: product, mrp
bzr revid: fp@openerp.com-20120902131413-6sba369b26rbxvfd
2012-09-02 15:14:13 +02:00
Fabien Pinckaers 972306d015 [IMP] CSS
bzr revid: fp@openerp.com-20120902125805-jeivl4whuzzubv7l
2012-09-02 14:58:05 +02:00
Fabien Pinckaers fde00740e2 imp_product_form
bzr revid: fp@openerp.com-20120902123245-rxvdeg75bkw5re5q
2012-09-02 14:32:45 +02:00
Fabien Pinckaers da7c583359 [IMP] contracts
bzr revid: fp@tinyerp.com-20120901072137-le4el67es4zhw8n7
2012-09-01 09:21:37 +02:00
Olivier Dony a97ac7649f [IMP] mail.mail: fix search view, as mail.mail != mail.message and meant for outgoing emails only now
bzr revid: odo@openerp.com-20120901011612-y1iab42s3g2gr8l0
2012-09-01 03:16:12 +02:00
Olivier Dony 9d16f324e9 [IMP] email.template: review/adapt form to 7.0-style + continue refactoring polishing
bzr revid: odo@openerp.com-20120901010907-703t6vx6n99tnyzq
2012-09-01 03:09:07 +02:00
Olivier Dony 77e92aeaad [FIX] FieldTextHtml: allow using widget=html on regular char/text fields
This is required when we want to easily preview arbitrary
HTML content, such as the body of the email templates
used in marketing_campaign modules

bzr revid: odo@openerp.com-20120901003712-m1h9s5tlbn2kyvnn
2012-09-01 02:37:12 +02:00
Fabien Pinckaers da1a7acba9 [IMP] lower menu elements
bzr revid: fp@tinyerp.com-20120831175153-65cj3e9krj5u62cr
2012-08-31 19:51:53 +02:00
Fabien Pinckaers 7ebf462e07 [IMP] product view
bzr revid: fp@tinyerp.com-20120831174746-7bfitkd45m73r6oz
2012-08-31 19:47:46 +02:00
Cecile Tonglet 7fc09a8298 .
bzr revid: cto@openerp.com-20120831172538-2lp2sv2g6g5lh9n0
2012-08-31 19:25:38 +02:00
Thibault Delavallée 761864c11c [FIX] [WIP] email_template: composition wizard: added render_message that get back the values generated by the template in mass_mail mode; email_template overrides the basic behavior of mail, to use the templating power (niak). Various fixes in the wizard, mostly in onchange_template_id. Some code cleaning. Updated the view, because onchange_template_id now take an extr argument (model). Added some tests used during this WIP. Will be updated next week.
bzr revid: tde@openerp.com-20120831171900-ii0ucshjnf8vjc3z
2012-08-31 19:19:00 +02:00
Thibault Delavallée 7eb5b82950 [FIX] email_template: generate_email now returns a standard-looking attachments in values (list of tuples).
bzr revid: tde@openerp.com-20120831171622-ibrrz5us0lunoi0q
2012-08-31 19:16:22 +02:00
Thibault Delavallée 0f3101cec5 [FIX] mail.compose.message: fixed send_mail about getting mass_mail values from template; fixed generated body that was adding a signature in reply mode; added the test that trigerred that bug.
bzr revid: tde@openerp.com-20120831171507-1prt4h46zsj77m23
2012-08-31 19:15:07 +02:00
Cecile Tonglet 4785fc109e [FIX] Point of Sales Users Demo
bzr revid: cto@openerp.com-20120831170747-iyptvo6iy96d12w4
2012-08-31 19:07:47 +02:00
Cecile Tonglet 86e9df4c9c [FIX] Multicompany demo users
bzr revid: cto@openerp.com-20120831170356-tgtyr7mipknzpohm
2012-08-31 19:03:56 +02:00
Cecile Tonglet 4da6c7b2bc [FIX] make tests works
bzr revid: cto@openerp.com-20120831165521-6h5q0r2abgt0nlpt
2012-08-31 18:55:21 +02:00
Fabien Pinckaers 33897328bc [IMP] product view
bzr revid: fp@tinyerp.com-20120831164018-b8m7xhxi2na5eraj
2012-08-31 18:40:18 +02:00
Olivier Dony fb7491ed70 [FIX] email_template: fix template views + preview after latest model changes
bzr revid: odo@openerp.com-20120831163904-jh76tko9hwd2a06y
2012-08-31 18:39:04 +02:00
Fabien Pinckaers 349c24a1cd [IMP] usability
bzr revid: fp@tinyerp.com-20120831163517-vqatk8mzl7u2vuym
2012-08-31 18:35:17 +02:00
Cecile Tonglet 67da3486c7 [IMP] Remove demo users
bzr revid: cto@openerp.com-20120831163350-gfi23hw34ltw7v5o
2012-08-31 18:33:50 +02:00
Minh Tran 723d2ee1da uniformization of avatar box-shadow
bzr revid: mit@openerp.com-20120831163153-8515c0vfr6sw09n1
2012-08-31 18:31:53 +02:00
Fabien Pinckaers 6eb0b6af71 fix
bzr revid: fp@tinyerp.com-20120831162831-qn2ai0258pki7fxp
2012-08-31 18:28:31 +02:00
Fabien Pinckaers e95c8b2b1c [IMP] product form
bzr revid: fp@tinyerp.com-20120831160452-346w4c64e1joa4m8
2012-08-31 18:04:52 +02:00
Olivier Dony 04c6823a99 [IMP] email_template: email.template does not inherit from mail.mail anymore, they had almost nothing left in common
+ minor lint cleanup

bzr revid: odo@openerp.com-20120831155805-bs8jmpt3eh52zwfb
2012-08-31 17:58:05 +02:00
Olivier Dony 24fab3ca7d [IMP] mail: refactor various places where we append content to HTML
bzr revid: odo@openerp.com-20120831155103-t13p33p7232g0128
2012-08-31 17:51:03 +02:00
Raphael Collet 3e5c6a4d95 [IMP] fix code spacing and indentation
bzr revid: rco@openerp.com-20120831153758-3l46jbvtifix5s9v
2012-08-31 17:37:58 +02:00
Fabien Pinckaers 1d04c6b7df imp
bzr revid: fp@tinyerp.com-20120831150419-dk2t02ey0lcoycl0
2012-08-31 17:04:19 +02:00
Fabien Pinckaers 901ee0683c imp_layout_wizard
bzr revid: fp@tinyerp.com-20120831145707-ft72ykd90a43p3gl
2012-08-31 16:57:07 +02:00
Frédéric van der Essen 9cfe5665a5 [DONE] point_of_sale: disable validation button when order not fully paid
bzr revid: fva@openerp.com-20120831145606-nrk44gs60lab4k3l
2012-08-31 16:56:06 +02:00
Xavier Morel 8ba3942676 [FIX] make first day of week in date pickers coherent with locale and calendar view
bzr revid: xmo@openerp.com-20120831145355-7itr8svth1vtv3m3
2012-08-31 16:53:55 +02:00
Raphael Collet 0304a1eada [MERGE] from trunk
bzr revid: jam@tinyerp.com-20120831045217-xoy25yc9ignfi94v
bzr revid: rco@openerp.com-20120831145305-4wf3sl8un59k61he
2012-08-31 16:53:05 +02:00
Minh Tran 5523096061 merge from trunk
bzr revid: mit@openerp.com-20120831145033-js8hdb8b4vg93vnh
2012-08-31 16:50:33 +02:00