mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-26 19:42:08 +02:00
21 lines
691 B
Python
21 lines
691 B
Python
# Copyright 2023 Camptocamp SA
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl)
|
|
|
|
{
|
|
"name": "Account Tax Change",
|
|
"version": "16.0.1.0.3",
|
|
"summary": "Configure your tax changes starting from a date.",
|
|
"category": "Accounting & Finance",
|
|
"author": "Camptocamp, " "Odoo Community Association (OCA)",
|
|
"license": "LGPL-3",
|
|
"website": "https://github.com/OCA/account-invoicing",
|
|
"depends": ["account"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/account_tax_change.xml",
|
|
"wizards/account_move_apply_tax_change.xml",
|
|
],
|
|
"installable": True,
|
|
"development_status": "Beta",
|
|
"maintainers": ["sebalix"],
|
|
}
|