Files
Odoo-18.0-20251222/partner_invoicing_mode/readme/DESCRIPTION.md
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

27 lines
808 B
Markdown

This is a base module for implementing different invoicing mode for
customers. It adds a selection field invoicing_mode in the Invoicing tab
(if enterprise account_accountant is installed -> Accounting tab) of the
partner with a default value (Odoo standard invoicing mode).
It can be used on its own to generate automatically (e.g.: each day) the
invoices for standard invoicing mode.
In core, Odoo is grouping invoicing from a group of sale orders on:
- Company
- Partner
- Currency
This module uses grouping on those keys:
- Company
- Invoiced partner
- Currency
- Payment term (as this can be selected on sale order level)
The following modules use it to install specific invoicing mode :
> - partner_invoicing_mode_at_shipping
> - partner_invoicing_mode_monthly
> - partner_invoicing_mode_weekly