Files
intrastat-extrastat/intrastat_base/models/res_country.py
Luc De Meyer ea11ddb9db [MIG] intrastat_product: Migration to 11.0
* Small fixes in intrastat_base
* account_tax_template

[UPD] Update intrastat_base.pot
2020-10-14 10:05:34 +02:00

13 lines
348 B
Python

# Copyright 2011-2014 Akretion (<alexis.delattre@akretion.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models
class ResCountry(models.Model):
_inherit = 'res.country'
intrastat = fields.Boolean(
string='EU Country',
help="Set to True for all European Union countries.")