diff --git a/crm_project_create/README.rst b/crm_project_create/README.rst index a28e3b39f12..26a0afc6f79 100644 --- a/crm_project_create/README.rst +++ b/crm_project_create/README.rst @@ -17,13 +17,13 @@ CRM Project Create :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github - :target: https://github.com/OCA/crm/tree/16.0/crm_project_create + :target: https://github.com/OCA/crm/tree/17.0/crm_project_create :alt: OCA/crm .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/crm-16-0/crm-16-0-crm_project_create + :target: https://translation.odoo-community.org/projects/crm-17-0/crm-17-0-crm_project_create :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/crm&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/crm&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -73,7 +73,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. @@ -88,7 +88,7 @@ Authors Contributors ------------ -- Emilio Pascual (`Moduon `__) +- Emilio Pascual (`Moduon `__) Maintainers ----------- @@ -114,6 +114,6 @@ Current `maintainers `__: |maintainer-EmilioPascual| |maintainer-rafaelbn| -This module is part of the `OCA/crm `_ project on GitHub. +This module is part of the `OCA/crm `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/crm_project_create/__manifest__.py b/crm_project_create/__manifest__.py index 87bd61902a8..418e4e0947d 100644 --- a/crm_project_create/__manifest__.py +++ b/crm_project_create/__manifest__.py @@ -4,7 +4,7 @@ { "name": "CRM Project Create", "summary": "Allow create projects from lead/opportunity", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "development_status": "Alpha", "category": "Sales/CRM", "website": "https://github.com/OCA/crm", diff --git a/crm_project_create/pyproject.toml b/crm_project_create/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/crm_project_create/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/crm_project_create/static/description/index.html b/crm_project_create/static/description/index.html index edc33d01cfe..64d544256c8 100644 --- a/crm_project_create/static/description/index.html +++ b/crm_project_create/static/description/index.html @@ -8,11 +8,10 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ +:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. -Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +274,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: gray; } /* line numbers */ +pre.code .ln { color: grey; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +300,7 @@ span.pre { white-space: pre } -span.problematic, pre.problematic { +span.problematic { color: red } span.section-subtitle { @@ -369,7 +368,7 @@

CRM Project Create

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:220d84e7993e173d4df77097beee70cf54132d82819d1618bb96da638203e713 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: LGPL-3 OCA/crm Translate me on Weblate Try me on Runboat

+

Alpha License: LGPL-3 OCA/crm Translate me on Weblate Try me on Runboat

This module extends the functionality of crm and project and allow you to create a project from opportunity or lead.

@@ -421,7 +420,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.

@@ -441,15 +440,13 @@

Contributors

Maintainers

This module is maintained by the OCA.

- -Odoo Community Association - +Odoo Community Association

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.

Current maintainers:

EmilioPascual rafaelbn

-

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

+

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

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