Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
22
account_invoice_fiscal_position_update/__manifest__.py
Normal file
22
account_invoice_fiscal_position_update/__manifest__.py
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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,
|
||||
}
|
||||
Reference in New Issue
Block a user