Merge branch 'develop' of ssh://gitlab.datenpol.at:122/odoo/tz-austria into develop

develop
Ahmed Aly 2018-04-05 16:43:01 +02:00
commit f075ecc8d3
2 changed files with 30 additions and 1 deletions

View File

@ -123,4 +123,18 @@
name="Branchen"
action="res_partner_sector_action"/>
<record id="res_partner_filter_tz" model="ir.ui.view">
<field name="name">res_partner_filter_tz</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_res_partner_filter"/>
<field name="arch" type="xml">
<field name="name" position="after">
<field name="portal_id" string="Portal-ID" filter_domain="[('portal_id','ilike', self)]"/>
</field>
<field name="name" position="after">
<field name="ref" string="Interne Ref:" filter_domain="[('ref','ilike', self)]"/>
</field>
</field>
</record>
</odoo>

View File

@ -1,2 +1,17 @@
"id","name","delivery_type","product_id/id","fixed_price"
"carrier_lkw","LKW","fixed","dp_custom.product_transport","0.0"
"c_1","LKW","fixed","dp_custom.product_transport","0.0"
"c_2","OEBB","fixed","dp_custom.product_transport","0.0"
"c_3","DPD","fixed","dp_custom.product_transport","0.0"
"c_4","SCH","fixed","dp_custom.product_transport","0.0"
"c_5","Dachser","fixed","dp_custom.product_transport","0.0"
"c_6","Weiss","fixed","dp_custom.product_transport","0.0"
"c_7","Spedition","fixed","dp_custom.product_transport","0.0"
"c_8","Abholung","fixed","dp_custom.product_transport","0.0"
"c_9","Container","fixed","dp_custom.product_transport","0.0"
"c_10","Post","fixed","dp_custom.product_transport","0.0"
"c_11","Sonstige","fixed","dp_custom.product_transport","0.0"
"c_12","Bus","fixed","dp_custom.product_transport","0.0"
"c_13","Luft","fixed","dp_custom.product_transport","0.0"
"c_14","Würth","fixed","dp_custom.product_transport","0.0"
"c_15","Klein-LKW","fixed","dp_custom.product_transport","0.0"
"c_16","Düring","fixed","dp_custom.product_transport","0.0"

1 id name delivery_type product_id/id fixed_price
2 carrier_lkw c_1 LKW fixed dp_custom.product_transport 0.0
3 c_2 OEBB fixed dp_custom.product_transport 0.0
4 c_3 DPD fixed dp_custom.product_transport 0.0
5 c_4 SCH fixed dp_custom.product_transport 0.0
6 c_5 Dachser fixed dp_custom.product_transport 0.0
7 c_6 Weiss fixed dp_custom.product_transport 0.0
8 c_7 Spedition fixed dp_custom.product_transport 0.0
9 c_8 Abholung fixed dp_custom.product_transport 0.0
10 c_9 Container fixed dp_custom.product_transport 0.0
11 c_10 Post fixed dp_custom.product_transport 0.0
12 c_11 Sonstige fixed dp_custom.product_transport 0.0
13 c_12 Bus fixed dp_custom.product_transport 0.0
14 c_13 Luft fixed dp_custom.product_transport 0.0
15 c_14 Würth fixed dp_custom.product_transport 0.0
16 c_15 Klein-LKW fixed dp_custom.product_transport 0.0
17 c_16 Düring fixed dp_custom.product_transport 0.0