Adam Heinz
Adam Heinz
@AquaMCU Unfortunately, Odoo employees don't seem to monitor issues on this repository, so I might suggest raising this via https://www.odoo.com/security-report
I haven't needed this feature yet in Odoo, so I've quickly read up on https://www.odoo.com/documentation/17.0/administration/odoo_sh/getting_started/branches.html#staging > I'm not sure if is best to first create the backup and then neutralize...
> Sure, I'm thinking in the scenarios when you need to send your DB to another person, generally someone in training, and want to be sure that he wont uses...
/ocabot rebase
Sorry about that! I've added a unit test to prevent future regression.
> Unfortunately, I am finding still the same behavior in runboat Confirmed in runboat and also on a local odoo:15 container with only this module installed. Looking at the network...
~~Unable to reproduce pre-commit failure locally on macOS Sonoma 14.5 with either pre-commit 2.20.0 or 3.7.1~~ I did a `pre-comment uninstall` then `pre-commit install` and that allowed me to reproduce.
See https://probuse.com/blog/odoo-code-hints-19/post/odoo-14-0-report-fromat-change-957 ``` Warning if you follow old syntax of V13.0: ============================================================================================ The tag is deprecated, use a tag for 'action_report_production_order_cost'. warnings.warn(f"The tag is deprecated, use a tag for {xml_id!r}.",...
> however, i think res.user.role and res.users.role.line should follow the same access right as res.groups in odoo core. Set the same read right for group_user should fix the problem. With...
> But for the time being, he has the access to the all groups for all the users. (see odoo core definition). So it is not very consistent to give...