Skip to content

Commit

Permalink
[MIG] bc3_importer: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szalatyzuzanna committed Sep 30, 2024
1 parent 2ae293f commit fa9a41d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
12 changes: 6 additions & 6 deletions bc3_importer/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BC3 files importer
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:7daee495c7ca99f6178a9535d2bee76b39dd8ee4d83d4515714c7614a99abaf9
!! source digest: sha256:8a4bde5a231ae421d0dfff998e5965e0beb4a08527805b41ad0d3f40a3781be4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand All @@ -17,13 +17,13 @@ BC3 files importer
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fvertical--construction-lightgray.png?logo=github
:target: https://github.com/OCA/vertical-construction/tree/14.0/bc3_importer
:target: https://github.com/OCA/vertical-construction/tree/15.0/bc3_importer
:alt: OCA/vertical-construction
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/vertical-construction-14-0/vertical-construction-14-0-bc3_importer
:target: https://translation.odoo-community.org/projects/vertical-construction-15-0/vertical-construction-15-0-bc3_importer
: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/vertical-construction&target_branch=14.0
:target: https://runboat.odoo-community.org/builds?repo=OCA/vertical-construction&target_branch=15.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand All @@ -42,7 +42,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/vertical-construction/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 <https://github.com/OCA/vertical-construction/issues/new?body=module:%20bc3_importer%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/vertical-construction/issues/new?body=module:%20bc3_importer%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Expand Down Expand Up @@ -75,6 +75,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/vertical-construction <https://github.com/OCA/vertical-construction/tree/14.0/bc3_importer>`_ project on GitHub.
This module is part of the `OCA/vertical-construction <https://github.com/OCA/vertical-construction/tree/15.0/bc3_importer>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 1 addition & 1 deletion bc3_importer/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Binhex, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/vertical-construction",
"category": "BC3",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"license": "AGPL-3",
"depends": ["project", "sale_management"],
"data": [
Expand Down
7 changes: 3 additions & 4 deletions bc3_importer/models/bc3_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Bc3Version(models.Model):
_name = "bc3.version"
_description = "BC3 Version"
_order = "name"
name = fields.Char("Name", required=True)
name = fields.Char(required=True)
register_ids = fields.One2many(
"bc3.version.register", "version_id", string="Registers"
)
Expand Down Expand Up @@ -41,7 +41,6 @@ class Bc3VersionRegister(models.Model):
("g", "~G"),
("f", "~F"),
],
string="Name",
required=True,
)
description = fields.Text("Rule Description")
Expand Down Expand Up @@ -90,8 +89,8 @@ class Bc3VersionRegisterRule(models.Model):
_description = "BC3 Version Register Rule"
_order = "sequence"

sequence = fields.Integer(string="Sequence")
model_id = fields.Many2one("ir.model", string="Model", ondelete="cascade")
sequence = fields.Integer()
model_id = fields.Many2one("ir.model", ondelete="cascade")
field_id = fields.Many2one(
"ir.model.fields",
"Field",
Expand Down
8 changes: 4 additions & 4 deletions bc3_importer/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,9 @@ <h1 class="title">BC3 files importer</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:7daee495c7ca99f6178a9535d2bee76b39dd8ee4d83d4515714c7614a99abaf9
!! source digest: sha256:8a4bde5a231ae421d0dfff998e5965e0beb4a08527805b41ad0d3f40a3781be4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/vertical-construction/tree/14.0/bc3_importer"><img alt="OCA/vertical-construction" src="https://img.shields.io/badge/github-OCA%2Fvertical--construction-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/vertical-construction-14-0/vertical-construction-14-0-bc3_importer"><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/vertical-construction&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><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/vertical-construction/tree/15.0/bc3_importer"><img alt="OCA/vertical-construction" src="https://img.shields.io/badge/github-OCA%2Fvertical--construction-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/vertical-construction-15-0/vertical-construction-15-0-bc3_importer"><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/vertical-construction&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>Importer of quotations in bc3 format.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
Expand All @@ -389,7 +389,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/vertical-construction/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/vertical-construction/issues/new?body=module:%20bc3_importer%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/vertical-construction/issues/new?body=module:%20bc3_importer%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
Expand Down Expand Up @@ -421,7 +421,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/vertical-construction/tree/14.0/bc3_importer">OCA/vertical-construction</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/vertical-construction/tree/15.0/bc3_importer">OCA/vertical-construction</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
Expand Down

0 comments on commit fa9a41d

Please sign in to comment.