oca-financial/odoo-bringout-oca-account-invoicing-account_billing/account_billing/__manifest__.py
2025-08-29 15:43:04 +02:00

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"],
}