-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] product_brand: pre-commit auto fixes
- Loading branch information
Showing
10 changed files
with
98 additions
and
92 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" |
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,17 @@ | ||
- Mathieu Lemercier \<<mathieu@netandco.net>\> | ||
- Franck Bret \<<franck@netandco.net>\> | ||
- Seraphine Lantible \<<s.lantible@gmail.com>\> | ||
- Gunnar Wagner \<<vrms@netcologne.de>\> | ||
- Leonardo Donelli \<<donelli@webmonks.it>\> | ||
- Serpent Consulting Services Pvt. Ltd. \<<jay.vora@serpentcs.com>\> | ||
- Marcelo Pickler \<<loxamir@gmail.com>\> | ||
- Andrius Laukavičius \<<ala@boolit.eu>\> (Boolit) | ||
- Daniel Campos \<<danielcampos@avanzosc.es>\> | ||
- [Tecnativa](https://www.tecnativa.com) | ||
- David Vidal | ||
- João Marques | ||
- Kaushal Prajapati \<<kbprajapati@live.com>\> | ||
- [Jarsa](https://www.jarsa.com) | ||
- Alan Ramos | ||
- [NuoBiT Solutions](https://www.nuobit.com) | ||
- Eric Antones \<<eantones@nuobit.com>\> |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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 @@ | ||
- Add a field with brands associated to a Customer or Supplier on the | ||
Customers/Suppliers Form View. | ||
- Fix smart button alignment in brand form view |
This file was deleted.
Oops, something went wrong.
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,24 @@ | ||
To create a new brand: | ||
|
||
1. Go to **Sales \> Configuration \> Products \> Product Brands**. | ||
2. You can set its logo, associate a partner and add a description. | ||
|
||
*Note:* You must have the **Sales** addon installed. | ||
|
||
To add a product to a brand: | ||
|
||
1. Go to the product itself and edit. | ||
2. Below the product's name there is a Brand field where you can pick | ||
the one the product belongs to. | ||
|
||
To see the sales report based on brand dimension: | ||
|
||
1. Go to **Sales \> Reporting \> Sales**. | ||
2. There you can **Group by** brand or add it as a dimension in the | ||
pivot view. | ||
|
||
To see the invoice report based on brand dimension: | ||
|
||
1. Go to **Invoicing \> Reporting \> Management \> Invoice Analysis**. | ||
2. There you can **Group by** brand or add it as a dimension in the | ||
pivot view. |
This file was deleted.
Oops, something went wrong.
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