Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] product_attribute_laser: In products new field "Material". In p… #2681

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions product_attribute_laser/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

=======================
Product attribute laser
=======================

* New object "Material". In products new field "Material".
* In product variants new fields: "Grade" and "Thickness".
* In product attributes you must define "GRADE" and "THICKNESS" attributes.


Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/avanzosc/odoo-addons/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.

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

Credits
=======

Contributors
------------
* Ana Juaristi <[email protected]>
* Alfredo de la Fuente <[email protected]>

Do not contact contributors directly about support or help with technical issues.
1 change: 1 addition & 0 deletions product_attribute_laser/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
18 changes: 18 additions & 0 deletions product_attribute_laser/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2024 Alfredo de la Fuente - AvanzOSC
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Product Attribute Laser",
"version": "16.0.1.0.0",
"author": "AvanzOSC",
"website": "https://github.com/avanzosc/odoo-addons",
"category": "Sales/Sales",
"license": "AGPL-3",
"depends": ["product"],
"data": [
"security/ir.model.access.csv",
"views/product_material_views.xml",
"views/product_template_views.xml",
"views/product_product_views.xml",
],
"installable": True,
}
95 changes: 95 additions & 0 deletions product_attribute_laser/i18n/en_GB.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_attribute_laser
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-11 07:43+0000\n"
"PO-Revision-Date: 2024-07-11 07:43+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__create_uid
msgid "Created by"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__create_date
msgid "Created on"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__name
msgid "Description"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__display_name
msgid "Display Name"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_product__product_grade_id
msgid "Grade"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__id
msgid "ID"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material____last_update
msgid "Last Modified on"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__write_uid
msgid "Last Updated by"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__write_date
msgid "Last Updated on"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_product__product_material_id
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_template__product_material_id
#: model_terms:ir.ui.view,arch_db:product_attribute_laser.product_template_search_view
msgid "Material"
msgstr ""

#. module: product_attribute_laser
#: model:ir.actions.act_window,name:product_attribute_laser.product_material_action
#: model:ir.ui.menu,name:product_attribute_laser.menu_product_material
#: model_terms:ir.ui.view,arch_db:product_attribute_laser.product_material_tree_view
msgid "Materials"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model,name:product_attribute_laser.model_product_template
msgid "Product"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model,name:product_attribute_laser.model_product_material
msgid "Product Material"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model,name:product_attribute_laser.model_product_product
msgid "Product Variant"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_product__product_thickness_id
msgid "Thickness"
msgstr ""
95 changes: 95 additions & 0 deletions product_attribute_laser/i18n/en_US.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_attribute_laser
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-11 07:43+0000\n"
"PO-Revision-Date: 2024-07-11 07:43+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__create_uid
msgid "Created by"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__create_date
msgid "Created on"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__name
msgid "Description"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__display_name
msgid "Display Name"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_product__product_grade_id
msgid "Grade"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__id
msgid "ID"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material____last_update
msgid "Last Modified on"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__write_uid
msgid "Last Updated by"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__write_date
msgid "Last Updated on"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_product__product_material_id
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_template__product_material_id
#: model_terms:ir.ui.view,arch_db:product_attribute_laser.product_template_search_view
msgid "Material"
msgstr ""

#. module: product_attribute_laser
#: model:ir.actions.act_window,name:product_attribute_laser.product_material_action
#: model:ir.ui.menu,name:product_attribute_laser.menu_product_material
#: model_terms:ir.ui.view,arch_db:product_attribute_laser.product_material_tree_view
msgid "Materials"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model,name:product_attribute_laser.model_product_template
msgid "Product"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model,name:product_attribute_laser.model_product_material
msgid "Product Material"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model,name:product_attribute_laser.model_product_product
msgid "Product Variant"
msgstr ""

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_product__product_thickness_id
msgid "Thickness"
msgstr ""
96 changes: 96 additions & 0 deletions product_attribute_laser/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_attribute_laser
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-11 07:44+0000\n"
"PO-Revision-Date: 2024-07-11 07:44+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__create_uid
msgid "Created by"
msgstr "Creado por"

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__create_date
msgid "Created on"
msgstr "Creado el"

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__name
msgid "Description"
msgstr "Descripción"

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__display_name
msgid "Display Name"
msgstr "Mostrar nombre"

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_product__product_grade_id
msgid "Grade"
msgstr "Grado"

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__id
msgid "ID"
msgstr "ID"

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material____last_update
msgid "Last Modified on"
msgstr "Última modificación el"

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__write_uid
msgid "Last Updated by"
msgstr "Última actualización por"

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_material__write_date
msgid "Last Updated on"
msgstr "Última actualización el"

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_product__product_material_id
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_template__product_material_id
#: model_terms:ir.ui.view,arch_db:product_attribute_laser.product_template_search_view
msgid "Material"
msgstr "Material"

#. module: product_attribute_laser
#: model:ir.actions.act_window,name:product_attribute_laser.product_material_action
#: model:ir.ui.menu,name:product_attribute_laser.menu_product_material
#: model_terms:ir.ui.view,arch_db:product_attribute_laser.product_material_tree_view
msgid "Materials"
msgstr "Materiales"

#. module: product_attribute_laser
#: model:ir.model,name:product_attribute_laser.model_product_template
msgid "Product"
msgstr "Producto"

#. module: product_attribute_laser
#: model:ir.model,name:product_attribute_laser.model_product_material
msgid "Product Material"
msgstr "Material producto"

#. module: product_attribute_laser
#: model:ir.model,name:product_attribute_laser.model_product_product
msgid "Product Variant"
msgstr "Variantes de producto"

#. module: product_attribute_laser
#: model:ir.model.fields,field_description:product_attribute_laser.field_product_product__product_thickness_id
msgid "Thickness"
msgstr "Espesor"

Loading
Loading