mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[MIG] intrastat_base: Migration to 13.0
This commit is contained in:
committed by
Alexis de Lattre
parent
6a6bdb8fea
commit
3d58bc2f90
@@ -1,11 +1,11 @@
|
|||||||
# Copyright 2011-2016 Akretion (http://www.akretion.com)
|
# Copyright 2011-2016 Akretion (http://www.akretion.com)
|
||||||
# Copyright 2018 brain-tec AG (Kumar Aberer <kumar.aberer@braintec-group.com>)
|
# Copyright 2018 brain-tec AG (Kumar Aberer <kumar.aberer@braintec-group.com>)
|
||||||
# Copyright 2009-2019 Noviat (http://www.noviat.com)
|
# Copyright 2009-2020 Noviat (http://www.noviat.com)
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Intrastat Reporting Base',
|
'name': 'Intrastat Reporting Base',
|
||||||
'version': '12.0.1.0.0',
|
'version': '13.0.1.0.0',
|
||||||
'category': 'Intrastat',
|
'category': 'Intrastat',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'summary': 'Base module for Intrastat reporting',
|
'summary': 'Base module for Intrastat reporting',
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
<record id="base.res_partner_2" model="res.partner"> <!-- Deco Addict -->
|
<record id="base.res_partner_2" model="res.partner"> <!-- Deco Addict -->
|
||||||
<field name="vat">BE0884025633</field>
|
<field name="vat">BE0884025633</field>
|
||||||
<field name="supplier">True</field>
|
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<record id="shipping_costs_exclude" model="product.product">
|
<record id="shipping_costs_exclude" model="product.product">
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<field name="model">res.config.settings</field>
|
<field name="model">res.config.settings</field>
|
||||||
<field name="inherit_id" ref="account.res_config_settings_view_form"/>
|
<field name="inherit_id" ref="account.res_config_settings_view_form"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//div[@id='recommended_apps']" position="after">
|
<xpath expr="//div[@id='analytic']" position="after">
|
||||||
<h2>Intrastat</h2>
|
<h2>Intrastat</h2>
|
||||||
<div class="row mt16 o_settings_container" id="intrastat">
|
<div class="row mt16 o_settings_container" id="intrastat">
|
||||||
<div class="col-xs-12 col-md-12 o_setting_box">
|
<div class="col-xs-12 col-md-12 o_setting_box">
|
||||||
|
|||||||
Reference in New Issue
Block a user