Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Feb 22, 2024
1 parent 6667328 commit d248a27
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ addon | version | maintainers | summary
[base_multi_company](base_multi_company/) | 14.0.1.1.10 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Provides a base for adding multi-company support to models.
[company_dependent_attribute](company_dependent_attribute/) | 14.0.1.0.0 | | Display company dependent attribute on fields
[intercompany_shared_contact](intercompany_shared_contact/) | 14.0.1.1.2 | | User of each company are contact of a company partner. All child address of a company are automatically shared
[ir_config_parameter_multi_company](ir_config_parameter_multi_company/) | 14.0.1.0.1 | [![deniscraciungabriel](https://github.com/deniscraciungabriel.png?size=30px)](https://github.com/deniscraciungabriel) [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Add res company field in ir config parameter
[login_all_company](login_all_company/) | 14.0.1.0.1 | | Access all your companies when you log in
[mail_multicompany](mail_multicompany/) | 14.0.0.1.0 | | Email Gateway Multi company
[mail_template_multi_company](mail_template_multi_company/) | 14.0.1.0.0 | [![Olivier-LAURENT](https://github.com/Olivier-LAURENT.png?size=30px)](https://github.com/Olivier-LAURENT) | Mail Template Multi Company
Expand Down
2 changes: 1 addition & 1 deletion ir_config_parameter_multi_company/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ IR Config Parameter Multi Company
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9ba33e6ad629e625d858d0e87c38cf539216080a0193249712d3d0d947ca149b
!! source digest: sha256:b0b73151f9bc3aa7a0e350c53ccaa05cc297dcfd2f0db228aa1ad0fedbeb4319
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion ir_config_parameter_multi_company/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "IR Config Parameter Multi Company",
"summary": "Add res company field in ir config parameter",
"version": "14.0.1.0.0",
"version": "14.0.1.0.1",
"category": "Tools",
"author": "Innovyou, Odoo Community Association (OCA)",
"maintainers": ["deniscraciungabriel", "eLBati"],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,7 +366,7 @@ <h1 class="title">IR Config Parameter Multi Company</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9ba33e6ad629e625d858d0e87c38cf539216080a0193249712d3d0d947ca149b
!! source digest: sha256:b0b73151f9bc3aa7a0e350c53ccaa05cc297dcfd2f0db228aa1ad0fedbeb4319
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/multi-company/tree/14.0/ir_config_parameter_multi_company"><img alt="OCA/multi-company" src="https://img.shields.io/badge/github-OCA%2Fmulti--company-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/multi-company-14-0/multi-company-14-0-ir_config_parameter_multi_company"><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/multi-company&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 enables you to associate to an ir.config_parameter, certain values based on the company that you currently have selected.
Expand Down
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0.20230629.0
14.0.20240222.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'odoo14-addon-base_multi_company',
'odoo14-addon-company_dependent_attribute',
'odoo14-addon-intercompany_shared_contact',
'odoo14-addon-ir_config_parameter_multi_company',
'odoo14-addon-login_all_company',
'odoo14-addon-mail_multicompany',
'odoo14-addon-mail_template_multi_company',
Expand Down

0 comments on commit d248a27

Please sign in to comment.