-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADD] product_attribute_laser: In products new field "Material". In p…
…roduct variants new fields: "Grade" and "Thickness".
- Loading branch information
1 parent
624def4
commit e0cb16a
Showing
15 changed files
with
594 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
Oops, something went wrong.