Skip to content

Commit

Permalink
Merge pull request #57 from OCA/15.0
Browse files Browse the repository at this point in the history
Fork Sync Branch 15.0-dev
  • Loading branch information
btl-bot authored Jan 18, 2024
2 parents 0a8f4b1 + e605c59 commit d481022
Show file tree
Hide file tree
Showing 61 changed files with 10,374 additions and 14,609 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ addon | version | maintainers | summary
[base_cron_exclusion](base_cron_exclusion/) | 15.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Allow you to select scheduled actions that should not run simultaneously.
[base_custom_info](base_custom_info/) | 15.0.1.0.0 | | Add custom field in models
[base_exception](base_exception/) | 15.0.1.0.3 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...)
[base_fontawesome](base_fontawesome/) | 15.0.5.15.4 | | Up to date Fontawesome resources.
[base_fontawesome](base_fontawesome/) | 15.0.6.6.0 | | Up to date Fontawesome resources.
[base_kanban_stage](base_kanban_stage/) | 15.0.1.0.2 | | Provides stage model and abstract logic for inheritance
[base_kanban_stage_state](base_kanban_stage_state/) | 15.0.1.0.0 | | Maps stages from base_kanban_stage to states
[base_model_restrict_update](base_model_restrict_update/) | 15.0.1.0.1 | | Update Restrict Model
Expand Down Expand Up @@ -62,6 +62,7 @@ addon | version | maintainers | summary
[onchange_helper](onchange_helper/) | 15.0.1.0.1 | | Technical module that ease execution of onchange in Python code
[scheduler_error_mailer](scheduler_error_mailer/) | 15.0.1.0.0 | | Scheduler Error Mailer
[sentry](sentry/) | 15.0.3.0.1 | [![barsi](https://github.com/barsi.png?size=30px)](https://github.com/barsi) [![naglis](https://github.com/naglis.png?size=30px)](https://github.com/naglis) [![versada](https://github.com/versada.png?size=30px)](https://github.com/versada) [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![fernandahf](https://github.com/fernandahf.png?size=30px)](https://github.com/fernandahf) | Report Odoo errors to Sentry
[tracking_manager](tracking_manager/) | 15.0.1.0.0 | [![Kev-Roche](https://github.com/Kev-Roche.png?size=30px)](https://github.com/Kev-Roche) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | This module tracks all fields of a model, including one2many and many2many ones.
[upgrade_analysis](upgrade_analysis/) | 15.0.3.0.0 | [![StefanRijnhart](https://github.com/StefanRijnhart.png?size=30px)](https://github.com/StefanRijnhart) [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Performs a difference analysis between modules installed on two different Odoo instances

[//]: # (end addons)
Expand Down
4 changes: 2 additions & 2 deletions base_fontawesome/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Base Fontawesome
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9e89cf3a0ae575385db1756993f7b7babd37d330e77599d00fef341071d6b315
!! source digest: sha256:d23485f0bc2033bc688bc6c01c03ea7934f3ade7365c38cc32515a00fafcfae1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand All @@ -30,7 +30,7 @@ Base Fontawesome

Provide up to date `Fontawesome <http://fontawesome.io/>`_ resources.

Current version: 5.13.0 (the version of this module matches it).
Current version: 6.5.1 (the version of this module matches it).

**Table of contents**

Expand Down
10 changes: 5 additions & 5 deletions base_fontawesome/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Base Fontawesome",
"summary": """Up to date Fontawesome resources.""",
"version": "15.0.5.15.4",
"version": "15.0.6.6.0",
"license": "LGPL-3",
"website": "https://github.com/OCA/server-tools",
"author": "Camptocamp,Creu Blanca,Odoo Community Association (OCA)",
Expand All @@ -17,8 +17,8 @@
"web/static/lib/fontawesome/css/font-awesome.css",
"base_fontawesome/static/src/css/fontawesome.css",
),
"base_fontawesome/static/lib/fontawesome-5.15.4/css/all.css",
"base_fontawesome/static/lib/fontawesome-5.15.4/css/v4-shims.css",
"base_fontawesome/static/lib/fontawesome-6.5.1/css/all.css",
"base_fontawesome/static/lib/fontawesome-6.5.1/css/v4-shims.css",
"base_fontawesome/static/src/js/form_renderer.js",
"base_fontawesome/static/src/js/list_renderer.js",
],
Expand All @@ -28,8 +28,8 @@
"web/static/lib/fontawesome/css/font-awesome.css",
"base_fontawesome/static/src/css/fontawesome.css",
),
"base_fontawesome/static/lib/fontawesome-5.15.4/css/all.css",
"base_fontawesome/static/lib/fontawesome-5.15.4/css/v4-shims.css",
"base_fontawesome/static/lib/fontawesome-6.5.1/css/all.css",
"base_fontawesome/static/lib/fontawesome-6.5.1/css/v4-shims.css",
],
},
}
2 changes: 1 addition & 1 deletion base_fontawesome/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Provide up to date `Fontawesome <http://fontawesome.io/>`_ resources.

Current version: 5.13.0 (the version of this module matches it).
Current version: 6.5.1 (the version of this module matches it).
5 changes: 2 additions & 3 deletions base_fontawesome/static/description/index.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -367,11 +366,11 @@ <h1 class="title">Base Fontawesome</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9e89cf3a0ae575385db1756993f7b7babd37d330e77599d00fef341071d6b315
!! source digest: sha256:d23485f0bc2033bc688bc6c01c03ea7934f3ade7365c38cc32515a00fafcfae1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/15.0/base_fontawesome"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_fontawesome"><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/server-tools&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Provide up to date <a class="reference external" href="http://fontawesome.io/">Fontawesome</a> resources.</p>
<p>Current version: 5.13.0 (the version of this module matches it).</p>
<p>Current version: 6.5.1 (the version of this module matches it).</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand Down
Loading

0 comments on commit d481022

Please sign in to comment.