23 lines
799 B
Python
23 lines
799 B
Python
# Copyright 2011-2020 Julius Network Solutions SARL <contact@julius.fr>
|
|
# Copyright 2014-2020 Akretion France (http://www.akretion.com/)
|
|
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
|
# Copyright 2018-2020 Roel Adriaans <roel@road-support.nl>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
|
|
{
|
|
"name": "Invoice Fiscal Position Update",
|
|
"version": "18.0.2.0.0",
|
|
"category": "Accounting",
|
|
"license": "AGPL-3",
|
|
"summary": "Changing the fiscal position of an invoice will auto-update "
|
|
"invoice lines",
|
|
"website": "https://github.com/OCA/account-invoicing",
|
|
"author": "Julius Network Solutions,"
|
|
"Akretion,"
|
|
"Odoo Community Association (OCA)",
|
|
"maintainers": ["alexis-via"],
|
|
"depends": ["account"],
|
|
"installable": True,
|
|
}
|