-
Notifications
You must be signed in to change notification settings - Fork 319
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
[14.0] [MIG] sale_report_hide_price: Module migrated in v14. #516
Merged
JayVora-SerpentCS
merged 31 commits into
JayVora-SerpentCS:14.0
from
Chandresh-SerpentCS:14.0_MIG_sale_report_hide_price
Dec 11, 2020
+631
−0
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
97b7137
[ADD] : sale_report_hide_price module
JayVora-SerpentCS 01b2d0c
[REF] : sale_report_hide_price module
JayVora-SerpentCS 733879c
[REF]
JayVora-SerpentCS 7112f38
PEP8 fixes
JayVora-SerpentCS 7e67e22
fixed hide price module
JayVora-SerpentCS eda8033
[IMP/ADD]Fixed Travis.
hpatelserpentcs 48524ae
[IMP/ADD]Added Test Case.
hpatelserpentcs 152dc00
[IMP/ADD]Added partner_credit_limit module.
hpatelserpentcs 2ec6158
[FIX]Travis Fixed.
hpatelserpentcs febef98
added banners
hda 962ec32
fixed summary
hda 9f9b122
[ADD] Migrated sale_report_hide_price module in v11.
sudhir-serpentcs e066b7a
[IMP]made improvements, fix travis errors
Arpit-SerpentCS 248ee08
[IMP] add solve travis error
Arpit-SerpentCS 1a5956b
[IMP]made improvemnts in sale report hide and base model
Arpit-SerpentCS 4b75233
[ADD]improvements in js files and added redme.rst file
Arpit-SerpentCS ff78935
[IMP]removed encoding utf-8 from py files
Arpit-SerpentCS 6f89ce7
[IMP]remove description key in manifest file and improvements in js file
Arpit-SerpentCS 431e771
[IMP] improvements in manifest file
Arpit-SerpentCS 5b27076
[FIX]Fixed travis error and added README.rst file.
shobhapadasalagi eaab41f
[IMP]Improved License file year.
shobhapadasalagi 7830db8
[IMP]solve travis
Arpit-SerpentCS 121ba47
[IMP]improved index for sale_report_hide_price
NishaGajjar-SerpentCS 209b82d
[12.0][MIG] Migrated sale_report_hide_price
Chanakya-SerpentCS e07dc9e
[MIG] Migrated the module in v13.
HarshK-SerpentCS a6ce7e3
[MIG] Migrated the module in v13.
HarshK-SerpentCS 6d6e4c2
[IMP][13.0] Improved code.
mohil24 b94470c
[13.0][IMP] sale_report_hide_price : Fixed the travis issue.
RiddhiChavda22 d41c3f4
[MIG] Migrated the module in v14.
Chandresh-SerpentCS 6ee98cc
[IMP] sale_report_hide_price:improve the comments
pragati-patel98 820133b
[IMP] sale_report_hide_price : improve the code
pragati-patel98 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[13.0][IMP] sale_report_hide_price : Fixed the travis issue.
commit b94470c2d45b2c648367c47b90286a1372531c9e
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
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,22 +1,20 @@ | ||
# See LICENSE file for full copyright and licensing details. | ||
|
||
{ | ||
'name': 'Hide Price and Discount in Quotation Report', | ||
'author': 'Serpent Consulting Services Pvt. Ltd.', | ||
'maintainer': 'Serpent Consulting Services Pvt. Ltd.', | ||
'category': 'Sales Management', | ||
'website': 'http://www.serpentcs.com', | ||
'version': '13.0.1.0.1', | ||
'license': 'AGPL-3', | ||
'summary': 'Hide price/discount in Sale Order Report', | ||
'depends': [ | ||
'sale' | ||
"name": "Hide Price and Discount in Quotation Report", | ||
"author": "Serpent Consulting Services Pvt. Ltd.", | ||
"maintainer": "Serpent Consulting Services Pvt. Ltd.", | ||
"category": "Sales Management", | ||
"website": "http://www.serpentcs.com", | ||
"version": "13.0.1.0.1", | ||
"license": "AGPL-3", | ||
"summary": "Hide price/discount in Sale Order Report", | ||
"depends": ["sale"], | ||
"images": ["static/description/icon.png"], | ||
"data": [ | ||
"views/sale_view.xml", | ||
"views/report_saleorder.xml", | ||
"views/preview_sale_order.xml", | ||
], | ||
'images': ['static/description/icon.png'], | ||
'data': [ | ||
'views/sale_view.xml', | ||
'views/report_saleorder.xml', | ||
'views/preview_sale_order.xml' | ||
], | ||
'installable': True, | ||
"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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# See LICENSE file for full copyright and licensing details. | ||
|
||
from . import sale | ||
from . import sale |
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ForamSerpentCS We should have this feature linked with Security groups.
These fields should be seen by ACCOUNT Manager (or top account group).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes we may, If we can have security groups for it, then we can manage this feature directly applying field security in template.