diff --git a/README.md b/README.md index 5e81a597d103..aad677a118b1 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [partner_contact_birthdate](partner_contact_birthdate/) | 17.0.1.0.0 | [![Daemo00](https://github.com/Daemo00.png?size=30px)](https://github.com/Daemo00) | Contact's birthdate [partner_contact_gender](partner_contact_gender/) | 17.0.1.0.0 | | Add gender field to contacts [partner_contact_personal_information_page](partner_contact_personal_information_page/) | 17.0.1.0.0 | [![Daemo00](https://github.com/Daemo00.png?size=30px)](https://github.com/Daemo00) | Add a page to contacts form to put personal information +[partner_fax](partner_fax/) | 17.0.1.0.0 | | Add fax number on partner [partner_firstname](partner_firstname/) | 17.0.1.0.0 | | Split first name and last name for non company partners [partner_identification](partner_identification/) | 17.0.1.0.0 | | Partner Identification Numbers [partner_second_lastname](partner_second_lastname/) | 17.0.1.0.0 | | Have split first and second lastnames diff --git a/partner_fax/README.rst b/partner_fax/README.rst index 4657166670a0..3a218f23e881 100644 --- a/partner_fax/README.rst +++ b/partner_fax/README.rst @@ -7,7 +7,7 @@ Partner fax !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b9f39b5c59cb04927cb02e034e26b2aa1949ce6df00a1c3f7ec2e62bcd41affd + !! source digest: sha256:2f8e19fa2b5e1e012ce7d31860053bc5b9e15bf4704d7dc64d30cbe0fbf61f2b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/partner_fax/static/description/index.html b/partner_fax/static/description/index.html index c16a9bb4649b..a98518f1fad9 100644 --- a/partner_fax/static/description/index.html +++ b/partner_fax/static/description/index.html @@ -1,595 +1,427 @@ - + - - - - Partner fax - - - -
-

Partner fax

- - -

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

-

This module adds a fax field into the partner form.

-

- Table of contents -

-
- -
-
-

- Usage -

-

To use this module, you need to:

-
    -
  1. Go to the partner form
  2. -
  3. There you will see a new field called “Fax” that you can use to save - the partner’s Fax number -
  4. -
-
-
-

- 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. -

-

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

-
-
-

- Credits -

-
-

- Contributors -

- -
-
-

- Maintainers -

-

This module is maintained by the OCA.

- - 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. -

-

This module is part of the - OCA/partner-contact - - project on GitHub. -

-

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

-
-
-
- + + + +Partner fax + + + +
+

Partner fax

+ + +

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

+

This module adds a fax field into the partner form.

+

Table of contents

+
+ +
+
+

Usage

+

To use this module, you need to:

+
    +
  1. Go to the partner form
  2. +
  3. There you will see a new field called “Fax” that you can use to save +the partner’s Fax number
  4. +
+
+
+

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.

+

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

+
+
+

Credits

+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+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.

+

This module is part of the OCA/partner-contact project on GitHub.

+

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

+
+
+
+ diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 5a0f5a5d5859..1de8ae884d90 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "odoo-addons-oca-partner-contact" -version = "17.0.20231211.0" +version = "17.0.20240111.0" dependencies = [ "odoo-addon-partner_address_street3>=17.0dev,<17.1dev", "odoo-addon-partner_contact_birthdate>=17.0dev,<17.1dev", "odoo-addon-partner_contact_gender>=17.0dev,<17.1dev", "odoo-addon-partner_contact_personal_information_page>=17.0dev,<17.1dev", + "odoo-addon-partner_fax>=17.0dev,<17.1dev", "odoo-addon-partner_firstname>=17.0dev,<17.1dev", "odoo-addon-partner_identification>=17.0dev,<17.1dev", "odoo-addon-partner_second_lastname>=17.0dev,<17.1dev",