mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-24 12:22:00 +02:00
20 lines
716 B
Python
20 lines
716 B
Python
# Copyright 2021 Ecosoft (<http://ecosoft.co.th>)
|
|
# Copyright 2023 360ERP (<https://360ERP.com>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Account Move Sub State",
|
|
"version": "16.0.1.0.1",
|
|
"category": "Accounting & Finance",
|
|
"author": "360ERP, Ecosoft, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-invoicing",
|
|
"license": "AGPL-3",
|
|
"depends": ["account", "base_substate"],
|
|
"data": [
|
|
"data/account_move_substate_mail_template_data.xml",
|
|
"data/account_move_substate_data.xml",
|
|
"views/account_move_views.xml",
|
|
],
|
|
"demo": ["demo/account_move_substate_demo.xml"],
|
|
"installable": True,
|
|
}
|