[IMP]subscription_oca: search products by name, category and attributes

This commit is contained in:
PicchiSeba
2024-02-07 09:28:26 +01:00
parent 6c7e7fc656
commit 020e30d7f5
4 changed files with 18 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ Subscription management
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:6cceb39941bea3cc0e4cd62f104b8eb252d1ca35e3e8b9f58e3ebb3fa33e743d
!! source digest: sha256:f1448e45770377a63bdbb73ef0c75b2cedb7309b7c710b61287f3825670aef6f
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -87,6 +87,10 @@ Contributors
* Ilyas <irazor147@gmail.com>
* Giovanni Serra <giovanni@gslab.it>
* `PyTech-SRL <https://pytech.it>`_:
* Sebastiano Picchi <sebastiano.picchi@pytech.it>
Maintainers
~~~~~~~~~~~

View File

@@ -5,3 +5,7 @@
* Ilyas <irazor147@gmail.com>
* Giovanni Serra <giovanni@gslab.it>
* `PyTech-SRL <https://pytech.it>`_:
* Sebastiano Picchi <sebastiano.picchi@pytech.it>

View File

@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
@@ -366,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:6cceb39941bea3cc0e4cd62f104b8eb252d1ca35e3e8b9f58e3ebb3fa33e743d
!! source digest: sha256:f1448e45770377a63bdbb73ef0c75b2cedb7309b7c710b61287f3825670aef6f
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/contract/tree/14.0/subscription_oca"><img alt="OCA/contract" src="https://img.shields.io/badge/github-OCA%2Fcontract-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-subscription_oca"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/contract&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows creating subscriptions that generate recurring invoices or orders. It also enables the sale of products that generate subscriptions.</p>
@@ -433,6 +434,10 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
<li>Giovanni Serra &lt;<a class="reference external" href="mailto:giovanni&#64;gslab.it">giovanni&#64;gslab.it</a>&gt;</li>
</ul>
</li>
<li><a class="reference external" href="https://pytech.it">PyTech-SRL</a>:<ul>
<li>Sebastiano Picchi &lt;<a class="reference external" href="mailto:sebastiano.picchi&#64;pytech.it">sebastiano.picchi&#64;pytech.it</a>&gt;</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">

View File

@@ -491,6 +491,9 @@
<field name="arch" type="xml">
<search>
<field name="subscribable" />
<field name="name" />
<field name="categ_id" />
<field name="attribute_line_ids" />
<filter
string="Suscribable products"
name="subsproducts"