Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
20
partner_invoicing_mode_at_shipping/__manifest__.py
Normal file
20
partner_invoicing_mode_at_shipping/__manifest__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 2020 Camptocamp
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Partner Invoicing Mode At Shipping",
|
||||
"version": "18.0.1.0.1",
|
||||
"summary": "Create invoices automatically when goods are shipped.",
|
||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/account-invoicing",
|
||||
"license": "AGPL-3",
|
||||
"category": "Accounting & Finance",
|
||||
"data": [
|
||||
"data/queue_job_data.xml",
|
||||
"views/res_partner.xml",
|
||||
],
|
||||
"depends": ["account", "partner_invoicing_mode", "queue_job", "stock"],
|
||||
"external_dependencies": {
|
||||
"python": ["openupgradelib"],
|
||||
},
|
||||
"pre_init_hook": "pre_init_hook",
|
||||
}
|
||||
Reference in New Issue
Block a user