From db24e731757c718897e8031f99c15a37565b1501 Mon Sep 17 00:00:00 2001 From: David Beal Date: Wed, 22 Mar 2023 10:08:07 +0100 Subject: [PATCH] IMP base_usa: add write_date on config parameter --- base_usability/README.rst | 34 +++++++++++++++----- base_usability/__manifest__.py | 1 + base_usability/readme/DESCRIPTION.rst | 1 + base_usability/static/description/index.html | 19 +++++++---- base_usability/views/ir_config_parameter.xml | 15 +++++++++ 5 files changed, 56 insertions(+), 14 deletions(-) create mode 100644 base_usability/views/ir_config_parameter.xml diff --git a/base_usability/README.rst b/base_usability/README.rst index 72a2efa..be54091 100644 --- a/base_usability/README.rst +++ b/base_usability/README.rst @@ -13,11 +13,17 @@ Base Usability .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -.. |badge3| image:: https://img.shields.io/badge/github-akretion%2Fodoo--usability-lightgray.png?logo=github - :target: https://github.com/akretion/odoo-usability/tree/12.0/base_usability - :alt: akretion/odoo-usability +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fodoo--usability-lightgray.png?logo=github + :target: https://github.com/OCA/odoo-usability/tree/16.0/base_usability + :alt: OCA/odoo-usability +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/odoo-usability-16-0/odoo-usability-16-0-base_usability + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/odoo-usability&target_branch=16.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| +|badge1| |badge2| |badge3| |badge4| |badge5| This module adds the following functions: @@ -44,6 +50,7 @@ This module adds the following functions: * Remove empty lines in address * Add bank Name field on res.partner.bank * Partners auto-created for users are Suppliers and not Customers +* Add write_date on ir.config_parameter **Table of contents** @@ -53,10 +60,10 @@ This module adds the following functions: Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -72,11 +79,22 @@ Contributors ~~~~~~~~~~~~ * Alexis de Lattre +* Raphaël Valyi * David Beal Maintainers ~~~~~~~~~~~ -This module is part of the `akretion/odoo-usability `_ project on GitHub. +This module is maintained by the OCA. -You are welcome to contribute. +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/odoo-usability `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/base_usability/__manifest__.py b/base_usability/__manifest__.py index 817e0da..ef1eeb8 100644 --- a/base_usability/__manifest__.py +++ b/base_usability/__manifest__.py @@ -18,6 +18,7 @@ 'views/res_partner_bank.xml', 'views/res_country.xml', 'views/res_company.xml', + 'views/ir_config_parameter.xml', 'views/ir_module.xml', 'views/ir_sequence.xml', 'views/ir_property.xml', diff --git a/base_usability/readme/DESCRIPTION.rst b/base_usability/readme/DESCRIPTION.rst index f61dc38..1f8a874 100644 --- a/base_usability/readme/DESCRIPTION.rst +++ b/base_usability/readme/DESCRIPTION.rst @@ -23,3 +23,4 @@ This module adds the following functions: * Remove empty lines in address * Add bank Name field on res.partner.bank * Partners auto-created for users are Suppliers and not Customers +* Add write_date on ir.config_parameter \ No newline at end of file diff --git a/base_usability/static/description/index.html b/base_usability/static/description/index.html index 03faecc..fb371e9 100644 --- a/base_usability/static/description/index.html +++ b/base_usability/static/description/index.html @@ -3,7 +3,7 @@ - + Base Usability