Rename Module
This commit is contained in:
parent
1b270f7035
commit
04e2e22c32
14 changed files with 81 additions and 81 deletions
|
|
@ -1,6 +1,6 @@
|
|||
=========================
|
||||
NFU Product Custom Fields
|
||||
=========================
|
||||
==================
|
||||
NFU BNN Attributes
|
||||
==================
|
||||
|
||||
..
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
|
@ -17,12 +17,12 @@ NFU Product Custom Fields
|
|||
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
|
||||
:alt: License: LGPL-3
|
||||
.. |badge3| image:: https://img.shields.io/badge/github-bruecksen%2Fife_nfu-lightgray.png?logo=github
|
||||
:target: https://github.com/bruecksen/ife_nfu/tree/16.0/nfu_product_custom_fields
|
||||
:target: https://github.com/bruecksen/ife_nfu/tree/16.0/nfu_product_bnn_attributes
|
||||
:alt: bruecksen/ife_nfu
|
||||
|
||||
|badge1| |badge2| |badge3|
|
||||
|
||||
This module adds additional Fields to Products to store information from BNN
|
||||
This module adds a page to product form view to store BNN Attributes.
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ Bug Tracker
|
|||
Bugs are tracked on `GitHub Issues <https://github.com/bruecksen/ife_nfu/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/bruecksen/ife_nfu/issues/new?body=module:%20nfu_product_custom_fields%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
`feedback <https://github.com/bruecksen/ife_nfu/issues/new?body=module:%20nfu_product_bnn_attributes%0Aversion:%2016.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.
|
||||
|
||||
|
|
@ -56,6 +56,6 @@ Authors
|
|||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
|
||||
This module is part of the `bruecksen/ife_nfu <https://github.com/bruecksen/ife_nfu/tree/16.0/nfu_product_custom_fields>`_ project on GitHub.
|
||||
This module is part of the `bruecksen/ife_nfu <https://github.com/bruecksen/ife_nfu/tree/16.0/nfu_product_bnn_attributes>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "NFU Product Custom Fields",
|
||||
"summary": """This Module Adds Custom Fields To Products""",
|
||||
"name": "NFU BNN Attributes",
|
||||
"summary": """This Module Adds BNN Attributes Page to Product form view""",
|
||||
"author": "BAKEUP",
|
||||
"website": "https://www.bakeup.org",
|
||||
"category": "Product",
|
||||
64
nfu_product_bnn_attributes/i18n/de.po
Normal file
64
nfu_product_bnn_attributes/i18n/de.po
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * nfu_product_bnn_attributes
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-17 22:13+0000\n"
|
||||
"PO-Revision-Date: 2024-06-18 00:15+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: de_DE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 3.4.2\n"
|
||||
|
||||
#. module: nfu_product_bnn_attributes
|
||||
#. odoo-python
|
||||
#: code:addons/nfu_product_bnn_attributes/models/product_template.py:0
|
||||
#: model:ir.model.fields,field_description:nfu_product_bnn_attributes.field_product_product__additional_information
|
||||
#: model:ir.model.fields,field_description:nfu_product_bnn_attributes.field_product_template__additional_information
|
||||
#, python-format
|
||||
msgid "Additional Information"
|
||||
msgstr "Zusätzliche Informationen"
|
||||
|
||||
#. module: nfu_product_bnn_attributes
|
||||
#: model_terms:ir.ui.view,arch_db:nfu_product_bnn_attributes.product_template_bnn_view
|
||||
msgid "BNN Information"
|
||||
msgstr "BNN Informationen"
|
||||
|
||||
#. module: nfu_product_bnn_attributes
|
||||
#. odoo-python
|
||||
#: code:addons/nfu_product_bnn_attributes/models/product_template.py:0
|
||||
#: model:ir.model.fields,field_description:nfu_product_bnn_attributes.field_product_product__origin
|
||||
#: model:ir.model.fields,field_description:nfu_product_bnn_attributes.field_product_template__origin
|
||||
#, python-format
|
||||
msgid "Origin"
|
||||
msgstr "Herkunft"
|
||||
|
||||
#. module: nfu_product_bnn_attributes
|
||||
#: model:ir.model,name:nfu_product_bnn_attributes.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "Produkt"
|
||||
|
||||
#. module: nfu_product_bnn_attributes
|
||||
#. odoo-python
|
||||
#: code:addons/nfu_product_bnn_attributes/models/product_template.py:0
|
||||
#: model:ir.model.fields,field_description:nfu_product_bnn_attributes.field_product_product__quality
|
||||
#: model:ir.model.fields,field_description:nfu_product_bnn_attributes.field_product_template__quality
|
||||
#, python-format
|
||||
msgid "Quality"
|
||||
msgstr "Qualität"
|
||||
|
||||
#. module: nfu_product_bnn_attributes
|
||||
#. odoo-python
|
||||
#: code:addons/nfu_product_bnn_attributes/models/product_template.py:0
|
||||
#: model:ir.model.fields,field_description:nfu_product_bnn_attributes.field_product_product__manufacturer_abbr
|
||||
#: model:ir.model.fields,field_description:nfu_product_bnn_attributes.field_product_template__manufacturer_abbr
|
||||
#, python-format
|
||||
msgid "Manufacturer Abbreviation"
|
||||
msgstr "Herstellerkürzel"
|
||||
1
nfu_product_bnn_attributes/readme/DESCRIPTION.rst
Normal file
1
nfu_product_bnn_attributes/readme/DESCRIPTION.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
This module adds a page to product form view to store BNN Attributes.
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
||||
<title>NFU Product Custom Fields</title>
|
||||
<title>NFU BNN Attributes</title>
|
||||
<style type="text/css">
|
||||
|
||||
/*
|
||||
|
|
@ -360,8 +360,8 @@ ul.auto-toc {
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="document" id="nfu-product-custom-fields">
|
||||
<h1 class="title">NFU Product Custom Fields</h1>
|
||||
<div class="document" id="nfu-bnn-attributes">
|
||||
<h1 class="title">NFU BNN Attributes</h1>
|
||||
|
||||
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
|
|
@ -369,8 +369,8 @@ ul.auto-toc {
|
|||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:134ea25670afe61406a31cb8ab2661c3b00137b759c76a3241a78d7e56d21ebe
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/bruecksen/ife_nfu/tree/16.0/nfu_product_custom_fields"><img alt="bruecksen/ife_nfu" src="https://img.shields.io/badge/github-bruecksen%2Fife_nfu-lightgray.png?logo=github" /></a></p>
|
||||
<p>This module adds additional Fields to Products to store information from BNN</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/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/bruecksen/ife_nfu/tree/16.0/nfu_product_bnn_attributes"><img alt="bruecksen/ife_nfu" src="https://img.shields.io/badge/github-bruecksen%2Fife_nfu-lightgray.png?logo=github" /></a></p>
|
||||
<p>This module adds a page to product form view to store BNN Attributes.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
|
|
@ -392,7 +392,7 @@ ul.auto-toc {
|
|||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/bruecksen/ife_nfu/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/bruecksen/ife_nfu/issues/new?body=module:%20nfu_product_custom_fields%0Aversion:%2016.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/bruecksen/ife_nfu/issues/new?body=module:%20nfu_product_bnn_attributes%0Aversion:%2016.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">
|
||||
|
|
@ -405,7 +405,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/bruecksen/ife_nfu/tree/16.0/nfu_product_custom_fields">bruecksen/ife_nfu</a> project on GitHub.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/bruecksen/ife_nfu/tree/16.0/nfu_product_bnn_attributes">bruecksen/ife_nfu</a> project on GitHub.</p>
|
||||
<p>You are welcome to contribute.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1,64 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * nfu_product_custom_fields
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-17 22:13+0000\n"
|
||||
"PO-Revision-Date: 2024-06-18 00:15+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: de_DE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 3.4.2\n"
|
||||
|
||||
#. module: nfu_product_custom_fields
|
||||
#. odoo-python
|
||||
#: code:addons/nfu_product_custom_fields/models/product_template.py:0
|
||||
#: model:ir.model.fields,field_description:nfu_product_custom_fields.field_product_product__additional_information
|
||||
#: model:ir.model.fields,field_description:nfu_product_custom_fields.field_product_template__additional_information
|
||||
#, python-format
|
||||
msgid "Additional Information"
|
||||
msgstr "Zusätzliche Informationen"
|
||||
|
||||
#. module: nfu_product_custom_fields
|
||||
#: model_terms:ir.ui.view,arch_db:nfu_product_custom_fields.product_template_bnn_view
|
||||
msgid "BNN Information"
|
||||
msgstr "BNN Informationen"
|
||||
|
||||
#. module: nfu_product_custom_fields
|
||||
#. odoo-python
|
||||
#: code:addons/nfu_product_custom_fields/models/product_template.py:0
|
||||
#: model:ir.model.fields,field_description:nfu_product_custom_fields.field_product_product__origin
|
||||
#: model:ir.model.fields,field_description:nfu_product_custom_fields.field_product_template__origin
|
||||
#, python-format
|
||||
msgid "Origin"
|
||||
msgstr "Herkunft"
|
||||
|
||||
#. module: nfu_product_custom_fields
|
||||
#: model:ir.model,name:nfu_product_custom_fields.model_product_template
|
||||
msgid "Product"
|
||||
msgstr "Produkt"
|
||||
|
||||
#. module: nfu_product_custom_fields
|
||||
#. odoo-python
|
||||
#: code:addons/nfu_product_custom_fields/models/product_template.py:0
|
||||
#: model:ir.model.fields,field_description:nfu_product_custom_fields.field_product_product__quality
|
||||
#: model:ir.model.fields,field_description:nfu_product_custom_fields.field_product_template__quality
|
||||
#, python-format
|
||||
msgid "Quality"
|
||||
msgstr "Qualität"
|
||||
|
||||
#. module: nfu_product_custom_fields
|
||||
#. odoo-python
|
||||
#: code:addons/nfu_product_custom_fields/models/product_template.py:0
|
||||
#: model:ir.model.fields,field_description:nfu_product_custom_fields.field_product_product__manufacturer_abbr
|
||||
#: model:ir.model.fields,field_description:nfu_product_custom_fields.field_product_template__manufacturer_abbr
|
||||
#, python-format
|
||||
msgid "Manufacturer Abbreviation"
|
||||
msgstr "Herstellerkürzel"
|
||||
|
|
@ -1 +0,0 @@
|
|||
This module adds additional Fields to Products to store information from BNN
|
||||
Loading…
Reference in a new issue