-
-
Notifications
You must be signed in to change notification settings - Fork 709
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] product_cost_security: pre-commit auto fixes
- Loading branch information
mario
committed
Apr 29, 2024
1 parent
c7d4c54
commit 458ecb0
Showing
12 changed files
with
73 additions
and
64 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,5 @@ | ||
To use this module you need to: | ||
|
||
1. Go to a *Setting \> Users and Companies \> Users*. | ||
2. Edit a user. | ||
3. Grant some access level using the *Product costs* dropdown. |
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,8 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Sergio Teruel | ||
- David vidal | ||
- Watthanun Khorchai \<<watthanun_t@hotmail.com>\> | ||
- Carlos Lopez \<<celm1990@gmail.com>\> | ||
- [Onestein](https://www.onestein.eu): | ||
- Anjeel Haria | ||
- Jairo Llopis ([Moduon](https://www.moduon.team)) |
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
product_cost_security/readme/DESCRIPTION.rst → product_cost_security/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,2 +1,2 @@ | ||
It adds two security groups, one for viewing the product cost price, and the other for | ||
editing it. | ||
It adds two security groups, one for viewing the product cost price, and | ||
the other for editing it. |
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 @@ | ||
- To edit product costs, apart from having *Product costs / Edit* | ||
permission, you need to have some other permission that lets you edit | ||
products, such as *Sales / Administrator* or *Inventory / | ||
Administrator*. |
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,7 @@ | ||
To use this module you need to: | ||
|
||
1. Go to product form view. | ||
2. You will not see the *Cost* field unless you follow the | ||
*Configuration* steps and get read permissions. | ||
3. You will not be able to edit it unless you are granted write | ||
permissions. |
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