-
Notifications
You must be signed in to change notification settings - Fork 24
tryton: Add a code to user groups [CUSTOM] #311
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
base: master
Are you sure you want to change the base?
tryton: Add a code to user groups [CUSTOM] #311
Conversation
…go#23) Fix #PJAZZ-1168 Fix #PJAZZ-1050
…r comes from provider (coopengo#31) Fix PROCK-641
…in debug mode [CUSTOM] (coopengo#35) Fix #PJAZZ-1225
Fix PCLAS-282 Co-authored-by: Jean Cavallo <[email protected]>
… Message constructor Fix #PJAZZ-1258
Real fix will probably be https://foss.heptapod.net/tryton/tryton/-/issues/11401#note_331051 Fix PCLAS-300
Fix #PCLAS-309
Fix #PMETA-422
Fix PCLAS-355
…inimized [CUSTOM]
Fix PCLAS-1157
coopengo#274)" This reverts commit 494a6d3.
…opengo#291) * Revert "Fetch missing key definition in Record.set_on_change [PREVIEW] (coopengo#274)" This reverts commit 494a6d3. * Return Screen's display promise when creating a new one [PREVIEW] Returning this promise ensure the correct scheduling of the promises when a wizard contains an x2M widgets that will create a new Sao.Model which will receive later its fields definition while the on_change will trigger the process to set the record's values. --------- Co-authored-by: Jean Cavallo <[email protected]>
* Display filter by default on screen [CUSTOM] Fix PCLAS-1179 * Fix sao as well --------- Co-authored-by: Jean Cavallo <[email protected]>
…o#299) Fix PCLAS-1201 Co-authored-by: Jean Cavallo <[email protected]>
… [CUSTOM] (coopengo#170)" (coopengo#297) This reverts commit ce201f1.
|
Tu pouvais hériter les records sur coog non ?? genre tu fais: record model="res.group" id="account.group_account" sur account_cog et tu rajoutes juste le code non ? |
|
@dorra-benamor J'ai repris les branches de Béatrice, je pense que c'est le comportement voulu mais à confirmer @jmousset @CoopVincent |
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.
@dorra-benamor j'avais vu avec Jean (et normalement le sujet avait été abordé en point RT aussi), le plus simple dans ce cas est d'ajouter le champ directement dans tryton et d'ajouter le states required dans coog_core (#256 (comment))
j'avais fait des surcharges au départ mais ça ne pouvait pas marcher, donc on a fini par ajouter le champ directement dans tryton. on a aussi plusieurs modules dans coog qui dépendent du même module tryton (par exemple analytic_coog et analytic_account_aggregate dépendent de analytic_account, et dans ces cas là on aurait des problèmes de modularité)
Fix #PJAZZ-2413