-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] web_widget_product_label_section_and_note: pre-commit auto fixes
- Loading branch information
1 parent
e587546
commit 10bd32b
Showing
11 changed files
with
75 additions
and
52 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
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,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
8 changes: 8 additions & 0 deletions
8
web_widget_product_label_section_and_note/readme/CONFIGURE.md
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,8 @@ | ||
To extend this functionality to other modules (for example, Purchase), | ||
in a new module, it is necessary to create an inherited view to change | ||
the widget for these fields: | ||
|
||
- one2many field with widget="product_label_section_and_note_field_o2m". | ||
- product_id or producttmpl_id field with | ||
widget="product_label_section_and_note_field". | ||
- name field with widget="section_and_note_text". |
8 changes: 0 additions & 8 deletions
8
web_widget_product_label_section_and_note/readme/CONFIGURE.rst
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
web_widget_product_label_section_and_note/readme/CONTRIBUTORS.md
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,4 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
|
||
> - Pedro M. Baeza | ||
> - Carlos Lopez |
4 changes: 0 additions & 4 deletions
4
web_widget_product_label_section_and_note/readme/CONTRIBUTORS.rst
This file was deleted.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
...l_section_and_note/readme/DESCRIPTION.rst → ...el_section_and_note/readme/DESCRIPTION.md
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
This module unifies the product and name into a single column, making it more user-friendly and space-saving. | ||
This module unifies the product and name into a single column, making it | ||
more user-friendly and space-saving. |
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,7 @@ | ||
- Add compatibility with sale_product_configurator module | ||
- Add compatibility with purchase_product_matrix module | ||
- When this module is installed, the PDF report will always display the | ||
column name as a combination of the product code, product name, and | ||
description. This behavior may differ from the expected behavior, | ||
where only the column name is displayed and can be customized | ||
independently. |
This file was deleted.
Oops, something went wrong.
5 changes: 3 additions & 2 deletions
5
...t_label_section_and_note/readme/USAGE.rst → ...ct_label_section_and_note/readme/USAGE.md
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
- Go to the **Invoicing > Customers > Invoices** and add a new line. | ||
- Go to the **Invoicing \> Customers \> Invoices** and add a new line. | ||
- The product label must be displayed just after the product name. | ||
- If the product does not have a description, a button must be displayed to add one. | ||
- If the product does not have a description, a button must be displayed | ||
to add one. |
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