From 9923fe06907a86800948299e8d307ffd4552d12b Mon Sep 17 00:00:00 2001 From: Meet Date: Tue, 12 Jun 2018 23:24:52 +0530 Subject: [PATCH] [IMP]improved readme according to new standard. --- web_x2many_delete_all/README.rst | 58 +------------------ web_x2many_delete_all/readme/CONTRIBUTORS.rst | 2 + web_x2many_delete_all/readme/DESCRIPTION.rst | 1 + web_x2many_delete_all/readme/USAGE.rst | 5 ++ 4 files changed, 9 insertions(+), 57 deletions(-) create mode 100644 web_x2many_delete_all/readme/CONTRIBUTORS.rst create mode 100644 web_x2many_delete_all/readme/DESCRIPTION.rst create mode 100644 web_x2many_delete_all/readme/USAGE.rst diff --git a/web_x2many_delete_all/README.rst b/web_x2many_delete_all/README.rst index 324c4c97..3a25c5d0 100644 --- a/web_x2many_delete_all/README.rst +++ b/web_x2many_delete_all/README.rst @@ -1,59 +1,3 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 - -======================== -X2many Delete All Button -======================== +Readme will be automatically generate. Adds a button to Many2many and One2many fields that removes all linked records. - -Configuration -============= - -No configuration is needed. - -Usage -===== - -To use this module, you need to: - -#. Go to any Many2many or One2many field; -#. click 'Edit'; -#. click the top most trash can button. - -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/162/10.0 - -Bug Tracker -=========== - -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. - -Credits -======= - -Contributors ------------- - -* Dennis Sluijk -* Meet Dholakia - -Maintainer ----------- - -.. image:: https://odoo-community.org/logo.png - :alt: Odoo Community Association - :target: https://odoo-community.org - -This module is maintained by the OCA. - -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. - -To contribute to this module, please visit https://odoo-community.org. diff --git a/web_x2many_delete_all/readme/CONTRIBUTORS.rst b/web_x2many_delete_all/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..9439d427 --- /dev/null +++ b/web_x2many_delete_all/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Dennis Sluijk +* Meet Dholakia diff --git a/web_x2many_delete_all/readme/DESCRIPTION.rst b/web_x2many_delete_all/readme/DESCRIPTION.rst new file mode 100644 index 00000000..f50a2309 --- /dev/null +++ b/web_x2many_delete_all/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module extends the functionality of the list view and adds a button to Many2many and One2many fields that removes all linked records. diff --git a/web_x2many_delete_all/readme/USAGE.rst b/web_x2many_delete_all/readme/USAGE.rst new file mode 100644 index 00000000..69055806 --- /dev/null +++ b/web_x2many_delete_all/readme/USAGE.rst @@ -0,0 +1,5 @@ +To use this module, you need to: + +#. Go to any Many2many or One2many field; +#. click 'Edit'; +#. click the top most trash can button.