Funcionando la liquidación de ventas, genera un sale.order.
This commit is contained in:
parent
f19067e67b
commit
0ab76a67a1
3 changed files with 32 additions and 49 deletions
|
@ -11,7 +11,7 @@
|
|||
<function model="ir.model.data" name="_update_xmlids">
|
||||
<value model="base" eval="[{
|
||||
'xml_id': 'stock_picking_deposito.stock_location_deposits_stock',
|
||||
'record': obj().env.ref('stock_picking_deposito.wh_deposits').wh_input_stock_loc_id,
|
||||
'record': obj().env.ref('stock_picking_deposito.wh_deposits').lot_stock_id,
|
||||
'noupdate': True,
|
||||
},{
|
||||
'xml_id': 'stock_picking_deposito.stock_location_deposits_parent',
|
||||
|
@ -32,7 +32,7 @@
|
|||
<record id="location_deposit_sale" model="stock.location">
|
||||
<field name="name">Depósitos Salidas</field>
|
||||
<field name="usage">view</field>
|
||||
<field name="location_id" ref="stock_picking_deposito.stock_location_deposits_parent"/>
|
||||
<field name="location_id" ref="stock_picking_deposito.stock_location_deposits_stock"/>
|
||||
</record>
|
||||
|
||||
<record id="seq_stock_picking_deposit_in" model="ir.sequence">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue