From 13a85c42cac06249a766bd72ee16c8d48a04a645 Mon Sep 17 00:00:00 2001 From: Marc Lebreuil Date: Tue, 10 Dec 2024 21:22:47 +0000 Subject: [PATCH] update documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 011d8ab..c558721 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,14 @@ PLUGINS_CONFIG = { ``` * top_level_menu : If "Contracts" appears under the "Plugins" menu item or on its own -* default_accounting_dimensions: The accounting dimensions which will appear in the field' background when empty. +* default_accounting_dimensions: The accounting dimensions which will appear in the field' background when empty. Note that accounting dimensions are now managed as individual objects. The use of this field is deprecated. * mandatory_contract_fields, mandatory_invoice_fields: Fields which are not required by default and can be set as such. The list of fields is at the bottom of the contract import form. * hidden_contract_fields, hidden_invoice_fields: List of fields to be hidden. Fields should not be required to be hidden. ### Customize the plugin fields choices Internal partie reference the legal entity of your organization that is a partie to the contract. +The first currency will also be the default currency for contracts. ```python # configuration.py