Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
19
partner_invoicing_mode/__manifest__.py
Normal file
19
partner_invoicing_mode/__manifest__.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 2020 Camptocamp
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Partner Invoicing Mode",
|
||||
"version": "18.0.1.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",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user