mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-24 02:02:08 +02:00
19 lines
681 B
Python
19 lines
681 B
Python
# Copyright 2020 Camptocamp
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Partner Invoicing Mode",
|
|
"version": "16.0.2.0.0",
|
|
"summary": "Base module for handling multiple partner invoicing mode",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-invoicing",
|
|
"license": "AGPL-3",
|
|
"category": "Accounting & Finance",
|
|
"depends": ["account", "base_partition", "queue_job", "sale"],
|
|
"data": [
|
|
"data/queue_job_data.xml",
|
|
"data/ir_cron.xml",
|
|
"views/res_partner.xml",
|
|
"views/res_config_settings.xml",
|
|
"views/sale_order.xml",
|
|
],
|
|
}
|