Skip to content

Commit 09c3dc2

Browse files
[MIG] l10n_be_national_number > l10n_be_partner_identification
1 parent f581c27 commit 09c3dc2

File tree

6 files changed

+31
-43
lines changed

6 files changed

+31
-43
lines changed

l10n_be_national_number/__manifest__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
{
66
"name": "Belgium - National Number",
77
"summary": """
8-
Belgian National Numbe.""",
9-
"version": "16.0.1.0.0",
8+
Emptied.""",
9+
"version": "16.0.2.0.0",
1010
"category": "Contact",
1111
"website": "https://github.com/coopiteasy/addons",
1212
"author": "Coop IT Easy SC, Odoo Community Association (OCA)",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
from openupgradelib import openupgrade
2+
3+
renamed_xml_ids = (
4+
(
5+
"l10n_be_national_number.l10n_be_national_number_category",
6+
"l10n_be_partner_identification.l10n_be_national_registry_number_category",
7+
),
8+
)
9+
10+
11+
@openupgrade.migrate()
12+
def migrate(env, version):
13+
openupgrade.rename_xmlids(env.cr, renamed_xml_ids)

l10n_be_national_number/readme/CONTRIBUTORS.rst

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Belgian National Number
1+
Emptied/

l10n_be_national_number/readme/ROADMAP.rst

-1
This file was deleted.

l10n_be_national_number/static/description/index.html

+15-36
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -369,61 +368,41 @@ <h1 class="title">Belgium - National Number</h1>
369368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370369
!! source digest: sha256:c62a811464aa978a3fd6b62a70ba6f765704028094283ca84edacc39627a72ad
371370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/l10n-belgium/tree/14.0/l10n_be_national_number"><img alt="OCA/l10n-belgium" src="https://img.shields.io/badge/github-OCA%2Fl10n--belgium-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-belgium-14-0/l10n-belgium-14-0-l10n_be_national_number"><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/l10n-belgium&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373-
<p>Belgian National Number</p>
371+
<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/coopiteasy/addons/tree/16.0/l10n_be_national_number"><img alt="coopiteasy/addons" src="https://img.shields.io/badge/github-coopiteasy%2Faddons-lightgray.png?logo=github" /></a></p>
372+
<p>Emptied/</p>
374373
<p><strong>Table of contents</strong></p>
375374
<div class="contents local topic" id="contents">
376375
<ul class="simple">
377-
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-1">Known issues / Roadmap</a></li>
378-
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li>
379-
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
380-
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
381-
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
382-
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
376+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
377+
<li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
378+
<li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
379+
<li><a class="reference internal" href="#maintainers" id="toc-entry-4">Maintainers</a></li>
383380
</ul>
384381
</li>
385382
</ul>
386383
</div>
387-
<div class="section" id="known-issues-roadmap">
388-
<h1><a class="toc-backref" href="#toc-entry-1">Known issues / Roadmap</a></h1>
389-
<p>Implement a validation method.</p>
390-
</div>
391384
<div class="section" id="bug-tracker">
392-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
393-
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-belgium/issues">GitHub Issues</a>.
385+
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
386+
<p>Bugs are tracked on <a class="reference external" href="https://github.com/coopiteasy/addons/issues">GitHub Issues</a>.
394387
In case of trouble, please check there if your issue has already been reported.
395388
If you spotted it first, help us to smash it by providing a detailed and welcomed
396-
<a class="reference external" href="https://github.com/OCA/l10n-belgium/issues/new?body=module:%20l10n_be_national_number%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
389+
<a class="reference external" href="https://github.com/coopiteasy/addons/issues/new?body=module:%20l10n_be_national_number%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
397390
<p>Do not contact contributors directly about support or help with technical issues.</p>
398391
</div>
399392
<div class="section" id="credits">
400-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
393+
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
401394
<div class="section" id="authors">
402-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
395+
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
403396
<ul class="simple">
404397
<li>Coop IT Easy SC</li>
405398
</ul>
406399
</div>
407-
<div class="section" id="contributors">
408-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
409-
<ul class="simple">
410-
<li><a class="reference external" href="https://coopiteasy.be">Coop IT Easy SC</a>:<ul>
411-
<li>Victor Champonnois</li>
412-
</ul>
413-
</li>
414-
</ul>
415-
</div>
416400
<div class="section" id="maintainers">
417-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
418-
<p>This module is maintained by the OCA.</p>
419-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
420-
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
421-
mission is to support the collaborative development of Odoo features and
422-
promote its widespread use.</p>
423-
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
401+
<h2><a class="toc-backref" href="#toc-entry-4">Maintainers</a></h2>
402+
<p>Current maintainer:</p>
424403
<p><a class="reference external image-reference" href="https://github.com/victor-champonnois"><img alt="victor-champonnois" src="https://github.com/victor-champonnois.png?size=40px" /></a></p>
425-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-belgium/tree/14.0/l10n_be_national_number">OCA/l10n-belgium</a> project on GitHub.</p>
426-
<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>
404+
<p>This module is part of the <a class="reference external" href="https://github.com/coopiteasy/addons/tree/16.0/l10n_be_national_number">coopiteasy/addons</a> project on GitHub.</p>
405+
<p>You are welcome to contribute.</p>
427406
</div>
428407
</div>
429408
</div>

0 commit comments

Comments
 (0)