File tree 5 files changed +13
-13
lines changed
delivery_carrier_manual_weight
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ Contributors
66
66
67
67
- Jordi Masvidal <jordi.masvidal@forgeflow.com>
68
68
- Marina Alapont <marina.alapont@forgeflow.com>
69
+ - Manuel Regidor <manuel.regidor@sygel.es>
69
70
70
71
Maintainers
71
72
-----------
Original file line number Diff line number Diff line change 8
8
Allow setting weight and shipping weight in stock transfers manually
9
9
based on carrier.
10
10
""" ,
11
- "version" : "16 .0.1.0.0" ,
11
+ "version" : "17 .0.1.0.0" ,
12
12
"category" : "Delivery" ,
13
13
"website" : "https://github.com/OCA/delivery-carrier" ,
14
14
"author" : "ForgeFlow,Odoo Community Association (OCA)" ,
15
15
"license" : "AGPL-3" ,
16
16
"depends" : [
17
- "delivery " ,
17
+ "stock_delivery " ,
18
18
],
19
19
"data" : ["views/delivery_view.xml" ],
20
20
"application" : False ,
Original file line number Diff line number Diff line change 1
1
- Jordi Masvidal \< <jordi.masvidal@forgeflow.com >\>
2
2
- Marina Alapont \< <marina.alapont@forgeflow.com >\>
3
+ - Manuel Regidor \< <manuel.regidor@sygel.es >\>
Original file line number Diff line number Diff line change @@ -411,6 +411,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
411
411
< ul class ="simple ">
412
412
< li > Jordi Masvidal << a class ="reference external " href ="mailto:jordi.masvidal@forgeflow.com "> jordi.masvidal@forgeflow.com</ a > ></ li >
413
413
< li > Marina Alapont << a class ="reference external " href ="mailto:marina.alapont@forgeflow.com "> marina.alapont@forgeflow.com</ a > ></ li >
414
+ < li > Manuel Regidor << a class ="reference external " href ="mailto:manuel.regidor@sygel.es "> manuel.regidor@sygel.es</ a > ></ li >
414
415
</ ul >
415
416
</ div >
416
417
< div class ="section " id ="maintainers ">
Original file line number Diff line number Diff line change 15
15
<record id =" view_picking_withcarrier_out_form" model =" ir.ui.view" >
16
16
<field name =" name" >stock.picking.form - delivery_carrier_manual_weight</field >
17
17
<field name =" model" >stock.picking</field >
18
- <field name =" inherit_id" ref =" delivery.view_picking_withcarrier_out_form" />
18
+ <field
19
+ name =" inherit_id"
20
+ ref =" stock_delivery.view_picking_withcarrier_out_form"
21
+ />
19
22
<field name =" arch" type =" xml" >
20
23
<label for =" weight" position =" before" >
21
24
<field name =" is_manual_weight" invisible =" 1" />
22
- <label
23
- for =" weight_manual"
24
- attrs =" {'invisible': [('is_manual_weight', '=', False)]}"
25
- />
26
- <div attrs =" {'invisible': [('is_manual_weight', '=', False)]}" >
25
+ <label for =" weight_manual" invisible =" not is_manual_weight" />
26
+ <div invisible =" not is_manual_weight" >
27
27
<field name =" weight_manual" class =" oe_inline" />
28
28
<field
29
29
name =" weight_uom_name"
32
32
style =" margin-left:5px"
33
33
/>
34
34
</div >
35
- <label
36
- for =" shipping_weight_manual"
37
- attrs =" {'invisible': [('is_manual_weight', '=', False)]}"
38
- />
39
- <div attrs =" {'invisible': [('is_manual_weight', '=', False)]}" >
35
+ <label for =" shipping_weight_manual" invisible =" not is_manual_weight" />
36
+ <div invisible =" not is_manual_weight" >
40
37
<field name =" shipping_weight_manual" class =" oe_inline" />
41
38
<field
42
39
name =" weight_uom_name"
You can’t perform that action at this time.
0 commit comments