diff --git a/addons/account/account_invoice_view.xml b/addons/account/account_invoice_view.xml index 58a1abac364..68a723aa4a0 100644 --- a/addons/account/account_invoice_view.xml +++ b/addons/account/account_invoice_view.xml @@ -405,23 +405,21 @@ search - + + + - + + - - - - - - + diff --git a/addons/account/account_view.xml b/addons/account/account_view.xml index d8959b896f6..ab46f7519f8 100644 --- a/addons/account/account_view.xml +++ b/addons/account/account_view.xml @@ -65,11 +65,11 @@ + + - - @@ -141,10 +141,9 @@ - + - - + @@ -217,11 +216,11 @@ + + - - @@ -379,7 +378,7 @@ search - + @@ -440,13 +439,13 @@ + + - + - - @@ -521,12 +520,14 @@ + + + + - - @@ -564,11 +565,13 @@ + + + + - - @@ -693,8 +696,7 @@ search - - + @@ -794,8 +796,7 @@ search - - + @@ -881,8 +882,7 @@ - - + @@ -1147,6 +1147,8 @@ + + @@ -1158,15 +1160,11 @@ domain="[('reconcile_id','=',False), ('account_id.reconcile','=',True)]" help="Unreconciled Journal Items" name="unreconciled"/> + + - - - - - - - + @@ -1392,18 +1390,16 @@ + + + + - - - - - - @@ -1622,17 +1618,18 @@ search - - - - - - - + + + + + + + + - + @@ -1715,7 +1712,7 @@ search - + @@ -1801,12 +1798,14 @@ + + + + - - @@ -2072,14 +2071,14 @@ + + - - - - + + - + @@ -2140,13 +2139,14 @@ search - - + + + - - - + + + @@ -2155,7 +2155,7 @@ - + @@ -2262,11 +2262,11 @@ + + - - @@ -2305,8 +2305,7 @@ - - + @@ -2457,7 +2456,7 @@ action = pool.get('res.config').next(cr, uid, [], context) search - + @@ -2747,9 +2746,10 @@ action = pool.get('res.config').next(cr, uid, [], context) - - + + + diff --git a/addons/account/partner_view.xml b/addons/account/partner_view.xml index b090b7e5609..4f5e86290ee 100644 --- a/addons/account/partner_view.xml +++ b/addons/account/partner_view.xml @@ -9,7 +9,7 @@
- + diff --git a/addons/account/project/project_view.xml b/addons/account/project/project_view.xml index 1f0ec84c5f2..76dccebd1d3 100644 --- a/addons/account/project/project_view.xml +++ b/addons/account/project/project_view.xml @@ -30,13 +30,13 @@ + + + + - - - - @@ -180,16 +180,17 @@ + + + + + - - - - - + @@ -285,12 +286,11 @@ search - - - - - - + + + + + @@ -352,75 +352,6 @@ action="action_account_analytic_journal_tree" id="account_analytic_journal_print" parent="account.next_id_40"/> - # - # Statistics [where is this object in py file ?] - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - search - - + + - - + - - - + - - - + diff --git a/addons/account/report/account_entries_report_view.xml b/addons/account/report/account_entries_report_view.xml index 92906604f63..f2b0cceddc0 100644 --- a/addons/account/report/account_entries_report_view.xml +++ b/addons/account/report/account_entries_report_view.xml @@ -68,6 +68,10 @@ + + + + - - - - diff --git a/addons/account/report/account_invoice_report_view.xml b/addons/account/report/account_invoice_report_view.xml index c464d1cfc46..452bf6d1c34 100644 --- a/addons/account/report/account_invoice_report_view.xml +++ b/addons/account/report/account_invoice_report_view.xml @@ -55,19 +55,8 @@ search - - - - - + + + name="customer" + domain="['|', ('type','=','out_invoice'),('type','=','out_refund')]" + help="Customer Invoices And Refunds"/> - - - - - - - + string="Supplier" + domain="['|', ('type','=','in_invoice'),('type','=','in_refund')]" + help="Supplier Invoices And Refunds"/> + + + + + + + @@ -136,7 +125,7 @@ account.invoice.report form tree,graph - {'search_default_period':1,'search_default_current':1, 'search_default_year': 1, 'search_default_category_product':1, 'search_default_customer':1, 'search_default_date': time.strftime('%Y-01-01'), 'group_by':[], 'group_by_no_leaf':1,} + {'search_default_period':1,'search_default_current':1, 'search_default_year': 1, 'search_default_category_product':1, 'search_default_customer':1, 'group_by':[], 'group_by_no_leaf':1,} From this report, you can have an overview of the amount invoiced to your customer as well as payment delays. The tool search can also be used to personalise your Invoices reports and so, match this analysis to your needs. diff --git a/addons/account/report/account_report_view.xml b/addons/account/report/account_report_view.xml index 587d068ca1b..c9c667ae70e 100644 --- a/addons/account/report/account_report_view.xml +++ b/addons/account/report/account_report_view.xml @@ -151,10 +151,7 @@ search - - - - + @@ -217,10 +214,7 @@ search - - - - + diff --git a/addons/account/report/account_treasury_report_view.xml b/addons/account/report/account_treasury_report_view.xml index eceb1e5c760..a4538a90055 100644 --- a/addons/account/report/account_treasury_report_view.xml +++ b/addons/account/report/account_treasury_report_view.xml @@ -36,12 +36,12 @@ search - + - + diff --git a/addons/account_analytic_analysis/account_analytic_analysis_menu.xml b/addons/account_analytic_analysis/account_analytic_analysis_menu.xml index a642e531aa8..c3ac5f5b71c 100644 --- a/addons/account_analytic_analysis/account_analytic_analysis_menu.xml +++ b/addons/account_analytic_analysis/account_analytic_analysis_menu.xml @@ -20,26 +20,22 @@ + + + + - - - - - - - - - - + + + + + diff --git a/addons/account_analytic_default/account_analytic_default_view.xml b/addons/account_analytic_default/account_analytic_default_view.xml index c4e8c16f70a..beb4dcbd34e 100644 --- a/addons/account_analytic_default/account_analytic_default_view.xml +++ b/addons/account_analytic_default/account_analytic_default_view.xml @@ -47,20 +47,20 @@ - - - - - - - + + + + + + + - - - + + + diff --git a/addons/account_analytic_plans/account_analytic_plans_view.xml b/addons/account_analytic_plans/account_analytic_plans_view.xml index cd1467afd9e..045a0eb0cbb 100644 --- a/addons/account_analytic_plans/account_analytic_plans_view.xml +++ b/addons/account_analytic_plans/account_analytic_plans_view.xml @@ -196,7 +196,7 @@ search - + diff --git a/addons/account_asset/account_asset_view.xml b/addons/account_asset/account_asset_view.xml index 01144c153e5..8efe929e471 100644 --- a/addons/account_asset/account_asset_view.xml +++ b/addons/account_asset/account_asset_view.xml @@ -64,7 +64,8 @@ search - + + @@ -204,12 +205,14 @@ + + + + - - diff --git a/addons/account_asset/report/account_asset_report_view.xml b/addons/account_asset/report/account_asset_report_view.xml index c2f931862f5..f06e857cf7a 100644 --- a/addons/account_asset/report/account_asset_report_view.xml +++ b/addons/account_asset/report/account_asset_report_view.xml @@ -44,16 +44,8 @@ - - - - + + @@ -63,12 +55,10 @@ - - @@ -94,7 +84,7 @@ form tree,graph - {'search_default_year':1,'search_default_this_month':1,'search_default_asset_category':1, 'search_default_posted':1, 'search_default_purchase_date': time.strftime('%Y-01-01'), 'group_by':[], 'group_by_no_leaf':1} + {'search_default_year':1,'search_default_this_month':1,'search_default_asset_category':1, 'search_default_posted':1, 'group_by':[], 'group_by_no_leaf':1} From this report, you can have an overview on all depreciation. The tool search can also be used to personalise your Assets reports and so, match this analysis to your needs; diff --git a/addons/account_bank_statement_extensions/account_bank_statement_view.xml b/addons/account_bank_statement_extensions/account_bank_statement_view.xml index d806760a85b..a3185db2c92 100644 --- a/addons/account_bank_statement_extensions/account_bank_statement_view.xml +++ b/addons/account_bank_statement_extensions/account_bank_statement_view.xml @@ -118,41 +118,42 @@ - bank.statement.line.filter - account.bank.statement.line - search - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + bank.statement.line.filter + account.bank.statement.line + search + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/addons/account_budget/account_budget_view.xml b/addons/account_budget/account_budget_view.xml index ad780c13bd5..b10469059fd 100644 --- a/addons/account_budget/account_budget_view.xml +++ b/addons/account_budget/account_budget_view.xml @@ -18,8 +18,7 @@ search - - + @@ -180,17 +179,18 @@ - - - - - - - - - - - + + + + + + + + + + + + diff --git a/addons/account_coda/account_coda_view.xml b/addons/account_coda/account_coda_view.xml index f70dae8ffcd..bb2e833ce25 100644 --- a/addons/account_coda/account_coda_view.xml +++ b/addons/account_coda/account_coda_view.xml @@ -7,27 +7,29 @@ - coda.bank.account.search - coda.bank.account - search - - - - - - - - - - - - - - - - - - + coda.bank.account.search + coda.bank.account + search + + + + + + + + + + + + + + + + + + coda.bank.account.list @@ -382,28 +384,31 @@ - coda.bank.statement.search - coda.bank.statement - search - - - - - - - - - - - - - - - - - - - + coda.bank.statement.search + coda.bank.statement + search + + + + + + + + + + + + + + + + + + + + + @@ -471,39 +476,42 @@ - coda.bank.statement.line.filter - coda.bank.statement.line - search - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + coda.bank.statement.line.filter + coda.bank.statement.line + search + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/addons/account_followup/account_followup_view.xml b/addons/account_followup/account_followup_view.xml index 89423327d68..c2e89202553 100644 --- a/addons/account_followup/account_followup_view.xml +++ b/addons/account_followup/account_followup_view.xml @@ -71,11 +71,12 @@ search - - + + + - - + + diff --git a/addons/account_followup/report/account_followup_report.xml b/addons/account_followup/report/account_followup_report.xml index 5ba0e147bf8..9627d12aa88 100644 --- a/addons/account_followup/report/account_followup_report.xml +++ b/addons/account_followup/report/account_followup_report.xml @@ -34,41 +34,42 @@ - - account_followup.stat.search - account_followup.stat - search - - - - + account_followup.stat.search + account_followup.stat + search + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + Follow-ups Sent account_followup.stat diff --git a/addons/account_followup/wizard/account_followup_print_view.xml b/addons/account_followup/wizard/account_followup_print_view.xml index 8a592f01ac2..32b6383a8cc 100644 --- a/addons/account_followup/wizard/account_followup_print_view.xml +++ b/addons/account_followup/wizard/account_followup_print_view.xml @@ -36,21 +36,22 @@ parent="account.menu_finance_periodical_processing_billing" sequence="10"/> - + account_followup.stat.by.partner.search account_followup.stat.by.partner search - - - - - - + + + + + + + - + diff --git a/addons/account_invoice_layout/account_invoice_layout_view.xml b/addons/account_invoice_layout/account_invoice_layout_view.xml index 8e18ec51d5b..e9789b8199e 100644 --- a/addons/account_invoice_layout/account_invoice_layout_view.xml +++ b/addons/account_invoice_layout/account_invoice_layout_view.xml @@ -74,7 +74,8 @@ search - + + diff --git a/addons/account_payment/account_payment_view.xml b/addons/account_payment/account_payment_view.xml index e99f552389e..aa4cd18308f 100644 --- a/addons/account_payment/account_payment_view.xml +++ b/addons/account_payment/account_payment_view.xml @@ -47,12 +47,14 @@ search - + + - + @@ -208,13 +210,16 @@ + + + + - - diff --git a/addons/account_voucher/account_voucher_view.xml b/addons/account_voucher/account_voucher_view.xml index 586d06449c8..6177da71eed 100644 --- a/addons/account_voucher/account_voucher_view.xml +++ b/addons/account_voucher/account_voucher_view.xml @@ -123,17 +123,16 @@ + + + + - - - - - diff --git a/addons/account_voucher/report/account_voucher_sales_receipt_view.xml b/addons/account_voucher/report/account_voucher_sales_receipt_view.xml index 9f5e7d78d66..702b65f5fb1 100644 --- a/addons/account_voucher/report/account_voucher_sales_receipt_view.xml +++ b/addons/account_voucher/report/account_voucher_sales_receipt_view.xml @@ -49,18 +49,8 @@ - - - - + + - - - + @@ -115,7 +103,7 @@ sale.receipt.report form tree,graph - {'search_default_year':1,'search_default_month':1,'search_default_current':1, 'search_default_partner':1, 'search_default_customer':1, 'search_default_date': time.strftime('%Y-01-01'), 'group_by':[], 'group_by_no_leaf':1,} + {'search_default_year':1,'search_default_month':1,'search_default_current':1, 'search_default_partner':1, 'search_default_customer':1, 'group_by':[], 'group_by_no_leaf':1,} From this report, you can have an overview of the amount invoiced to your customer as well as payment delays. The tool search can also be used to personalise your Invoices reports and so, match this analysis to your needs. diff --git a/addons/account_voucher/voucher_payment_receipt_view.xml b/addons/account_voucher/voucher_payment_receipt_view.xml index ef043891a10..cfed906e431 100644 --- a/addons/account_voucher/voucher_payment_receipt_view.xml +++ b/addons/account_voucher/voucher_payment_receipt_view.xml @@ -9,17 +9,16 @@ + + + + - - - - - @@ -42,17 +41,16 @@ + + + + - - - - - diff --git a/addons/account_voucher/voucher_sales_purchase_view.xml b/addons/account_voucher/voucher_sales_purchase_view.xml index 739d8efe993..5de7636c0c1 100644 --- a/addons/account_voucher/voucher_sales_purchase_view.xml +++ b/addons/account_voucher/voucher_sales_purchase_view.xml @@ -8,21 +8,20 @@ + + + + - - - - - - + @@ -40,21 +39,20 @@ + + + + - - - - - - + diff --git a/addons/audittrail/audittrail_view.xml b/addons/audittrail/audittrail_view.xml index f21836aeee5..55c55398f4e 100644 --- a/addons/audittrail/audittrail_view.xml +++ b/addons/audittrail/audittrail_view.xml @@ -63,17 +63,18 @@ search - - - - - - - - - - - + + + + + + + + + + + + @@ -170,18 +171,19 @@ search - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/addons/base_calendar/base_calendar_view.xml b/addons/base_calendar/base_calendar_view.xml index d33f453c662..da58c54cd73 100644 --- a/addons/base_calendar/base_calendar_view.xml +++ b/addons/base_calendar/base_calendar_view.xml @@ -94,6 +94,10 @@ search + + + + @@ -107,11 +111,9 @@ domain="[('state','=', 'delegated')]" help="Delegated Invitations" /> - - + + @@ -443,9 +447,6 @@ domain="[('state','=','confirmed')]" help="Confirmed Events" /> - - - @@ -465,7 +466,6 @@ - diff --git a/addons/board/board_view.xml b/addons/board/board_view.xml index 231d1956cca..f556b461835 100644 --- a/addons/board/board_view.xml +++ b/addons/board/board_view.xml @@ -8,7 +8,7 @@ search - + diff --git a/addons/caldav/caldav_view.xml b/addons/caldav/caldav_view.xml index 53adcd97e16..02025ab5261 100644 --- a/addons/caldav/caldav_view.xml +++ b/addons/caldav/caldav_view.xml @@ -158,16 +158,16 @@ search + + + - - - - - + + diff --git a/addons/crm/crm_lead_menu.xml b/addons/crm/crm_lead_menu.xml index fd3a398845d..cbcd5b3b3bd 100644 --- a/addons/crm/crm_lead_menu.xml +++ b/addons/crm/crm_lead_menu.xml @@ -45,7 +45,7 @@ crm.lead kanban,tree,form,graph,calendar [('type','=','opportunity')] - {'search_default_new':1, 'search_default_open':1, 'stage_type': 'opportunity', 'default_type': 'opportunity'} + {'stage_type': 'opportunity', 'default_type': 'opportunity'} With opportunities you can manage and keep track of your sales pipeline by creating specific customer- or prospect-related sales documents to follow up potential sales. Information such as expected revenue, opportunity stage, expected closing date, communication history and much more can be stored. Opportunities can be connected to the email gateway: new emails may create opportunities, each of them automatically gets the history of the conversation with the customer. diff --git a/addons/crm/crm_lead_view.xml b/addons/crm/crm_lead_view.xml index 93d6053635c..4fa4d778082 100644 --- a/addons/crm/crm_lead_view.xml +++ b/addons/crm/crm_lead_view.xml @@ -13,7 +13,8 @@ search - + + @@ -312,6 +313,12 @@ search + + + + + + - - - - - - - - - - - - - - + help="Leads that are assigned to one of the sale teams I manage, or to me"/> + + + + - - - @@ -375,6 +364,15 @@ + + + + + @@ -567,6 +565,9 @@ search + + - - - - - - - - - + help="Opportunities that are assigned to either me or one of the sale teams I manage" /> + + + + + @@ -614,6 +610,13 @@ + + + diff --git a/addons/crm/crm_meeting_view.xml b/addons/crm/crm_meeting_view.xml index c855fae26cc..85e9864115a 100644 --- a/addons/crm/crm_meeting_view.xml +++ b/addons/crm/crm_meeting_view.xml @@ -285,12 +285,14 @@ - - + + - + + diff --git a/addons/crm/crm_phonecall_menu.xml b/addons/crm/crm_phonecall_menu.xml index b4e65d9aa0a..e2204d66efc 100644 --- a/addons/crm/crm_phonecall_menu.xml +++ b/addons/crm/crm_phonecall_menu.xml @@ -105,7 +105,7 @@ [('state','!=','done')] - + Scheduled calls list all the calls to be done by your sales team. A salesman can record the information about the call in the form view. This information will be stored in the partner form to trace every contact you have with a customer. You can also import a .CSV file with a list of calls to be done by your sales team. diff --git a/addons/crm/crm_phonecall_view.xml b/addons/crm/crm_phonecall_view.xml index 0722a278fb0..966387608ed 100644 --- a/addons/crm/crm_phonecall_view.xml +++ b/addons/crm/crm_phonecall_view.xml @@ -177,82 +177,24 @@ search - - - + + + - - - - - - - - - - - - - - - - - - - - - - CRM - Scheduled Calls Search - crm.phonecall - search - - - - - - - - - - - - + help="Unassigned Phonecalls"/> + + + + - - + widget="selection" string="Sales Team"/> search - - - - - - + + + + + + @@ -163,13 +158,9 @@ - - - + + + @@ -238,19 +229,14 @@ search - - - - + + + + - - + @@ -332,18 +318,14 @@ search - - - - + + + + - + diff --git a/addons/crm/report/crm_lead_report_view.xml b/addons/crm/report/crm_lead_report_view.xml index d153eed4714..142d44432f0 100644 --- a/addons/crm/report/crm_lead_report_view.xml +++ b/addons/crm/report/crm_lead_report_view.xml @@ -72,17 +72,6 @@ - - - - - - - - - - - - - + help="Leads/Opportunities that are assigned to one of the sale teams I manage"/> + + + + diff --git a/addons/crm/report/crm_phonecall_report_view.xml b/addons/crm/report/crm_phonecall_report_view.xml index c91999319ce..3f28fb8730e 100644 --- a/addons/crm/report/crm_phonecall_report_view.xml +++ b/addons/crm/report/crm_phonecall_report_view.xml @@ -52,17 +52,6 @@ - - - - - - - - - - - - + help="Phone calls that are assigned to one of the sale teams I manage"/> + + + + diff --git a/addons/crm/res_partner_view.xml b/addons/crm/res_partner_view.xml index 8ca4e4755ee..4b2cf008958 100644 --- a/addons/crm/res_partner_view.xml +++ b/addons/crm/res_partner_view.xml @@ -39,6 +39,9 @@ + + + diff --git a/addons/crm_claim/crm_claim_view.xml b/addons/crm_claim/crm_claim_view.xml index acff477535c..db479343281 100644 --- a/addons/crm_claim/crm_claim_view.xml +++ b/addons/crm_claim/crm_claim_view.xml @@ -196,6 +196,8 @@ search + + @@ -209,14 +211,13 @@ domain="[('state','=','pending')]" help="All pending Claims" /> + - - - - + - - - - - - - - @@ -77,27 +63,22 @@ - - - - - - - - - - - - - - + + + + + @@ -116,6 +97,7 @@ + diff --git a/addons/crm_fundraising/crm_fundraising_view.xml b/addons/crm_fundraising/crm_fundraising_view.xml index eb7bcade10b..dfe58162d83 100644 --- a/addons/crm_fundraising/crm_fundraising_view.xml +++ b/addons/crm_fundraising/crm_fundraising_view.xml @@ -163,6 +163,8 @@ + + @@ -174,20 +176,19 @@ domain="[('state','=','pending')]" help="Pending Funds" /> - - - - - - - - + help="Fund Raisings that are assigned to me or to one of the sale teams I manage" /> + + + + @@ -197,14 +198,12 @@ - - diff --git a/addons/crm_fundraising/report/crm_fundraising_report_view.xml b/addons/crm_fundraising/report/crm_fundraising_report_view.xml index afdcf56d50e..5a3ed924567 100644 --- a/addons/crm_fundraising/report/crm_fundraising_report_view.xml +++ b/addons/crm_fundraising/report/crm_fundraising_report_view.xml @@ -78,19 +78,6 @@ - - - - - - - @@ -100,23 +87,22 @@ - - - - - - - - - - + + + + + @@ -128,6 +114,7 @@ domain="[('state','=','cancel')]"/> + diff --git a/addons/crm_helpdesk/crm_helpdesk_view.xml b/addons/crm_helpdesk/crm_helpdesk_view.xml index 4612fdf20a5..2a004b32d3e 100644 --- a/addons/crm_helpdesk/crm_helpdesk_view.xml +++ b/addons/crm_helpdesk/crm_helpdesk_view.xml @@ -149,6 +149,10 @@ search + + + + + - - - - - - - + - - - - - - - - - + - - - - - - - + + + + + diff --git a/addons/crm_partner_assign/report/crm_lead_report_view.xml b/addons/crm_partner_assign/report/crm_lead_report_view.xml index 18b31c009ad..a34a9139c3c 100644 --- a/addons/crm_partner_assign/report/crm_lead_report_view.xml +++ b/addons/crm_partner_assign/report/crm_lead_report_view.xml @@ -10,11 +10,6 @@ - - - diff --git a/addons/document/document_view.xml b/addons/document/document_view.xml index 82919ab02cb..da4b6c2284d 100644 --- a/addons/document/document_view.xml +++ b/addons/document/document_view.xml @@ -39,8 +39,8 @@ document.storage search - - + + @@ -171,13 +171,14 @@ search + + - - + @@ -291,15 +292,18 @@ search - - - - + + + + + - + diff --git a/addons/document/report/document_report_view.xml b/addons/document/report/document_report_view.xml index 72167d84751..e688707086a 100644 --- a/addons/document/report/document_report_view.xml +++ b/addons/document/report/document_report_view.xml @@ -41,16 +41,13 @@ search - + + - - - - - - - - + + diff --git a/addons/document_webdav/webdav_view.xml b/addons/document_webdav/webdav_view.xml index 8962da0a1f3..404e60588e3 100644 --- a/addons/document_webdav/webdav_view.xml +++ b/addons/document_webdav/webdav_view.xml @@ -38,8 +38,9 @@ search - - + @@ -139,8 +140,9 @@ search - - + diff --git a/addons/email_template/email_template_view.xml b/addons/email_template/email_template_view.xml index 7bb86132af9..7b64254dfd8 100644 --- a/addons/email_template/email_template_view.xml +++ b/addons/email_template/email_template_view.xml @@ -128,13 +128,10 @@ - - - + + - - diff --git a/addons/event/event_view.xml b/addons/event/event_view.xml index ffb15eb8cb6..ed539e7bf39 100644 --- a/addons/event/event_view.xml +++ b/addons/event/event_view.xml @@ -265,21 +265,21 @@ + + - - - - - - + + + + @@ -337,6 +337,7 @@ + @@ -448,19 +449,18 @@ + + - - - - - - + + + diff --git a/addons/event/report/report_event_registration_view.xml b/addons/event/report/report_event_registration_view.xml index 71d656740fe..7ae6c0fae2e 100644 --- a/addons/event/report/report_event_registration_view.xml +++ b/addons/event/report/report_event_registration_view.xml @@ -53,38 +53,21 @@ - - - - - - - - - - - - + + - + string="My Events" + help="My Events" + domain="[('user_id','=',uid)]"/> + + + @@ -92,7 +75,6 @@ - @@ -114,6 +96,12 @@ + + + diff --git a/addons/fetchmail/fetchmail_view.xml b/addons/fetchmail/fetchmail_view.xml index 7c89babf3da..9567f7746f3 100644 --- a/addons/fetchmail/fetchmail_view.xml +++ b/addons/fetchmail/fetchmail_view.xml @@ -79,12 +79,12 @@ search + + - - diff --git a/addons/hr/hr_department_view.xml b/addons/hr/hr_department_view.xml index d6fd393edf8..1935cbbd03d 100644 --- a/addons/hr/hr_department_view.xml +++ b/addons/hr/hr_department_view.xml @@ -41,7 +41,8 @@ search - + + diff --git a/addons/hr/hr_view.xml b/addons/hr/hr_view.xml index c5fd64e586c..5915511d385 100644 --- a/addons/hr/hr_view.xml +++ b/addons/hr/hr_view.xml @@ -105,20 +105,20 @@ search - - - + + + - - + + - - - - - - + + + + + + @@ -410,6 +410,8 @@ search + + - - - + - - - + + + diff --git a/addons/hr_attendance/hr_attendance_view.xml b/addons/hr_attendance/hr_attendance_view.xml index 92e2a8bcbed..d3047f424ec 100644 --- a/addons/hr_attendance/hr_attendance_view.xml +++ b/addons/hr_attendance/hr_attendance_view.xml @@ -54,12 +54,12 @@ search - + + - diff --git a/addons/hr_contract/hr_contract_view.xml b/addons/hr_contract/hr_contract_view.xml index 142cb6b7667..ab93bd9c0c9 100644 --- a/addons/hr_contract/hr_contract_view.xml +++ b/addons/hr_contract/hr_contract_view.xml @@ -39,23 +39,22 @@ - - - - - - - - + + + + + + + - - - - - - + + + + + + @@ -164,7 +163,7 @@ - + diff --git a/addons/hr_evaluation/hr_evaluation_view.xml b/addons/hr_evaluation/hr_evaluation_view.xml index 982ea1c4000..90de785a34a 100644 --- a/addons/hr_evaluation/hr_evaluation_view.xml +++ b/addons/hr_evaluation/hr_evaluation_view.xml @@ -9,7 +9,8 @@ - + + @@ -227,29 +228,22 @@ - - - - - - - - - - + + + + + + + - - - - - - + + + + + + @@ -327,9 +321,9 @@ - + - + diff --git a/addons/hr_evaluation/report/hr_evaluation_report_view.xml b/addons/hr_evaluation/report/hr_evaluation_report_view.xml index 753b33fa706..b6f76777f54 100644 --- a/addons/hr_evaluation/report/hr_evaluation_report_view.xml +++ b/addons/hr_evaluation/report/hr_evaluation_report_view.xml @@ -46,17 +46,6 @@ - - - - - + diff --git a/addons/hr_expense/hr_expense_view.xml b/addons/hr_expense/hr_expense_view.xml index fd479d84976..703060e792e 100644 --- a/addons/hr_expense/hr_expense_view.xml +++ b/addons/hr_expense/hr_expense_view.xml @@ -29,6 +29,7 @@ + @@ -135,22 +136,17 @@ - - - + - + + + + + - - - - - - + + diff --git a/addons/hr_expense/report/hr_expense_report_view.xml b/addons/hr_expense/report/hr_expense_report_view.xml index e6b51958e1c..1299f4e9ce5 100644 --- a/addons/hr_expense/report/hr_expense_report_view.xml +++ b/addons/hr_expense/report/hr_expense_report_view.xml @@ -53,23 +53,10 @@ - - - - - + help = "Confirm Expenses"/> - diff --git a/addons/hr_holidays/hr_holidays_view.xml b/addons/hr_holidays/hr_holidays_view.xml index edfff777c3e..7db5a41b7e8 100644 --- a/addons/hr_holidays/hr_holidays_view.xml +++ b/addons/hr_holidays/hr_holidays_view.xml @@ -8,22 +8,17 @@ + + + + - - - - - - - - - + + @@ -357,7 +352,8 @@ search - + + @@ -423,7 +419,8 @@ search - + + diff --git a/addons/hr_payroll/hr_payroll_view.xml b/addons/hr_payroll/hr_payroll_view.xml index 4770e82481e..03fd4762262 100644 --- a/addons/hr_payroll/hr_payroll_view.xml +++ b/addons/hr_payroll/hr_payroll_view.xml @@ -93,8 +93,7 @@ - - + @@ -212,8 +211,8 @@ - - + + @@ -383,13 +382,14 @@ + + + + - - - @@ -464,8 +464,7 @@ search - - + @@ -520,7 +519,8 @@ search - + + @@ -650,8 +650,8 @@ - - + + @@ -691,12 +691,13 @@ search - - + - + + + diff --git a/addons/hr_payroll_account/hr_payroll_account_view.xml b/addons/hr_payroll_account/hr_payroll_account_view.xml index acc48224afa..e06a43588c4 100644 --- a/addons/hr_payroll_account/hr_payroll_account_view.xml +++ b/addons/hr_payroll_account/hr_payroll_account_view.xml @@ -60,10 +60,10 @@ search - - + + - + diff --git a/addons/hr_recruitment/hr_recruitment_menu.xml b/addons/hr_recruitment/hr_recruitment_menu.xml index 112adb9b5fb..3a75b6df7c1 100644 --- a/addons/hr_recruitment/hr_recruitment_menu.xml +++ b/addons/hr_recruitment/hr_recruitment_menu.xml @@ -8,7 +8,6 @@ hr.applicant kanban,tree,form,graph,calendar - {'search_default_filter_inprogress':1,'search_default_filter_new':1} From this menu you can track applicants in the recruitment process and manage all operations: meetings, interviews, phone calls, etc. If you setup the email gateway, applicants and their attached CV are created automatically when an email is sent to jobs@yourcompany.com. If you install the document management modules, all documents (CV and motivation letters) are indexed automatically, so that you can easily search through their content. diff --git a/addons/hr_recruitment/hr_recruitment_view.xml b/addons/hr_recruitment/hr_recruitment_view.xml index 63263d78c9d..f31778b7874 100644 --- a/addons/hr_recruitment/hr_recruitment_view.xml +++ b/addons/hr_recruitment/hr_recruitment_view.xml @@ -192,29 +192,25 @@ search - + + - + + help="Open Jobs"/> - + help="Pending Jobs"/> + - - - - + diff --git a/addons/hr_recruitment/report/hr_recruitment_report_view.xml b/addons/hr_recruitment/report/hr_recruitment_report_view.xml index 16281eeb918..5ddbe5045ab 100644 --- a/addons/hr_recruitment/report/hr_recruitment_report_view.xml +++ b/addons/hr_recruitment/report/hr_recruitment_report_view.xml @@ -50,19 +50,6 @@ - - - - - - + - - + icon="terp-camera_test" + domain="[('state','=','done')]" + help = "Hired employees"/> + + + - - - + @@ -116,9 +102,7 @@ - - - + diff --git a/addons/hr_timesheet/hr_timesheet_view.xml b/addons/hr_timesheet/hr_timesheet_view.xml index a9629b40b75..a8a361ed633 100644 --- a/addons/hr_timesheet/hr_timesheet_view.xml +++ b/addons/hr_timesheet/hr_timesheet_view.xml @@ -60,11 +60,10 @@ - + - diff --git a/addons/hr_timesheet_invoice/hr_timesheet_invoice_view.xml b/addons/hr_timesheet_invoice/hr_timesheet_invoice_view.xml index 8524c762e9e..c45162ecbcb 100644 --- a/addons/hr_timesheet_invoice/hr_timesheet_invoice_view.xml +++ b/addons/hr_timesheet_invoice/hr_timesheet_invoice_view.xml @@ -144,7 +144,7 @@ - + diff --git a/addons/hr_timesheet_invoice/report/hr_timesheet_invoice_report_view.xml b/addons/hr_timesheet_invoice/report/hr_timesheet_invoice_report_view.xml index 2ad2efa60c2..3462f6603c5 100644 --- a/addons/hr_timesheet_invoice/report/hr_timesheet_invoice_report_view.xml +++ b/addons/hr_timesheet_invoice/report/hr_timesheet_invoice_report_view.xml @@ -47,26 +47,14 @@ - - - - - - - + + - + @@ -162,13 +150,10 @@ + - - - - - + @@ -298,14 +283,11 @@ + - - - - - + @@ -370,14 +352,11 @@ + - - - - - + diff --git a/addons/hr_timesheet_invoice/report/report_analytic_view.xml b/addons/hr_timesheet_invoice/report/report_analytic_view.xml index a3976e4bfc6..89d8fa1857e 100644 --- a/addons/hr_timesheet_invoice/report/report_analytic_view.xml +++ b/addons/hr_timesheet_invoice/report/report_analytic_view.xml @@ -114,13 +114,11 @@ - - + - - + diff --git a/addons/hr_timesheet_sheet/hr_timesheet_sheet_view.xml b/addons/hr_timesheet_sheet/hr_timesheet_sheet_view.xml index 138a77cf3bf..835b447592f 100644 --- a/addons/hr_timesheet_sheet/hr_timesheet_sheet_view.xml +++ b/addons/hr_timesheet_sheet/hr_timesheet_sheet_view.xml @@ -155,11 +155,12 @@ + + - @@ -226,7 +227,7 @@ form - + @@ -242,8 +243,8 @@ search - - + + diff --git a/addons/hr_timesheet_sheet/report/hr_timesheet_report_view.xml b/addons/hr_timesheet_sheet/report/hr_timesheet_report_view.xml index 447c3be6966..8b102b19f72 100644 --- a/addons/hr_timesheet_sheet/report/hr_timesheet_report_view.xml +++ b/addons/hr_timesheet_sheet/report/hr_timesheet_report_view.xml @@ -41,22 +41,8 @@ - - - - - - - + + @@ -81,7 +67,6 @@ - diff --git a/addons/hr_timesheet_sheet/report/timesheet_report_view.xml b/addons/hr_timesheet_sheet/report/timesheet_report_view.xml index 7c06971c7d2..fe497b6f46c 100644 --- a/addons/hr_timesheet_sheet/report/timesheet_report_view.xml +++ b/addons/hr_timesheet_sheet/report/timesheet_report_view.xml @@ -49,20 +49,6 @@ - - - - - @@ -70,11 +56,11 @@ string="Confirmed" domain="[('state','=','confirm')]"/> + string="Done" + domain="[('state','=','done')]"/> - + @@ -87,6 +73,7 @@ + diff --git a/addons/idea/idea_view.xml b/addons/idea/idea_view.xml index 10f703101ff..0aabaa42276 100644 --- a/addons/idea/idea_view.xml +++ b/addons/idea/idea_view.xml @@ -8,7 +8,7 @@ search - + @@ -108,12 +108,13 @@ + + - diff --git a/addons/lunch/lunch_view.xml b/addons/lunch/lunch_view.xml index ffd07973546..1777fd85da6 100644 --- a/addons/lunch/lunch_view.xml +++ b/addons/lunch/lunch_view.xml @@ -71,13 +71,12 @@ search + + - - - @@ -183,10 +182,8 @@ search - - - + @@ -196,7 +193,6 @@ - @@ -294,7 +290,7 @@ search - + @@ -370,20 +366,8 @@ - - - - - - + + diff --git a/addons/lunch/report/report_lunch_order_view.xml b/addons/lunch/report/report_lunch_order_view.xml index 5dd25322d47..168398ae5cc 100644 --- a/addons/lunch/report/report_lunch_order_view.xml +++ b/addons/lunch/report/report_lunch_order_view.xml @@ -26,17 +26,7 @@ - - - + diff --git a/addons/mail/i18n/fr.po b/addons/mail/i18n/fr.po index d732f47eba1..0912a3e8762 100644 --- a/addons/mail/i18n/fr.po +++ b/addons/mail/i18n/fr.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-22 04:47+0000\n" +"X-Launchpad-Export-Date: 2012-06-23 05:02+0000\n" "X-Generator: Launchpad (build 15461)\n" #. module: mail @@ -536,24 +536,3 @@ msgstr "Adresse de réponse préférée pour le message" #~ msgid "Message headers" #~ msgstr "En-têtes de message" - -#~ msgid "about a minute ago" -#~ msgstr "il y a une minute" - -#~ msgid "%d minutes ago" -#~ msgstr "il y a %d minutes" - -#~ msgid "a day ago" -#~ msgstr "il y a un jour" - -#~ msgid "%d days ago" -#~ msgstr "il y a %d jours" - -#~ msgid "a month ago" -#~ msgstr "il y a un mois" - -#~ msgid "%d months ago" -#~ msgstr "il y a %d mois" - -#~ msgid "History and Comments" -#~ msgstr "Historique et commentaires" diff --git a/addons/mail/mail_group_view.xml b/addons/mail/mail_group_view.xml index fd67ac6e79b..921c3b528c4 100644 --- a/addons/mail/mail_group_view.xml +++ b/addons/mail/mail_group_view.xml @@ -99,8 +99,9 @@ search - - + + + diff --git a/addons/mail/mail_message_view.xml b/addons/mail/mail_message_view.xml index 339c8fba817..9159190ab29 100644 --- a/addons/mail/mail_message_view.xml +++ b/addons/mail/mail_message_view.xml @@ -54,9 +54,11 @@ 20 - - + + + + @@ -168,20 +170,17 @@ search + + + + - - - - - - - diff --git a/addons/mail/static/src/js/mail.js b/addons/mail/static/src/js/mail.js index 26c83f188ab..5633a4bdae0 100644 --- a/addons/mail/static/src/js/mail.js +++ b/addons/mail/static/src/js/mail.js @@ -206,7 +206,6 @@ openerp.mail = function(session) { }); // see more this.$element.on('click','a.oe_mail_msg_more', function (event) { - console.log("sadf"); $(this).siblings('.oe_mail_msg_tail').show(); $(this).hide(); return false; @@ -234,8 +233,6 @@ openerp.mail = function(session) { if (records.length <= self.params.limit) self.display.show_more = false; else { self.display.show_more = true; records.pop(); } - //build attachments download urls and compute time-relative from dates - self.display_comments(records); if (self.display.show_more == true) self.$element.find('div.oe_mail_thread_more:last').show(); else self.$element.find('div.oe_mail_thread_more:last').hide(); @@ -255,6 +252,8 @@ openerp.mail = function(session) { display_comments: function (records) { var self = this; + + //build attachments download urls and compute time-relative from dates for (var k in records) { records[k].timerelative = $.timeago(records[k].date); if (records[k].attachments) { @@ -303,7 +302,7 @@ openerp.mail = function(session) { record.body = this.do_clean_text(record.body); record.body = this.do_replace_internal_links(record.body); - // split for see mode + // split for see more var split = this.do_truncate_string(record.body, this.params.msg_more_limit); record.body_head = split[0]; record.body_tail = split[1]; diff --git a/addons/marketing_campaign/marketing_campaign_view.xml b/addons/marketing_campaign/marketing_campaign_view.xml index 32f8e5b3a72..aa8ea08217e 100644 --- a/addons/marketing_campaign/marketing_campaign_view.xml +++ b/addons/marketing_campaign/marketing_campaign_view.xml @@ -81,31 +81,31 @@ - - marketing.campaign.search - marketing.campaign - search - - - - - - - - - - - - - - - - - - - - - + + marketing.campaign.search + marketing.campaign + search + + + + + + + + + + + + + + + + + + + + + Campaigns @@ -185,34 +185,35 @@ - - marketing.campaign.segment.search - marketing.campaign.segment - search - - - - - - - - - - - - - - - - - - - - - - - - + + marketing.campaign.segment.search + marketing.campaign.segment + search + + + + + + + + + + + + + + + + + + + + + + + + + Segments @@ -382,43 +383,42 @@ - - marketing.campaign.workitem.search - marketing.campaign.workitem - search - - - - - - - - - - - + + marketing.campaign.workitem.search + marketing.campaign.workitem + search + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + Campaign Followup diff --git a/addons/marketing_campaign/report/campaign_analysis_view.xml b/addons/marketing_campaign/report/campaign_analysis_view.xml index 19d1c78f896..7b3d848cc8b 100644 --- a/addons/marketing_campaign/report/campaign_analysis_view.xml +++ b/addons/marketing_campaign/report/campaign_analysis_view.xml @@ -31,21 +31,8 @@ search - - - - - - - - + + - - + + diff --git a/addons/membership/membership_view.xml b/addons/membership/membership_view.xml index 83607c1ecd5..15645294bb7 100644 --- a/addons/membership/membership_view.xml +++ b/addons/membership/membership_view.xml @@ -14,17 +14,17 @@ search - - - - - - - - - - - + + + + + + + + + + + @@ -167,26 +167,24 @@ res.partner search - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/addons/membership/report/report_membership_view.xml b/addons/membership/report/report_membership_view.xml index 6b3f6a9eb71..51e1f2499b7 100644 --- a/addons/membership/report/report_membership_view.xml +++ b/addons/membership/report/report_membership_view.xml @@ -36,20 +36,11 @@ - - - - + - + diff --git a/addons/mrp/mrp_view.xml b/addons/mrp/mrp_view.xml index 8559a679beb..9b1079dc34e 100644 --- a/addons/mrp/mrp_view.xml +++ b/addons/mrp/mrp_view.xml @@ -82,9 +82,10 @@ - - + + + @@ -188,10 +189,10 @@ + + - - @@ -199,7 +200,7 @@ - + @@ -287,13 +288,12 @@ search + + - - - @@ -392,8 +392,8 @@ - - + + @@ -779,6 +779,8 @@ + + @@ -788,15 +790,12 @@ - - - diff --git a/addons/mrp/report/mrp_report_view.xml b/addons/mrp/report/mrp_report_view.xml index fa68d1bdcff..eef6c89f702 100644 --- a/addons/mrp/report/mrp_report_view.xml +++ b/addons/mrp/report/mrp_report_view.xml @@ -36,7 +36,8 @@ search - + + diff --git a/addons/mrp_operations/mrp_operations_view.xml b/addons/mrp_operations/mrp_operations_view.xml index b25041bef98..5259d060414 100644 --- a/addons/mrp_operations/mrp_operations_view.xml +++ b/addons/mrp_operations/mrp_operations_view.xml @@ -123,25 +123,26 @@ mrp.production.workcenter.line search - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/addons/mrp_operations/report/mrp_workorder_analysis_view.xml b/addons/mrp_operations/report/mrp_workorder_analysis_view.xml index 9b1b022e668..543024b6354 100644 --- a/addons/mrp_operations/report/mrp_workorder_analysis_view.xml +++ b/addons/mrp_operations/report/mrp_workorder_analysis_view.xml @@ -47,24 +47,12 @@ - + - - - - + diff --git a/addons/mrp_repair/mrp_repair_view.xml b/addons/mrp_repair/mrp_repair_view.xml index 93ad144e16e..10c19eb1585 100644 --- a/addons/mrp_repair/mrp_repair_view.xml +++ b/addons/mrp_repair/mrp_repair_view.xml @@ -191,16 +191,16 @@ + + + - - - - + diff --git a/addons/multi_company/res_company_view.xml b/addons/multi_company/res_company_view.xml index db0be0d09f4..1a185fb08f3 100644 --- a/addons/multi_company/res_company_view.xml +++ b/addons/multi_company/res_company_view.xml @@ -49,7 +49,8 @@ - + + diff --git a/addons/pad_project/i18n/fr.po b/addons/pad_project/i18n/fr.po new file mode 100644 index 00000000000..eff5717af2a --- /dev/null +++ b/addons/pad_project/i18n/fr.po @@ -0,0 +1,38 @@ +# French translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-02-08 00:36+0000\n" +"PO-Revision-Date: 2012-06-22 08:03+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-06-23 05:02+0000\n" +"X-Generator: Launchpad (build 15461)\n" + +#. module: pad_project +#: constraint:project.task:0 +msgid "Error ! Task end-date must be greater then task start-date" +msgstr "" + +#. module: pad_project +#: model:ir.model,name:pad_project.model_project_task +msgid "Task" +msgstr "" + +#. module: pad_project +#: view:project.task:0 +msgid "Pad" +msgstr "" + +#. module: pad_project +#: constraint:project.task:0 +msgid "Error ! You cannot create recursive tasks." +msgstr "" diff --git a/addons/point_of_sale/account_statement_view.xml b/addons/point_of_sale/account_statement_view.xml index e5ade747840..c67fcd0e9fe 100644 --- a/addons/point_of_sale/account_statement_view.xml +++ b/addons/point_of_sale/account_statement_view.xml @@ -27,10 +27,12 @@ - + - + + + @@ -52,11 +54,13 @@ + + + + - - diff --git a/addons/point_of_sale/point_of_sale_view.xml b/addons/point_of_sale/point_of_sale_view.xml index 5f568f10807..003f2023460 100644 --- a/addons/point_of_sale/point_of_sale_view.xml +++ b/addons/point_of_sale/point_of_sale_view.xml @@ -138,18 +138,16 @@ search + + + + - - - - - - diff --git a/addons/point_of_sale/report/pos_order_report_view.xml b/addons/point_of_sale/report/pos_order_report_view.xml index a1631ab0203..255af0cdd30 100644 --- a/addons/point_of_sale/report/pos_order_report_view.xml +++ b/addons/point_of_sale/report/pos_order_report_view.xml @@ -35,23 +35,7 @@ - - - - - - + - - - - + + + diff --git a/addons/point_of_sale/report/report_cash_register_view.xml b/addons/point_of_sale/report/report_cash_register_view.xml index b4a2f1e6ecb..afd769692df 100644 --- a/addons/point_of_sale/report/report_cash_register_view.xml +++ b/addons/point_of_sale/report/report_cash_register_view.xml @@ -26,39 +26,21 @@ search - - - - - - - - - - - + + + + - - - - + + diff --git a/addons/process/process_view.xml b/addons/process/process_view.xml index 7a456fc2d89..fe88f61bd98 100644 --- a/addons/process/process_view.xml +++ b/addons/process/process_view.xml @@ -110,7 +110,8 @@ - + + @@ -209,7 +210,8 @@ - + + @@ -301,9 +303,10 @@ - + + - +