diff --git a/addons/mrp/process/procurement_process.xml.THIS b/addons/mrp/process/procurement_process.xml.THIS deleted file mode 100644 index 7a15a0af1da..00000000000 --- a/addons/mrp/process/procurement_process.xml.THIS +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/mrp/process/service_product_process.xml.THIS b/addons/mrp/process/service_product_process.xml.THIS deleted file mode 100644 index 8b6027e26f3..00000000000 --- a/addons/mrp/process/service_product_process.xml.THIS +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/mrp/process/stockable_product_process.xml.THIS b/addons/mrp/process/stockable_product_process.xml.THIS deleted file mode 100644 index 99111425439..00000000000 --- a/addons/mrp/process/stockable_product_process.xml.THIS +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/point_of_sale/report/pos_receipt.rml.THIS b/addons/point_of_sale/report/pos_receipt.rml.THIS deleted file mode 100644 index 5da6a2e6ab5..00000000000 --- a/addons/point_of_sale/report/pos_receipt.rml.THIS +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [[ repeatIn(objects,'o') ]] - [[o.user_id.company_id.name]] - [[ address and display_address(address)]] - Tel : [[ address and address.phone ]] - User : [[ o.user_id.name ]] - Date : [[ o.date_order ]] - - - - - - - - - - N° : [[ o.name ]] - - - - Description - - - Qty - - - Price - - - - - [[ repeatIn(o.lines,'line') ]] - [[ line.product_id.name ]] - - With a [[ line and line.discount == 0.0 and removeParentNode('font') ]] ([[ '%.2f' % line.discount ]]) % discount. - - - - - - - [[o.state=='cancel' and o.statement_ids and '-' or '']][['%.f' % line.qty ]] - - - [[o.state=='cancel' and o.statement_ids and '-' or '']][[ formatLang(net(line.id), currency_obj=company.currency_id) ]] [[ line and line.discount == 0.0 and removeParentNode('font') ]] ([[ formatLang(line.discount, currency_obj=company.currency_id) ]]) - - - - - - - Taxes : - - - [[o.state=='cancel' and o.statement_ids and '-' or '']][[formatLang(o.amount_tax, currency_obj=company.currency_id)]] - - - - - - - Total : - - - [[o.state=='cancel' and o.statement_ids and '-' or '']][[formatLang(o.amount_total, currency_obj=company.currency_id)]] - - - - - - - Payment Mode - - - - - - - - Amount - - - - - [[ repeatIn(get_journal_amt(o),'d') ]] - [[ d['name'] ]] - - - - - - - - [[ formatLang(d['amt'] or 0, currency_obj=company.currency_id) ]] - - - - - diff --git a/addons/purchase/board_purchase_view.xml.THIS b/addons/purchase/board_purchase_view.xml.THIS deleted file mode 100644 index e0e6c6237f1..00000000000 --- a/addons/purchase/board_purchase_view.xml.THIS +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - Request for Quotations - ir.actions.act_window - purchase.order - form - tree,form - [('state','=','draft')] - {'quotation_only': True} - - - - purchase.order.monthly.categ.tree - purchase.report - - - - - - - - - - - - - - - - - purchase.order.monthly.categ.graph - purchase.report - - - - - - - - - - Monthly Purchase by Category - purchase.report - form - graph,tree - {'group_by_no_leaf':1} - [('state','in',('approved','except_picking','except_invoice','done'))] - - - - - board.purchase.form - board.board - -
- - - - - - - - -
-
-
- - - Purchases - board.board - form - form - menu - - - - - -
-
diff --git a/addons/stock/board_warehouse_view.xml.THIS b/addons/stock/board_warehouse_view.xml.THIS deleted file mode 100644 index a2dc99ece2f..00000000000 --- a/addons/stock/board_warehouse_view.xml.THIS +++ /dev/null @@ -1,93 +0,0 @@ - - - - - report.stock.move.graph - stock.move - - - - - - - - - - - report.stock.quant.graph - stock.quant - - - - - - - - - - Incoming Products - stock.move - form - graph,tree - [('location_id.usage','!=','internal'), ('location_dest_id.usage','=','internal'), ('date','<=', time.strftime('%Y-%m-%d')),('date','>',(context_today()-datetime.timedelta(days=15)).strftime('%Y-%m-%d'))] - - {} - - - Outgoing Products - stock.move - form - graph,tree - [('location_id.usage','=','internal'), ('location_dest_id.usage', '!=', 'internal'), ('date','<=', time.strftime('%Y-%m-%d')),('date','>',(context_today()-datetime.timedelta(days=15)).strftime('%Y-%m-%d'))] - - {} - - - Actual Stock - stock.quant - form - graph,tree - [('location_id.usage','=','internal')] - - {} - - - board.warehouse.form - board.board - -
- - - - - - - - - - -
-
-
- - - - - - - - Warehouse - board.board - form - form - - - - - -
-