mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
21 lines
880 B
XML
21 lines
880 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!--
|
|
© 2011-2017 Akretion (http://www.akretion.com/)
|
|
@author Alexis de Lattre <alexis.delattre@akretion.com>
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
-->
|
|
<odoo noupdate="1">
|
|
<record id="product_harmonized_system.84715000" model="hs.code">
|
|
<field name="intrastat_unit_id" ref="intrastat_unit_pce" />
|
|
</record>
|
|
<record id="product_harmonized_system.84717050" model="hs.code">
|
|
<field name="intrastat_unit_id" ref="intrastat_unit_pce" />
|
|
</record>
|
|
<record id="base.main_company" model="res.company">
|
|
<field name="intrastat_arrivals">extended</field>
|
|
<field name="intrastat_dispatches">extended</field>
|
|
<field name="incoterm_id" ref="account.incoterm_DDU" />
|
|
<field name="intrastat_transport_id" ref="intrastat_transport_3" />
|
|
</record>
|
|
</odoo>
|