mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-24 06:22:03 +02:00
25 lines
831 B
Python
25 lines
831 B
Python
# Copyright 2019 Ecosoft Co., Ltd (https://ecosoft.co.th/)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
|
|
|
|
{
|
|
"name": "Billing Process",
|
|
"summary": "Group invoice as billing before payment",
|
|
"version": "16.0.1.0.1",
|
|
"author": "Ecosoft, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/OCA/account-invoicing",
|
|
"category": "Account",
|
|
"depends": ["account"],
|
|
"data": [
|
|
"data/account_billing_sequence.xml",
|
|
"data/server_action.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/account_billing_views.xml",
|
|
"views/account_move_views.xml",
|
|
"report/report_billing.xml",
|
|
"report/report.xml",
|
|
],
|
|
"installable": True,
|
|
"development_status": "Alpha",
|
|
"maintainers": ["Saran440"],
|
|
}
|