-
Notifications
You must be signed in to change notification settings - Fork 25
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
[ADD][ifrs_report] TASK#3157,ISSUE#558 #32
[ADD][ifrs_report] TASK#3157,ISSUE#558 #32
Conversation
@@ -33,6 +33,7 @@ | |||
"depends": [ | |||
"base", | |||
"account", | |||
"account_group_auditory", |
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.
Where is this module?
why make this module dependent on it?
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.
@hbto auditory group account is in addons/vauxoo, and Odoo-ifrs is dependent because if you want to install only this module, Odoo-ifrs must know that module, since the acl are added to the group Auditor read-only which is in account_group_auditory
Abort this proposal, @nhomar & @hugho-ad , this module is not intended to be dependent on all the other module on which account_group_auditory is dependent, please use another approach, if the final version of the module is to make ifrs a cumbersome module my intention with option b) in the other PR, then is to be changed, create an auditory module on addons-vauxoo, which can be dependent on as many modules as possible, leave free and untouched ifrs. the only change to be accepted in ifrs is a new group in security section and the regarding ACL no more. Do not add dependencies on ifrs. Best Regards. |
On Mon, Apr 13, 2015 at 7:53 PM, Hbto [ Vauxoo ] notifications@github.com
Can we have a meeting to explain this first please. Regards.- Nhomar Hernandez |
Having met with @nhomar I agree on the approach of depending on account_group_aditory, now all the critics will be addressed on account_group_auditory |
👍 |
…gho-ad [ADD][ifrs_report] TASK#3157,ISSUE#558
This pr modify the module ifrs_report for grand permisson to Auditor group created in account_group_auditory in addon-vauxo