-
-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] l10n_it_delivery_note: Migration to 18.0
- Loading branch information
Showing
48 changed files
with
1,673 additions
and
1,244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- | ||
Copyright (c) 2019, Link IT Europe Srl | ||
@author: Matteo Bilotta <mbilotta@linkeurope.it> | ||
--> | ||
<odoo noupdate="1"> | ||
|
||
<!-- Conditions of transport --> | ||
<record id="transport_condition_PF" model="stock.picking.transport.condition"> | ||
<field name="name">Carriage paid</field> | ||
</record> | ||
<record id="transport_condition_PA" model="stock.picking.transport.condition"> | ||
<field name="name">Carriage forward</field> | ||
</record> | ||
<record id="transport_condition_PAF" model="stock.picking.transport.condition"> | ||
<field name="name">Charged in invoice</field> | ||
</record> | ||
|
||
<!-- Goods appearance --> | ||
<record id="goods_appearance_CAR" model="stock.picking.goods.appearance"> | ||
<field name="name">Box</field> | ||
</record> | ||
<record id="goods_appearance_BAN" model="stock.picking.goods.appearance"> | ||
<field name="name">Pallet</field> | ||
</record> | ||
<record id="goods_appearance_SFU" model="stock.picking.goods.appearance"> | ||
<field name="name">Bulk</field> | ||
</record> | ||
<record id="goods_appearance_CBA" model="stock.picking.goods.appearance"> | ||
<field name="name">Box / Pallet</field> | ||
</record> | ||
|
||
<!-- Reasons of transport --> | ||
<record id="transport_reason_VEN" model="stock.picking.transport.reason"> | ||
<field name="name">Sale</field> | ||
</record> | ||
<record id="transport_reason_VIS" model="stock.picking.transport.reason"> | ||
<field name="name">Goods on approval</field> | ||
</record> | ||
<record id="transport_reason_RES" model="stock.picking.transport.reason"> | ||
<field name="name">Returned</field> | ||
</record> | ||
|
||
<!-- Methods of transport --> | ||
<record id="transport_method_MIT" model="stock.picking.transport.method"> | ||
<field name="name">Sender</field> | ||
</record> | ||
<record id="transport_method_DES" model="stock.picking.transport.method"> | ||
<field name="name">Recipient</field> | ||
</record> | ||
<record id="transport_method_COR" model="stock.picking.transport.method"> | ||
<field name="name">Carrier</field> | ||
</record> | ||
|
||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
l10n_it_delivery_note/migrations/14.0.3.0.0/post-migrate.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.