mirror of
https://gitlab.com/flectra-community/bank-payment.git
synced 2024-11-22 13:42:07 +00:00
21 lines
690 B
Python
21 lines
690 B
Python
# Copyright 2022 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
|
{
|
|
"name": "Account Payment Mode Default Account",
|
|
"summary": "Set Receivable or Payable account according to payment mode",
|
|
"version": "2.0.1.0.0",
|
|
"development_status": "Alpha",
|
|
"category": "Accounting/Accounting",
|
|
"website": "https://gitlab.com/flectra-community/bank-payment",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"account_payment_partner",
|
|
],
|
|
"data": [
|
|
"views/account_payment_mode.xml",
|
|
],
|
|
"post_init_hook": "post_init_hook",
|
|
"uninstall_hook": "uninstall_hook",
|
|
}
|