Skip to content

Commit 4ba0d65

Browse files
committed
adaugare modul RAL
1 parent d15f7c7 commit 4ba0d65

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

deltatech_ral/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ RAL
77
!! changes will be overwritten. !!
88
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
99
10-
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
10+
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
1111
:target: https://odoo-community.org/page/development-status
12-
:alt: Beta
12+
:alt: Mature
1313
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
1414
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1515
:alt: License: AGPL-3

deltatech_ral/__manifest__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
{
55
"name": "RAL",
66
"summary": "RAL",
7-
"version": "12.0.1.0.0",
7+
"version": "15.0.1.0.0",
88
"author": "Terrabit, Dorin Hongu",
99
"website": "https://www.terrabit.ro",
1010
"license": "AGPL-3",
1111
"category": "Manufacturing",
1212
"depends": ["base", "stock", "mrp"],
1313
"data": ["views/stock_view.xml", "views/mrp_view.xml"],
1414
"images": ["images/main_screenshot.png"],
15+
"development_status": "Mature",
1516
"installable": True,
1617
}

deltatech_ral/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">RAL</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370-
<p><a class="reference external" 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" 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" href="https://github.com/dhongu/deltatech/tree/15.0/deltatech_ral"><img alt="dhongu/deltatech" src="https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github" /></a></p>
370+
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external" 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" href="https://github.com/dhongu/deltatech/tree/15.0/deltatech_ral"><img alt="dhongu/deltatech" src="https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github" /></a></p>
371371
<p>Features:</p>
372372
<p>Allows the selection of a pigment (RAL) in production order.</p>
373373
<p>The pigment is a material wich have code that starts with RAL.</p>

0 commit comments

Comments
 (0)