From 1d51f379ef64e94408207e087ba0071f9ea76094 Mon Sep 17 00:00:00 2001 From: sbejaoui Date: Mon, 4 Nov 2024 15:15:27 +0100 Subject: [PATCH] [18.0][MIG] contract_variable_quantity --- contract_variable_quantity/README.rst | 12 ++++++------ contract_variable_quantity/__manifest__.py | 2 +- .../static/description/index.html | 8 ++++---- contract_variable_quantity/views/contract.xml | 10 +++++----- .../views/contract_line_formula.xml | 6 +++--- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/contract_variable_quantity/README.rst b/contract_variable_quantity/README.rst index 8654b763f1..3e8c0d6122 100644 --- a/contract_variable_quantity/README.rst +++ b/contract_variable_quantity/README.rst @@ -17,13 +17,13 @@ Variable quantity in contract recurrent invoicing :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/17.0/contract_variable_quantity + :target: https://github.com/OCA/contract/tree/18.0/contract_variable_quantity :alt: OCA/contract .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/contract-17-0/contract-17-0-contract_variable_quantity + :target: https://translation.odoo-community.org/projects/contract-18-0/contract-18-0-contract_variable_quantity :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=17.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/contract&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -57,7 +57,7 @@ Configuration |image1| -.. |image1| image:: https://raw.githubusercontent.com/OCA/contract/17.0/contract_variable_quantity/images/formula_form.png +.. |image1| image:: https://raw.githubusercontent.com/OCA/contract/18.0/contract_variable_quantity/images/formula_form.png Usage ===== @@ -77,7 +77,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. @@ -117,6 +117,6 @@ 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. +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_variable_quantity/__manifest__.py b/contract_variable_quantity/__manifest__.py index 8cd0705d1e..0a65c59c4f 100644 --- a/contract_variable_quantity/__manifest__.py +++ b/contract_variable_quantity/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Variable quantity in contract recurrent invoicing", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "category": "Contract Management", "license": "AGPL-3", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/contract_variable_quantity/static/description/index.html b/contract_variable_quantity/static/description/index.html index 1894b8408b..70613e2fe8 100644 --- a/contract_variable_quantity/static/description/index.html +++ b/contract_variable_quantity/static/description/index.html @@ -369,7 +369,7 @@

Variable quantity in contract recurrent invoicing

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:bf5c154ac65588fc280046147b7f3d978557cfe2cd62bd08acf47761e173da74 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

With this module, you will be able to define in recurring contracts some lines with variable quantity according to a provided formula.

Table of contents

@@ -406,7 +406,7 @@

Configuration

-

image1

+

image1

Usage

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

@@ -465,7 +465,7 @@

Maintainers

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.

+

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_variable_quantity/views/contract.xml b/contract_variable_quantity/views/contract.xml index 4650cb8fef..70e0dd9b2f 100644 --- a/contract_variable_quantity/views/contract.xml +++ b/contract_variable_quantity/views/contract.xml @@ -8,31 +8,31 @@ "qty_type != 'fixed'" qty_type != 'fixed' - + diff --git a/contract_variable_quantity/views/contract_line_formula.xml b/contract_variable_quantity/views/contract_line_formula.xml index 6509094dec..94d069f131 100644 --- a/contract_variable_quantity/views/contract_line_formula.xml +++ b/contract_variable_quantity/views/contract_line_formula.xml @@ -3,9 +3,9 @@ contract.line.qty.formula - + - + @@ -70,7 +70,7 @@ Formulas (quantity) contract.line.qty.formula - tree,form + list,form

Click to create a new formula for variable quantities.