[FIX]stock:added a Delivered Duty Paid in stock incoterms
authorAlexis de Lattre <>
Tue, 27 Sep 2011 07:31:14 +0000 (13:01 +0530)
committerMayur Maheshwari (OpenERP) <mma@tinyerp.com>
Tue, 27 Sep 2011 07:31:14 +0000 (13:01 +0530)
lp bug: https://launchpad.net/bugs/859751 fixed

bzr revid: mma@tinyerp.com-20110927073114-3pzg5u31t06yj1pg

addons/stock/stock_incoterms.xml

index fb90821..b349fea 100644 (file)
             <field name="code">DAP</field>
             <field name="name">Delivered At Place</field>
         </record>
+       <record id="incoterm_DDP" model="stock.incoterms">
+            <field name="code">DDP</field>
+            <field name="name">Delivered Duty Paid</field>
+        </record>
 
     </data>
 </openerp>