diff --git a/addons/account/account_assert_test.xml b/addons/account/account_assert_test.xml index a7ff8e236ae..585c6bda124 100644 --- a/addons/account/account_assert_test.xml +++ b/addons/account/account_assert_test.xml @@ -1,7 +1,7 @@ - + diff --git a/addons/account/account_invoice_view.xml b/addons/account/account_invoice_view.xml index 40991fa0320..de94f9d08e5 100644 --- a/addons/account/account_invoice_view.xml +++ b/addons/account/account_invoice_view.xml @@ -345,7 +345,7 @@ tree,form,calendar,graph {'type':'out_invoice'} - + @@ -368,7 +368,7 @@ [('type','=','out_invoice')] {'type':'out_invoice'} - + @@ -401,7 +401,7 @@ [('type','=','in_invoice')] {'type':'in_invoice'} - + @@ -423,7 +423,7 @@ [('type','=','out_refund')] {'type':'out_refund'} - + @@ -446,7 +446,7 @@ [('type','=','in_refund')] {'type':'in_refund'} - + @@ -470,7 +470,7 @@ [('state','=','draft'),('type','=','out_invoice')] {'type':'out_invoice'} - + @@ -484,7 +484,7 @@ - + PRO-FORMA Customer Invoices @@ -494,7 +494,7 @@ [('state','=','proforma2'),('type','=','out_invoice')] {'type':'out_invoice'} - + @@ -508,7 +508,7 @@ - + Unpaid Customer Invoices @@ -518,7 +518,7 @@ [('state','not in',['draft','cancel']),('reconciled','=',False),('type','=','out_invoice')] {'type':'out_invoice'} - + @@ -532,7 +532,7 @@ - + Draft Supplier Invoices @@ -542,7 +542,7 @@ [('state','=','draft'),('type','=','in_invoice')] {'type':'in_invoice'} - + @@ -556,7 +556,7 @@ - + Unpaid Supplier Invoices @@ -566,7 +566,7 @@ [('state','not in',['draft','cancel']),('reconciled','=',False),('type','=','in_invoice')] {'type':'in_invoice'} - + @@ -580,7 +580,7 @@ - + Draft Customer Refunds @@ -590,7 +590,7 @@ [('state','=','draft'),('type','=','out_refund')] {'type':'out_refund'} - + @@ -604,7 +604,7 @@ - + Unpaid Customer Refunds @@ -614,7 +614,7 @@ [('state','not in',['draft','cancel']),('reconciled','=',False),('type','=','out_refund')] {'type':'out_refund'} - + @@ -628,7 +628,7 @@ - + Draft Supplier Refunds @@ -638,7 +638,7 @@ [('state','=','draft'),('type','=','in_refund')] {'type':'in_refund'} - + @@ -652,7 +652,7 @@ - + Unpaid Supplier Refunds @@ -662,7 +662,7 @@ [('state','not in',['draft','cancel']),('reconciled','=',False),('type','=','in_refund')] {'type':'in_refund'} - + @@ -676,7 +676,7 @@ - + diff --git a/addons/account/account_menuitem.xml b/addons/account/account_menuitem.xml index c0aeac66920..97cf55e4ff4 100644 --- a/addons/account/account_menuitem.xml +++ b/addons/account/account_menuitem.xml @@ -12,7 +12,7 @@ - diff --git a/addons/account/account_view.xml b/addons/account/account_view.xml index d79ac0fd8ca..487aa866059 100644 --- a/addons/account/account_view.xml +++ b/addons/account/account_view.xml @@ -332,10 +332,11 @@ - + + @@ -346,13 +347,14 @@
+ - + @@ -386,9 +388,9 @@ form tree,form [('state','=','draft')] - + - + New Statement @@ -454,7 +456,7 @@ - + @@ -653,7 +655,7 @@ - + - + - + diff --git a/addons/account/process/statement_process.xml b/addons/account/process/statement_process.xml index 84d22552e05..38545886c4d 100755 --- a/addons/account/process/statement_process.xml +++ b/addons/account/process/statement_process.xml @@ -1,21 +1,21 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -48,7 +48,7 @@ - + @@ -63,7 +63,7 @@ - + @@ -72,16 +72,16 @@ - + - + - + @@ -90,6 +90,6 @@ - + \ No newline at end of file diff --git a/addons/account/project/project_view.xml b/addons/account/project/project_view.xml index 71bb124109d..a615b3d3006 100644 --- a/addons/account/project/project_view.xml +++ b/addons/account/project/project_view.xml @@ -80,7 +80,7 @@ - + Accounts to Renew ir.actions.act_window @@ -88,7 +88,7 @@ form tree,form [('date','<',time.strftime('%Y-%m-%d %H:%M:%S'))] - + @@ -105,10 +105,10 @@ id="account_analytic_def_chart" parent="account_analytic_def_account"/> - + - + New Analytic Account account.analytic.account @@ -183,7 +183,7 @@ form - + diff --git a/addons/board_manufacturing/board_manufacturing_view.xml b/addons/board_manufacturing/board_manufacturing_view.xml index 731a79e09b0..5f9326625af 100644 --- a/addons/board_manufacturing/board_manufacturing_view.xml +++ b/addons/board_manufacturing/board_manufacturing_view.xml @@ -4,7 +4,7 @@ Production - + board.mrp.manager.form board.board @@ -14,21 +14,21 @@ - - + + - - + + - - + + - + Production Dashboard board.board diff --git a/addons/delivery/delivery_view.xml b/addons/delivery/delivery_view.xml index d05aa480367..50373131d9d 100644 --- a/addons/delivery/delivery_view.xml +++ b/addons/delivery/delivery_view.xml @@ -158,7 +158,7 @@ - Packing to be invoiced + Picking to be invoiced stock.picking ir.actions.act_window form @@ -179,7 +179,7 @@ [('invoice_state','=','2binvoiced'),('state','=','done'),('type','=','in')] {'contact_display': 'partner'} - + diff --git a/addons/mrp/mrp_view.xml b/addons/mrp/mrp_view.xml index b180dbcb076..1e9a29db9ac 100644 --- a/addons/mrp/mrp_view.xml +++ b/addons/mrp/mrp_view.xml @@ -518,7 +518,7 @@ - + mrp.production.select mrp.production @@ -531,13 +531,13 @@ - + - + Production Orders ir.actions.act_window @@ -545,7 +545,7 @@ form tree,form,calendar,graph,gantt - + @@ -571,7 +571,7 @@ tree,form,calendar,graph,gantt [('state','=','ready')] - + @@ -582,7 +582,7 @@ tree,form,calendar,graph,gantt [('state','=','in_production')] - + @@ -593,7 +593,7 @@ tree,form,calendar,graph,gantt [('state','=','confirmed')] - + @@ -759,7 +759,7 @@ - + @@ -786,7 +786,7 @@ - Exceptions Procurements + Procurement Exceptions ir.actions.act_window mrp.procurement form @@ -796,7 +796,7 @@ - Exceptions Procurements to Fix + Procurement Exceptions to Fix ir.actions.act_window mrp.procurement form @@ -874,7 +874,7 @@ - + - + - + - + - + @@ -27,51 +27,51 @@ - + - + - + - + - + - + - + - + - + @@ -83,30 +83,30 @@ - + - + - + - - + + - + @@ -116,7 +116,7 @@ - + @@ -126,7 +126,7 @@ - + @@ -136,43 +136,43 @@ - + - + - + - + - + - + - + - + - + @@ -180,12 +180,12 @@ - + - + @@ -194,7 +194,7 @@ - + @@ -203,7 +203,7 @@ - + @@ -212,7 +212,7 @@ - + @@ -221,7 +221,7 @@ - + @@ -230,7 +230,7 @@ - + @@ -239,7 +239,7 @@ - + @@ -248,6 +248,6 @@ - + \ No newline at end of file diff --git a/addons/mrp/process/service_product_process.xml b/addons/mrp/process/service_product_process.xml index fe9a32f0ec3..ca73ead6fb0 100644 --- a/addons/mrp/process/service_product_process.xml +++ b/addons/mrp/process/service_product_process.xml @@ -1,21 +1,21 @@ - + - + - + - + - + @@ -26,7 +26,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -49,11 +49,11 @@ - + - + @@ -62,6 +62,6 @@ - + \ No newline at end of file diff --git a/addons/mrp/process/stockable_product_process.xml b/addons/mrp/process/stockable_product_process.xml index 34ff93d3228..25e5a117124 100644 --- a/addons/mrp/process/stockable_product_process.xml +++ b/addons/mrp/process/stockable_product_process.xml @@ -1,32 +1,32 @@ - + - + - + - + - + - + @@ -37,7 +37,7 @@ - + @@ -49,22 +49,22 @@ - + - + - + - + @@ -73,7 +73,7 @@ - + @@ -82,6 +82,6 @@ - + \ No newline at end of file diff --git a/addons/process/process_demo.xml b/addons/process/process_demo.xml index 05251e6fd22..41a4588fc0f 100644 --- a/addons/process/process_demo.xml +++ b/addons/process/process_demo.xml @@ -52,7 +52,7 @@ - Packing List + Picking List The workers pack the requested items @@ -69,7 +69,7 @@ state - + Invoice @@ -79,7 +79,7 @@ subflow - + @@ -106,7 +106,7 @@ - Packing + Picking diff --git a/addons/purchase/process/purchase_process.xml b/addons/purchase/process/purchase_process.xml index d266cb310bd..a7de5ab0958 100755 --- a/addons/purchase/process/purchase_process.xml +++ b/addons/purchase/process/purchase_process.xml @@ -1,32 +1,32 @@ - - - + - - - + - + - + @@ -38,7 +38,7 @@ - + @@ -49,7 +49,7 @@ - + @@ -60,7 +60,7 @@ - + @@ -71,7 +71,7 @@ - + @@ -82,7 +82,7 @@ - + @@ -94,18 +94,18 @@ - + - + - + @@ -117,7 +117,7 @@ - + @@ -129,9 +129,9 @@ - - @@ -140,30 +140,30 @@ - + - - - + - + - + - + @@ -172,7 +172,7 @@ - + @@ -182,7 +182,7 @@ - + @@ -191,7 +191,7 @@ - + @@ -200,7 +200,7 @@ - + @@ -210,25 +210,25 @@ - + - - + + - + - + - + @@ -237,54 +237,54 @@ - + - - + + - - - + - + - + - + . - + - + \ No newline at end of file diff --git a/addons/purchase/purchase_unit_test.xml b/addons/purchase/purchase_unit_test.xml index ef4ade4724f..aefce270e1c 100644 --- a/addons/purchase/purchase_unit_test.xml +++ b/addons/purchase/purchase_unit_test.xml @@ -11,7 +11,7 @@ 'dest_address_id':fields.many2one('res.partner.address', 'Destination Address', states={'posted':[('readonly',True)]}), 'warehouse_id': fields.many2one('stock.warehouse', 'Warehouse', states={'posted':[('readonly',True)]}), 'invoice_method': fields.selection([('manual','Manual'),('order','From order'),('picking','From picking')], 'Invoicing method', required=True), - + Mandatory fields: 'pricelist_id':fields.many2one('product.pricelist', 'Pricelist', required=True, states={'confirmed':[('readonly',True)], 'approved':[('readonly',True)]}), 'partner_id':fields.many2one('res.partner', 'Partner', required=True, states={'confirmed':[('readonly',True)], 'approved':[('readonly',True)]}, change_default=True), @@ -39,7 +39,7 @@ 'product_uom': fields.many2one('product.uom', 'Product UOM', required=True), 'notes': fields.text('Notes'), 'account_analytic_id':fields.many2one('account.analytic.account', 'Analytic Account',), - + Mandatory fields: 'date_planned': fields.date('Date Promised', required=True), 'product_id': fields.many2one('product.product', 'Product', domain=[('purchase_ok','=',True)], change_default=True), @@ -64,38 +64,38 @@ 88 3 - + - + - + confirmed - + - + approved - + - + draft - + - + @@ -106,36 +106,36 @@ - + paid - + - + - - + + - + - + - - + + done - + done
- + diff --git a/addons/purchase/purchase_view.xml b/addons/purchase/purchase_view.xml index bcda8944bd0..ce4d5718413 100644 --- a/addons/purchase/purchase_view.xml +++ b/addons/purchase/purchase_view.xml @@ -131,13 +131,13 @@ - + Purchase Orders ir.actions.act_window purchase.order tree,form,calendar,graph - + @@ -149,9 +149,9 @@ form tree,form,calendar,graph - + - + Purchase Order Waiting Approval @@ -161,9 +161,9 @@ tree,form,calendar,graph [('state','=','confirmed')] - + - + Purchase Orders in Progress @@ -173,9 +173,9 @@ tree,form,calendar,graph [('state','=','approved')] - + - + New Purchase Order @@ -266,11 +266,11 @@ src_model="res.partner"/> - + res_model="purchase.order.line" + src_model="product.product"/> + diff --git a/addons/purchase/stock_view.xml b/addons/purchase/stock_view.xml index 83e5b7e3095..867f48f6fe0 100644 --- a/addons/purchase/stock_view.xml +++ b/addons/purchase/stock_view.xml @@ -1,9 +1,9 @@ - + - Packing list + Picking list stock.picking form @@ -13,13 +13,13 @@ - + - + diff --git a/addons/sale/process/sale_process.xml b/addons/sale/process/sale_process.xml index eb2d9f65ef3..7ce16903720 100755 --- a/addons/sale/process/sale_process.xml +++ b/addons/sale/process/sale_process.xml @@ -1,21 +1,21 @@ - - - + - - - + @@ -27,7 +27,7 @@ - + @@ -39,7 +39,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -79,7 +79,7 @@ - + @@ -113,14 +113,14 @@ - + - - @@ -130,23 +130,23 @@ - - - + - + - + - + @@ -155,7 +155,7 @@ - + @@ -166,16 +166,16 @@ - - + + - + - + @@ -196,7 +196,7 @@ - + @@ -205,7 +205,7 @@ - + @@ -214,11 +214,11 @@ - - - + @@ -232,7 +232,7 @@ - + @@ -253,7 +253,7 @@ - + @@ -274,20 +274,20 @@ - + - + - + diff --git a/addons/sale/sale_unit_test.xml b/addons/sale/sale_unit_test.xml index 6f2b9327319..dc507edb4a0 100644 --- a/addons/sale/sale_unit_test.xml +++ b/addons/sale/sale_unit_test.xml @@ -32,38 +32,38 @@ 3 make_to_stock - + - + - + manual - + - + progress - + - + draft - + - + @@ -74,46 +74,46 @@ - + paid - + - + - + - + - + assigned - + - + - + done - + - + done diff --git a/addons/stock/stock_report.xml b/addons/stock/stock_report.xml index ed71ca90635..d72106eead6 100644 --- a/addons/stock/stock_report.xml +++ b/addons/stock/stock_report.xml @@ -5,8 +5,8 @@ - - + + diff --git a/addons/stock/stock_view.xml b/addons/stock/stock_view.xml index d7962d700a4..adbda773069 100644 --- a/addons/stock/stock_view.xml +++ b/addons/stock/stock_view.xml @@ -79,7 +79,7 @@ stock.inventory form - {'full':'1'} + {'full':'1'} @@ -89,16 +89,16 @@ stock.inventory form [('state','=','draft')] - + - + New Periodical Inventory ir.actions.act_window stock.inventory form form,tree - [('state','=','draft')] + [('state','=','draft')] @@ -225,7 +225,7 @@ stock.production.lot form - {'full':'1'} + {'full':'1'} @@ -388,7 +388,7 @@ ir.actions.act_window form - {'full':'1'} + {'full':'1'} @@ -412,7 +412,7 @@ - + ============================= Warehouse ============================= @@ -568,7 +568,7 @@