mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[BOT] post-merge updates
This commit is contained in:
@@ -25,6 +25,7 @@ addon | version | maintainers | summary
|
||||
[contract](contract/) | 16.0.2.8.1 | | Recurring - Contracts Management
|
||||
[contract_invoice_start_end_dates](contract_invoice_start_end_dates/) | 16.0.1.0.0 | [](https://github.com/florian-dacosta) | Contract Invoice Start End Dates
|
||||
[contract_payment_mode](contract_payment_mode/) | 16.0.1.0.0 | | Payment mode in contracts and their invoices
|
||||
[contract_queue_job](contract_queue_job/) | 16.0.1.0.1 | [](https://github.com/sbejaoui) [](https://github.com/BurkhalterY) | This addon make contract invoicing cron plan each contract in a job instead of creating all invoices in one transaction
|
||||
[contract_sale](contract_sale/) | 16.0.1.2.0 | | Contract from Sale
|
||||
[contract_sale_generation](contract_sale_generation/) | 16.0.1.1.0 | | Contracts Management - Recurring Sales
|
||||
[contract_variable_quantity](contract_variable_quantity/) | 16.0.1.1.0 | | Variable quantity in contract recurrent invoicing
|
||||
|
||||
@@ -7,7 +7,7 @@ Contract Queue Job
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:a5253428f2c42e1b43cd35eb91768ba2ecfeb2474c9be5e1f50f3b304e31b97a
|
||||
!! source digest: sha256:6694fe97ba2c4c5343006af38811c58f4b864357bf894956bd3e4b51eae88b72
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"summary": """
|
||||
This addon make contract invoicing cron plan each contract in a job
|
||||
instead of creating all invoices in one transaction""",
|
||||
"version": "16.0.1.0.0",
|
||||
"version": "16.0.1.0.1",
|
||||
"license": "AGPL-3",
|
||||
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/contract",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<?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>
|
||||
@@ -367,7 +366,7 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:a5253428f2c42e1b43cd35eb91768ba2ecfeb2474c9be5e1f50f3b304e31b97a
|
||||
!! source digest: sha256:6694fe97ba2c4c5343006af38811c58f4b864357bf894956bd3e4b51eae88b72
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/16.0/contract_queue_job"><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-16-0/contract-16-0-contract_queue_job"><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&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This addon make contract invoicing cron plan each contract in a job instead of creating all invoices in one transaction</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
16.0.20240220.0
|
||||
16.0.20240419.0
|
||||
@@ -12,6 +12,7 @@ setuptools.setup(
|
||||
'odoo-addon-contract>=16.0dev,<16.1dev',
|
||||
'odoo-addon-contract_invoice_start_end_dates>=16.0dev,<16.1dev',
|
||||
'odoo-addon-contract_payment_mode>=16.0dev,<16.1dev',
|
||||
'odoo-addon-contract_queue_job>=16.0dev,<16.1dev',
|
||||
'odoo-addon-contract_sale>=16.0dev,<16.1dev',
|
||||
'odoo-addon-contract_sale_generation>=16.0dev,<16.1dev',
|
||||
'odoo-addon-contract_variable_quantity>=16.0dev,<16.1dev',
|
||||
|
||||
Reference in New Issue
Block a user