Skip to content
Snippets Groups Projects
Commit c2827f6b authored by Christophe Monniez's avatar Christophe Monniez
Browse files

[FIX] l10n_be_invoice_bba: remove warning at install

The malformed manifest is causing a warning when testing all l10n.

closes odoo/odoo#28680
parent 37306b85
Branches
Tags
No related merge requests found
......@@ -11,17 +11,18 @@
'description': """
Add Structured Communication to customer invoices.
---------------------------------------------------------------------------------------------------------------------
--------------------------------------------------
Using BBA structured communication simplifies the reconciliation between invoices and payments.
Using BBA structured communication simplifies the reconciliation between invoices and payments.
You can select the structured communication as payment communication in Invoicing/Accounting settings.
Three algorithms are suggested:
1) Random : +++RRR/RRRR/RRRDD+++
**R..R =** Random Digits, **DD =** Check Digits
2) Date : +++DOY/YEAR/SSSDD+++
**DOY =** Day of the Year, **SSS =** Sequence Number, **DD =** Check Digits
3) Customer Reference +++RRR/RRRR/SSSDDD+++
**R..R =** Customer Reference without non-numeric characters, **SSS =** Sequence Number, **DD =** Check Digits
**R..R =** Customer Reference without non-numeric characters, **SSS =** Sequence Number, **DD =** Check Digits
""",
'depends': ['account', 'l10n_be'],
'data' : [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment