mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
26 lines
880 B
XML
26 lines
880 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
|
|
<report id="stock.bill_of_lading_out"
|
|
name="webkit.bill_of_lading_out"
|
|
auto="False"
|
|
model="stock.picking.out"
|
|
file="stock_bill_of_lading_webkit/report/bol_out.mako"
|
|
string="Bill of Lading"
|
|
report_type="webkit"
|
|
header="True"
|
|
webkit_header="base_headers_webkit.base_reports_portrait_header"/>
|
|
<report id="stock.bill_of_lading_in"
|
|
name="webkit.bill_of_lading_in"
|
|
auto="False"
|
|
model="stock.picking.in"
|
|
file="stock_bill_of_lading_webkit/report/bol_in.mako"
|
|
string="Bill of Lading (Return of Products)"
|
|
report_type="webkit"
|
|
header="True"
|
|
webkit_header="base_headers_webkit.base_reports_portrait_header"/>
|
|
|
|
</data>
|
|
</openerp>
|