diff --git a/contract_update_last_date_invoiced/README.rst b/contract_update_last_date_invoiced/README.rst index ebb42e076..2094291dd 100644 --- a/contract_update_last_date_invoiced/README.rst +++ b/contract_update_last_date_invoiced/README.rst @@ -17,13 +17,13 @@ Contract Last Date Update :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcontract-lightgray.png?logo=github - :target: https://github.com/OCA/contract/tree/14.0/contract_update_last_date_invoiced + :target: https://github.com/OCA/contract/tree/16.0/contract_update_last_date_invoiced :alt: OCA/contract .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-contract_update_last_date_invoiced + :target: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-contract_update_last_date_invoiced :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/contract&target_branch=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/contract&target_branch=16.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -49,7 +49,7 @@ 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 to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -66,6 +66,8 @@ Contributors * Souheil Bejaoui * Denis Roussel +* `Moduon `_: + * `Eduardo López` Maintainers ~~~~~~~~~~~ @@ -80,6 +82,17 @@ 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/contract `_ project on GitHub. +.. |maintainer-rafaelbn| image:: https://github.com/rafaelbn.png?size=40px + :target: https://github.com/rafaelbn + :alt: rafaelbn +.. |maintainer-edlopen| image:: https://github.com/edlopen.png?size=40px + :target: https://github.com/edlopen + :alt: edlopen + +Current `maintainers `__: + +|maintainer-rafaelbn| |maintainer-edlopen| + +This module is part of the `OCA/contract `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/contract_update_last_date_invoiced/__manifest__.py b/contract_update_last_date_invoiced/__manifest__.py index e51c9e17c..fdce1c11f 100644 --- a/contract_update_last_date_invoiced/__manifest__.py +++ b/contract_update_last_date_invoiced/__manifest__.py @@ -5,14 +5,16 @@ "name": "Contract Last Date Update", "summary": """ This module allows to update the last date invoiced if invoices are deleted.""", - "version": "14.0.1.0.0", + "version": "16.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/contract", "depends": ["contract"], "data": [ "security/security.xml", + "views/contract_views.xml", "views/contract_line.xml", "wizards/update_last_date_invoiced.xml", ], + "maintainers": ["rafaelbn", "edlopen"], } diff --git a/contract_update_last_date_invoiced/readme/CONFIGURATION.rst b/contract_update_last_date_invoiced/readme/CONFIGURATION.rst new file mode 100644 index 000000000..2ea54f3d5 --- /dev/null +++ b/contract_update_last_date_invoiced/readme/CONFIGURATION.rst @@ -0,0 +1,4 @@ +- Access in development mode +- Go to Settings > Users & Companies > Users +- Select the user you want to configure +- Give the user "Contract: Can update last date invoiced?" permission diff --git a/contract_update_last_date_invoiced/readme/CONTRIBUTORS.rst b/contract_update_last_date_invoiced/readme/CONTRIBUTORS.rst index 27eebf9cd..534d03789 100644 --- a/contract_update_last_date_invoiced/readme/CONTRIBUTORS.rst +++ b/contract_update_last_date_invoiced/readme/CONTRIBUTORS.rst @@ -1,2 +1,4 @@ * Souheil Bejaoui * Denis Roussel +* `Moduon `_: + * `Eduardo López` diff --git a/contract_update_last_date_invoiced/static/description/index.html b/contract_update_last_date_invoiced/static/description/index.html index f2eeeee0b..9c687b482 100644 --- a/contract_update_last_date_invoiced/static/description/index.html +++ b/contract_update_last_date_invoiced/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,7 +368,7 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:d1169a476e52df51b7161995a9bc929449341a6cc9377a093e288eaef87bbf8e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/contract Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/contract Translate me on Weblate Try me on Runboat

This module allows users to update the last date invoiced (e.g.: deletion of invoices).

Table of contents

@@ -398,7 +397,7 @@ ul.auto-toc {

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 to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -414,6 +413,8 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
@@ -423,7 +424,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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/contract project on GitHub.

+

Current maintainers:

+

rafaelbn edlopen

+

This module is part of the OCA/contract project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/contract_update_last_date_invoiced/views/contract_views.xml b/contract_update_last_date_invoiced/views/contract_views.xml new file mode 100644 index 000000000..3d9c9e597 --- /dev/null +++ b/contract_update_last_date_invoiced/views/contract_views.xml @@ -0,0 +1,16 @@ + + + + contract.contract.form.inherit + contract.contract + + + + + + + +