diff --git a/README.md b/README.md index 744a5fc188f..6234c6df379 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ crm [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[crm_lead_firstname](crm_lead_firstname/) | 18.0.1.0.0 | | Specify split names for contacts in leads [//]: # (end addons) diff --git a/crm_lead_firstname/README.rst b/crm_lead_firstname/README.rst index 9db1d053877..8e371da452f 100644 --- a/crm_lead_firstname/README.rst +++ b/crm_lead_firstname/README.rst @@ -7,7 +7,7 @@ Firstname and Lastname in Leads !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:431dad68dc372073075482a0f85b6de27bde781f773cf048cc7e48474f909d61 + !! source digest: sha256:8d7ba7e029d9084784e63ade1ca88d37f1df1277caa7e6528feeb82a3bd97696 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -46,24 +46,23 @@ Installation To install this module, you need to: -- Install - `OCA/partner-contact `__ - repo. +- Install + `OCA/partner-contact `__ repo. Usage ===== To use this module, you need to: -- Go to *CRM > Leads > Leads > Create*. -- You have the new split fields *Firstname* and *Lastname*. Fill them. -- Press *Convert to Opportunity*. -- In *Related Customer* choose *Create a new customer*. -- Press *Create Opportunity*. -- In the new opportunity, go to *Followup* tab. There are the new - fields too. -- If you go to the partner you just created, you will see that its - first and last names match those in the lead. +- Go to *CRM > Leads > Leads > Create*. +- You have the new split fields *Firstname* and *Lastname*. Fill them. +- Press *Convert to Opportunity*. +- In *Related Customer* choose *Create a new customer*. +- Press *Create Opportunity*. +- In the new opportunity, go to *Followup* tab. There are the new fields + too. +- If you go to the partner you just created, you will see that its first + and last names match those in the lead. Bug Tracker =========== @@ -86,10 +85,10 @@ Authors Contributors ------------ -- Rafael Blasco -- Jairo Llopis -- Raf Ven -- Nikos Tsirintanis +- Rafael Blasco +- Jairo Llopis +- Raf Ven +- Nikos Tsirintanis Maintainers ----------- diff --git a/crm_lead_firstname/static/description/index.html b/crm_lead_firstname/static/description/index.html index 93c85b4a1d3..8f0e2758548 100644 --- a/crm_lead_firstname/static/description/index.html +++ b/crm_lead_firstname/static/description/index.html @@ -367,7 +367,7 @@

Firstname and Lastname in Leads

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:431dad68dc372073075482a0f85b6de27bde781f773cf048cc7e48474f909d61 +!! source digest: sha256:8d7ba7e029d9084784e63ade1ca88d37f1df1277caa7e6528feeb82a3bd97696 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionality of CRM leads to support split @@ -396,8 +396,7 @@

Installation

To install this module, you need to:

@@ -409,10 +408,10 @@

Usage

  • Press Convert to Opportunity.
  • In Related Customer choose Create a new customer.
  • Press Create Opportunity.
  • -
  • In the new opportunity, go to Followup tab. There are the new -fields too.
  • -
  • If you go to the partner you just created, you will see that its -first and last names match those in the lead.
  • +
  • In the new opportunity, go to Followup tab. There are the new fields +too.
  • +
  • If you go to the partner you just created, you will see that its first +and last names match those in the lead.
  • diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 00000000000..0484b2c8db8 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-crm" +version = "18.0.20250204.0" +dependencies = [ + "odoo-addon-crm_lead_firstname==18.0.*", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 18.0", +]